home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 1 / Disc to the Future - Programmer's Reference Volume 2 (Wayzata Technology) (1991).iso / pc / 286 next >
Text File  |  1991-01-01  |  766KB  |  734 lines

  1. e`\^^B="010B % \alpha\mathcode`\^^C="010C % \beta\mathcode`\^^D="225E % \land\mathcode`\^^E="023A % \lnot\mathcode`\^^F="3232 % \in\mathcode`\^^G="0119 % \pi\mathcode`\^^H="0115 % \lambda\mathcode`\^^I="010D % \gamma\mathcode`\^^J="010E % \delta\mathcode`\^^K="3222 % \uparrow\mathcode`\^^L="2206 % \pm\mathcode`\^^M="2208 % \oplus\mathcode`\^^N="0231 % \infty\mathcode`\^^O="0140 % \partial\mathcode`\^^P="321A % \subset\mathcode`\^^Q="321B % \supset\mathcode`\^^R="225C % \cap\mathcode`\^^S="225B % \cup\mathcode`\^^T="0238 % \forall\mathcode`\^^U="0239 % \exists\mathcode`\^^V="220A % \otimes\mathcode`\^^W="3224 % \leftrightarrow\mathcode`\^^X="3220 % \leftarrow\mathcode`\^^Y="3221 % \rightarrow\mathcode`\^^Z="8000 % \ne\mathcode`\^^[="2205 % \diamond\mathcode`\^^\="3214 % \le\mathcode`\^^]="3215 % \ge\mathcode`\^^^="3211 % \equiv\mathcode`\^^_="225F % \lor\mathcode`\ ="8000 % \space\mathcode`\!="5021\mathcode`\'="8000 % ^\prime\mathcode`\(="4028\mathcode`\)="5029\mathcode`\*="2203 % \ast\mathcode`\+="202B\mathcode`\,="613B\mathcode`\-="2200\mathcode`\.="013A\mathcode`\/="013D\mathcode`\:="303A\mathcode`\;="603B\mathcode`\<="313C\mathcode`\=="303D\mathcode`\>="313E\mathcode`\?="503F\mathcode`\[="405B\mathcode`\\="026E % \backslash\mathcode`\]="505D\mathcode`\_="8000 % \_\mathcode`\{="4266\mathcode`\|="026A\mathcode`\}="5267\mathcode`\^^?="1273 % \smallint% INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,% and \lccode`x=`x, \lccode`X=`x; all other values are zero.% No changes to those tables are needed in plain TeX format.% INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999% for uppercase letters. The following changes are needed:\sfco\sfcode`\'=0 \sfcode`\]=0% The \nonfrenchspacing macro will make further changes to \sfcode values.% Finally, INITEX sets all \delcode values to -1, except \delcode`.=0\delcode`\(="028300\delcode`\)="029301\delcode`\[="05B302\delcode`\]="05D303\delcode`\<="26830A\delcode`\>="26930B\delcode`\/="02F30E\delcode`\|="26A30C\delcode`\\="26E30F% N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!% To make the plain macros more efficient in time and space,% several constant values are declared here as control sequences.% If they were changed, anything could happen; so they are private symbols.\chardef\@ne=1\chardef\tw@=2\chardef\thr@@=3\chardef\sixt@@n=16\chardef\@cclv=255\mathchardef\@cclvi=256\mathchardef\@m=1000\mathchardef\@M=10000\mathchardef\@MM=20000% Allocation of registers% Here are macros for the automatic allocation of \count, \box, \dimen,% \skip, \muskip, and \toks registers, as well as \read and \write% stream numbers, \fam codes, and \insert numbers.\message{registers,}% When a register is used only temporarily, it need not be allocated;% grouping can be used, making the value previously in the register return% after the close of the group.  The main use of these macros is for% registers that are defined by one macro and used by others, possibly at% different nesting levels.  All such registers should be defined through% these macros; otherwise conflicts may occur, especially when two or more% more macro packages are being used at once.% The following counters are reserved:%   0 to 9  page numbering%       10  count allocation%       11  dimen allocation%       12  skip allocation%       13  muskip allocation%       14  box allocation%       15  toks allocation%       16  read file allocation%       17  write file allocation%       18  math family allocation%       19  insert allocation%       20  the most recently allocated number%       21  constant -1% New counters are allocated starting with 22, 23, etc.  Other registers are% allocated starting with 10.  This leaves 0 through 9 for the user to play% with safely, except that counts 0 to 9 are considered to be the page and% subpage numbers (since they are displayed during output). In this scheme,% \count 10 always contains the number of the highest-numbered counter that% has been allocated, \count 14 the highest-numbered box, etc.% Inserts are given numbers 254, 253, etc., since they require a \count,% \dimen, \skip, and \box all with the same number; \count 19 contains the% lowest-numbered insert that has been allocated. Of course, \box255 is% reserved for \output; \count255, \dimen255, and \skip255 can be used freely.% It is recommended that macro designers always use% \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and% always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.% This will prevent ``save stack buildup'' that might otherwise occur.\count10=21 % allocates \count registers 22, 23, ...\count11=9 % allocates \dimen registers 10, 11, ...\count12=9 % allocates \skip registers 10, 11, ...\count13=9 % allocates \muskip registers 10, 11, ...\count14=9 % allocates \box registers 10, 11, ...\count15=9 % allocates \toks registers 10, 11, ...\count16=-1 % allocates input streams 0, 1, ...\count17=-1 % allocates output streams 0, 1, ...\count18=3 % allocates math families 4, 5, ...\count19=255 % allocates insertions 254, 253, ...\countdef\insc@unt=19 % the insertion counter\countdef\allocationnumber=20 % the most recent allocation\countdef\m@ne=21 \m@ne=-1 % a handy constant\def\wlog{\immediate\write\m@ne} % write on log file (only)% Here are abbreviations for the names of scratch registers% that don't need to be allocated.\countdef\count@=255\dimendef\dimen@=0\dimendef\dimen@i=1 % global only\dimendef\dimen@ii=2\skipdef\skip@=0\toksdef\toks@=0% Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo% and \foo will be defined (with \countdef) to be the next counter.% To find out which counter \foo is, you can look at \allocationnumber.% Since there's no \boxdef command, \chardef is used to define a \newbox,% \newinsert, \newfam, and so on.\outer\def\newcount{\alloc@0\count\countdef\insc@unt}\outer\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}\outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}\outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}\outer\def\newbox{\alloc@4\box\chardef\insc@unt}\let\newtoks=\relax % we do this to allow plain.tex to be read in twice\outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}\outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}\outer\def\newread{\alloc@6\read\chardef\sixt@@n}\outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}\outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}\def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne  \ch@ck#1#4#2% make sure there's still room  \allocationnumber=\count1#1%  \global#3#5=\allocationnumber  \wlog{\string#5=\string#2\the\allocationnumber}}\outer\def\newinsert#1{\global\advance\insc@unt by\m@ne  \ch@ck0\insc@unt\count  \ch@ck1\insc@unt\dimen  \ch@ck2\insc@unt\skip  \ch@ck4\insc@unt\box  \allocationnumber=\insc@unt  \global\chardef#1=\allocationnumber  \wlog{\string#1=\string\insert\the\allocationnumber}}\def\ch@ck#1#2#3{\ifnum\count1#1<#2%  \else\errmessage{No room for a new #3}\fi}% Here are some examples of allocation.\newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>\newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow% LaTeX change: the PLAIN \centering dimension conflicts with% LaTeX's \centering command, so it is redefined to \@centering.% This dimension is used by LaTeX.\newskip\@centering \@centering=0pt plus 1000pt minus 1000pt\newdimen\p@ \p@=1pt % this saves macro space and time\newdimen\z@ \z@=0pt % can be used both for 0pt and 0\newskip\z@skip \z@skip=0pt plus0pt minus0pt\newbox\voidb@x % permanently void box register% And here's a different sort of allocation:% For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.\outer\def\newif#1{\count@\escapechar \escapechar\m@ne  \expandafter\expandafter\expandafter   \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%  \expandafter\expandafter\expandafter   \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%  \@if#1{false}\escapechar\count@} % the condition starts out false\def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}{\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required% Assign initial values to TeX's parameters\message{parameters,}% All of TeX's numeric parameters are listed here,% but the code is commented out if no special value needs to be set.% INITEX makes all parameters zero except where noted.\pretolerance=100\tolerance=200 % INITEX sets this to 10000\hbadness=1000\vbadness=1000\linepenalty=10\hyphenpenalty=50\exhyphenpenalty=50\binoppenalty=700\relpenalty=500\clubpenalty=150\widowpenalty=150\displaywidowpenalty=50\brokenpenalty=100\predisplaypenalty=10000% \postdisplaypenalty=0% \interlinepenalty=0% \floatingpenalty=0, set during \insert% \outputpenalty=0, set before TeX enters \output\doublehyphendemerits=10000\finalhyphendemerits=5000\adjdemerits=10000% \looseness=0, cleared by TeX after each paragraph% \pausing=0% \tracingonline=0% \tracingmacros=0% \tracingstats=0% \tracingparagraphs=0% \tracingpages=0% \tracingoutput=0\tracinglostchars=1% \tracingcommands=0% \tracingrestores=0\uchyph=1% \globaldefs=0% \maxdeadcycles=25 % INITEX does this% \hangafter=1 % INITEX does this, also TeX after each paragraph% \fam=0% \mag=1000 % INITEX does this% \escapechar=`\\ % INITEX does this\defaulthyphenchar=`\-\defaultskewchar=-1% \endlinechar=`\^^M % INITEX does this\newlinechar=-1\delimiterfactor=901% \time=now % TeX does this at beginning of job% \day=now % TeX does this at beginning of job% \month=now % TeX does this at beginning of job% \year=now % TeX does this at beginning of job\showboxbreadth=5\showboxdepth=3\hfuzz=0.1pt\vfuzz=0.1pt\overfullrule=5pt\hsize=6.5in\vsize=8.9in\maxdepth=4pt\splitmaxdepth=\maxdimen\boxmaxdepth=\maxdimen% \lineskiplimit=0pt, changed by \normalbaselines\delimitershortfall=5pt\nulldelimiterspace=1.2pt\scriptspace=0.5pt% \mathsurround=0pt% \predisplaysize=0pt, set before TeX enters $$% \displaywidth=0pt, set before TeX enters $$% \displayindent=0pt, set before TeX enters $$\parindent=20pt% \hangindent=0pt, zeroed by TeX after each paragraph% \hoffset=0pt% \voffset=0pt% \baselineskip=0pt, changed by \normalbaselines% \lineskip=0pt, changed by \normalbaselines\parskip=0pt plus 1pt\abovedisplayskip=12pt plus 3pt minus 9pt\abovedisplayshortskip=0pt plus 3pt\belowdisplayskip=12pt plus 3pt minus 9pt\belowdisplayshortskip=7pt plus 3pt minus 4pt% \leftskip=0pt% \rightskip=0pt\topskip=10pt\splittopskip=10pt% \tabskip=0pt% \spaceskip=0pt% \xspaceskip=0pt\parfillskip=0pt plus 1fil\thinmuskip=3mu\medmuskip=4mu plus 2mu minus 4mu\thickmuskip=5mu plus 5mu% We also define special registers that function like parameters:\newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt\newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt\newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt\newskip\normalbaselineskip \normalbaselineskip=12pt\newskip\normallineskip \normallineskip=1pt\newdimen\normallineskiplimit \normallineskiplimit=0pt\newdimen\jot \jot=3pt\newcount\interdisplaylinepenalty \interdisplaylinepenalty=100\newcount\interfootnotelinepenalty \interfootnotelinepenalty=100% Definitions for preloaded fonts\def\magstephalf{1095 }\def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}% Fonts assigned to \preloaded are not part of "plain TeX",% but they are preloaded so that other format packages can use them.% For example, if another set of macros says "\font\ninerm=cmr9",% TeX will not have to reload the font metric information for cmr9.% LaTeX font definitions are taken from the file LFONTS.TEX,% so all of PLAIN's font definitions are commented out.%\message{fonts,}%%\font\tenrm=cmr10 % roman text%\font\preloaded=cmr9%\font\preloaded=cmr8%\font\sevenrm=cmr7%\font\preloaded=cmr6%\font\fiverm=cmr5%%\font\teni=cmmi10 % math italic%\font\preloaded=cmmi9%\font\preloaded=cmmi8%\font\seveni=cmmi7%\font\preloaded=cmmi6%\font\fivei=cmmi5%%\font\tensy=cmsy10 % math symbols%\font\preloaded=cmsy9%\font\preloaded=cmsy8%\font\sevensy=cmsy7%\font\preloaded=cmsy6%\font\fivesy=cmsy5%%\font\tenex=cmex10 % math extension%%\font\preloaded=cmss10 % sans serif%\font\preloaded=cmssq8%%\font\preloaded=cmssi10 % sans serif italic%\font\preloaded=cmssqi8%%\font\tenbf=cmbx10 % boldface extended%\font\preloaded=cmbx9%\font\preloaded=cmbx8%\font\sevenbf=cmbx7%\font\preloaded=cmbx6%\font\fivebf=cmbx5%%\font\tentt=cmtt10 % typewriter%\font\preloaded=cmtt9%\font\preloaded=cmtt8%%\font\preloaded=cmsltt10 % slanted typewriter%%\font\tensl=cmsl10 % slanted roman%\font\preloaded=cmsl9%\font\preloaded=cmsl8%%\font\tenit=cmti10 % text italic%\font\preloaded=cmti9%\font\preloaded=cmti8%\font\preloaded=cmti7%%\message{more fonts,}%\font\preloaded=cmu10 % unslanted text italic%%\font\preloaded=cmmib10 % bold math italic%\font\preloaded=cmbsy10 % bold math symbols%%\font\preloaded=cmcsc10 % caps and small caps%
  2. ++++++++ Continued on next card ++++++++
  3. :OzTeX 1.2:TeX-inputs:lplain.tex
  4. +++++ Continued from previous card +++++
  5.  
  6. %\font\preloaded=cmssbx10 % sans serif bold extended%%\font\preloaded=cmdunh10 % Dunhill style%%\font\preloaded=cmr7 scaled \magstep4 % for titles%\font\preloaded=cmtt10 scaled \magstep2%\font\preloaded=cmssbx10 scaled \magstep2%%\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols%%% Additional \preloaded fonts can be specified here.%% (And those that were \preloaded above can be eliminated.)%%\let\preloaded=\undefined % preloaded fonts must be declared anew later.%%\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177%\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60%%\textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm%\def\rm{\fam\z@\tenrm}%\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei%\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}%\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy%\def\cal{\fam\tw@}%\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex%\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4%\textfont\itfam=\tenit%\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5%\textfont\slfam=\tensl%\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6%\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf%\scriptscriptfont\bffam=\fivebf%\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7%\textfont\ttfam=\tentt% Macros for setting ordinary text\message{macros,}\def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m  \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}\def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%  \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }\def\normalbaselines{\lineskip\normallineskip  \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}\def\^^M{\ } % control <return> = control <space>\def\^^I{\ } % same for <tab>\def\lq{`} \def\rq{'}\def\lbrack{[} \def\rbrack{]}\let\endgraf=\par \let\endline=\cr\def\space{ }\def\empty{}\def\null{\hbox{}}\let\bgroup={ \let\egroup=}% In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'% since this allows, for example, `\let\par=\cr \obeylines \halign{...'{\catcode`\^^M=\active % these lines must end with %  \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%  \global\let^^M\par} % this is in case ^^M appears in a \write\def\obeyspaces{\catcode`\ \active}{\obeyspaces\global\let =\space}\def\loop#1\repeat{\def\body{#1}\iterate}\def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}\let\repeat=\fi % this makes \loop...\if...\repeat skippable\def\thinspace{\kern .16667em }\def\negthinspace{\kern-.16667em }\def\enspace{\kern.5em }\def\enskip{\hskip.5em\relax}\def\quad{\hskip1em\relax}\def\qquad{\hskip2em\relax}\def\smallskip{\vskip\smallskipamount}\def\medskip{\vskip\medskipamount}\def\bigskip{\vskip\bigskipamount}\def\nointerlineskip{\prevdepth-1000\p@}\def\offinterlineskip{\baselineskip-1000\p@  \lineskip\z@ \lineskiplimit\maxdimen}\def\vglue{\afterassignment\vgl@\skip@=}\def\vgl@{\par \dimen@\prevdepth \hrule height\z@  \nobreak\vskip\skip@ \prevdepth\dimen@}\def\hglue{\afterassignment\hgl@\skip@=}\def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@  \nobreak\hskip\skip@ \spacefactor\count@}\def~{\penalty\@M \ } % tie\def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'\def\break{\penalty-\@M}\def\nobreak{\penalty \@M}\def\allowbreak{\penalty \z@}\def\filbreak{\par\vfil\penalty-200\vfilneg}\def\goodbreak{\par\penalty-500 }\def\eject{\par\break}\def\supereject{\par\penalty-\@MM}\def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}\def\smallbreak{\par\ifdim\lastskip<\smallskipamount  \removelastskip\penalty-50\smallskip\fi}\def\medbreak{\par\ifdim\lastskip<\medskipamount  \removelastskip\penalty-100\medskip\fi}\def\bigbreak{\par\ifdim\lastskip<\bigskipamount  \removelastskip\penalty-200\bigskip\fi}% \line changed to \@@line because LaTeX redefines \lineline{\hbox to\hsize}\def\leftline#1{\@@line{#1\hss}}\def\rightline#1{\@@line{\hss#1}}\def\centerline#1{\@@line{\hss#1\hss}}% end of LaTeX \line -> \@@line change\def\rlap#1{\hbox to\z@{#1\hss}}\def\llap#1{\hbox to\z@{\hss#1}}\def\m@th{\mathsurround=\z@}\def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@  \m@th \underline{\box\z@}$}\newbox\strutbox\setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}\def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}\def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out\def\ialign{\everycr{}\tabskip\z@skip\halign} % initialized \halign\newcount\mscount\def\multispan#1{\omit \mscount#1  \loop\ifnum\mscount>\@ne \sp@n\repeat}\def\sp@n{\span\omit\advance\mscount\m@ne}% LaTeX has its own tabbing environment, so PLAIN's is disabled.%%\newif\ifus@ \newif\if@cr%\newbox\tabs \newbox\tabsyet \newbox\tabsdone%%\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}%\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}%\let\+=\relax % in case this file is being read in twice%\def\sett@b{\ifx\next\+\let\next\relax%    \def\next{\afterassignment\s@tt@b\let\next}%%  \else\let\next\s@tcols\fi\next}%\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}%\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+%\outer\def\+{\tabalign}%\def\s@tcols#1\columns{\count@#1 \dimen@\hsize%  \loop\ifnum\count@>\z@ \@nother \repeat}%\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@%  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%%  \advance\dimen@-\dimen@ii \advance\count@\m@ne}%%\def\m@ketabbox{\begingroup%  \global\setbox\tabsyet\copy\tabs%  \global\setbox\tabsdone\null%  \def\cr{\@crtrue\crcr\egroup\egroup%    \ifus@\unvbox\z@\lastbox\fi\endgroup%    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%%  \setbox\z@\vbox\bgroup\@crfalse%    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}%%\def\t@bbox{\setbox\z@\hbox\bgroup}%\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column%  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet%      \global\setbox\@ne\lastbox}% now \box\@ne holds its size%    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%%    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi%    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi%  \box\z@}\def\hang{\hangindent\parindent}\def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}\def\item{\par\hang\textindent}\def\itemitem{\par\indent \hangindent2\parindent \textindent}\def\narrower{\advance\leftskip\parindent  \advance\rightskip\parindent}% LaTeX has its own sectioning macros%\outer\def\beginsection#1\par{\filbreak\bigskip%  \message{#1}\leftline{\bf#1}\nobreak\smallskip\vskip-\parskip%  \noindent}\outer\def\proclaim #1. #2\par{\medbreak  \noindent{\bf#1.\enspace}{\sl#2}\par  \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}\def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em\relax}\def\ttraggedright{\tt\rightskip\z@ plus2em\relax} % for use with \tt only\chardef\%=`\%\chardef\&=`\&\chardef\#=`\#\chardef\$=`\$\chardef\ss="19\chardef\ae="1A\chardef\oe="1B\chardef\o="1C\chardef\AE="1D\chardef\OE="1E\chardef\O="1F\chardef\i="10 \chardef\j="11 % dotless letters\def\aa{\accent23a}\def\l{\char32l}\def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}\def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary\def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}\def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%  \rlap{\raise.67\dimen@\hbox{\char'27}}A}\def\mathhexbox#1#2#3{\leavevmode  \hbox{$\m@th \mathchar"#1#2#3$}}\def\dag{\mathhexbox279}\def\ddag{\mathhexbox27A}\def\S{\mathhexbox278}\def\P{\mathhexbox27B}\def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%  \ialign{##\crcr#1\crcr}}} % put characters over each other\def\ooalign{\lineskiplimit-\maxdimen \oalign}% LaTeX change: \d, \b, \c redefined to work in a moving argument.\def\pd#1{\oalign{#1\crcr\hidewidth.\hidewidth}}\def\d{\protect\pd}\def\pb#1{\oalign{#1\crcr\hidewidth    \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}\def\b{\protect\pb}\def\pc#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%  \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}\def\c{\protect\pc}% end of LaTeX change to \d, \b, \c \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}% LaTeX change: \ldots is redefined to do essentially what Plain's \dots does,% so ...\def\dots{\ldots}\def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}\def\`#1{{\accent18 #1}}\def\'#1{{\accent19 #1}}\def\v#1{{\accent20 #1}} \let\^^_=\v\def\u#1{{\accent21 #1}} \let\^^S=\u\def\=#1{{\accent22 #1}}\def\^#1{{\accent94 #1}} \let\^^D=\^\def\.#1{{\accent95 #1}}\def\H#1{{\accent"7D #1}}\def\~#1{{\accent"7E #1}}\def\"#1{{\accent"7F #1}}% LaTeX change: Make \t work in a moving argument.\def\pt#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}\def\t{\protect\pt}% LaTeX change: \kern\z@ added to end of \hrulefill and \dotfill% to make them work in `tabular' and `array' environments.% (Change made 24 July 1987).\def\hrulefill{\leaders\hrule\hfill\kern\z@}\def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill\kern\z@}\def\rightarrowfill{$\m@th\mathord-\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord\rightarrow$}\def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord-$}\mathchardef\braceld="37A \mathchardef\bracerd="37B\mathchardef\bracelu="37C \mathchardef\braceru="37D\def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru  \bracelu\leaders\vrule\hfill\bracerd$}\def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd  \braceld\leaders\vrule\hfill\braceru$}% LaTeX change: \bye is eliminated.%\outer\def\bye{\par\vfill\supereject\end}% Macros for math setting\message{math definitions,}\let\sp=^ \let\sb=_\def\,{\mskip\thinmuskip}\def\>{\mskip\medmuskip}\def\;{\mskip\thickmuskip}\def\!{\mskip-\thinmuskip}\def\*{\discretionary{\thinspace\the\textfont2\char2}{}{}}{\catcode`\'=\active \gdef'{^\bgroup\prim@s}}\def\prim@s{\prime\futurelet\next\pr@m@s}\def\pr@m@s{\ifx'\next\let\nxt\pr@@@s \else\ifx^\next\let\nxt\pr@@@t  \else\let\nxt\egroup\fi\fi \nxt}\def\pr@@@s#1{\prim@s} \def\pr@@@t#1#2{#2\egroup}{\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math{\catcode`\_=\active \global\let_=\_} % _ is like \_ if not used for subscripts\mathchardef\alpha="010B\mathchardef\beta="010C\mathchardef\gamma="010D\mathchardef\delta="010E\mathchardef\epsilon="010F\mathchardef\zeta="0110\mathchardef\eta="0111\mathchardef\theta="0112\mathchardef\iota="0113\mathchardef\kappa="0114\mathchardef\lambda="0115\mathchardef\mu="0116\mathchardef\nu="0117\mathchardef\xi="0118\mathchardef\pi="0119\mathchardef\rho="011A\mathchardef\sigma="011B\mathchardef\tau="011C\mathchardef\upsilon="011D\mathchardef\phi="011E\mathchardef\chi="011F\mathchardef\psi="0120\mathchardef\omega="0121\mathchardef\varepsilon="0122\mathchardef\vartheta="0123\mathchardef\varpi="0124\mathchardef\varrho="0125\mathchardef\varsigma="0126\mathchardef\varphi="0127\mathchardef\Gamma="7000\mathchardef\Delta="7001\mathchardef\Theta="7002\mathchardef\Lambda="7003\mathchardef\Xi="7004\mathchardef\Pi="7005\mathchardef\Sigma="7006\mathchardef\Upsilon="7007\mathchardef\Phi="7008\mathchardef\Psi="7009\mathchardef\Omega="700A\mathchardef\aleph="0240\def\hbar{{\mathchar'26\mkern-9muh}}\mathchardef\imath="017B\mathchardef\jmath="017C\mathchardef\ell="0160\mathchardef\wp="017D\mathchardef\Re="023C\mathchardef\Im="023D\mathchardef\partial="0140\mathchardef\infty="0231\mathchardef\prime="0230\mathchardef\emptyset="023B\mathchardef\nabla="0272\def\surd{{\mathchar"1270}}\mathchardef\top="023E\mathchardef\bot="023F\def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\crcr      \not\mathrel{\mkern14mu}\crcr      \noalign{\nointerlineskip}      \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\crcr}}}}\mathchardef\triangle="0234\mathchardef\forall="0238\mathchardef\exists="0239\mathchardef\neg="023A \let\lnot=\neg\mathchardef\flat="015B\mathchardef\natural="015C\mathchardef\sharp="015D\mathchardef\clubsuit="027C\mathchardef\diamondsuit="027D\mathchardef\heartsuit="027E\mathchardef\spadesuit="027F\mathchardef\coprod="1360\mathchardef\bigvee="1357\mathchardef\bigwedge="1356\mathchardef\biguplus="1355\mathchardef\bigcap="1354\mathchardef\bigcup="1353\mathchardef\intop="1352 \def\int{\intop\nolimits}\mathchardef\prod="1351\mathchardef\sum="1350\mathchardef\bigotimes="134E\mathchardef\bigoplus="134C\mathchardef\bigodot="134A\mathchardef\ointop="1348 \def\oint{\ointop\nolimits}\mathchardef\bigsqcup="1346\mathchardef\smallint="1273\mathchardef\triangleleft="212F\mathchardef\triangleright="212E\mathchardef\bigtriangleup="2234\mathchardef\bigtriangledown="2235\mathchardef\wedge="225E \let\land=\wedge\mathchardef\vee="225F \let\lor=\vee\mathchardef\cap="225C\mathchardef\cup="225B\mathchardef\ddagger="227A\mathchardef\dagger="2279\mathchardef\sqcap="2275\mathchardef\sqcup="2274\mathchardef\uplus="225D\mathchardef\amalg="2271\mathchardef\diamond="2205\mathchardef\bullet="220F\mathchardef\wr="226F\mathchardef\div="2204\mathchardef\odot="220C\mathchardef\oslash="220B\mathchardef\otimes="220A\mathchardef\ominus="2209\mathchardef\oplus="2208\mathchardef\mp="2207\mathchardef\pm="2206\mathchardef\circ="220E\mathchardef\bigcirc="220D\mathchardef\setminus="226E % for set difference A\setminus B\mathchardef\cdot="2201\mathchardef\ast="2203\mathchardef\times="2202\mathchardef\star="213F\mathchardef\propto="322F\mathchardef\sqsubseteq="3276\mathchardef\sqsupseteq="3277\mathchardef\parallel="326B\mathchardef\mid="326A\mathchardef\dashv="3261\mathchardef\vdash="3260\mathchardef\nearrow="3225\mathchardef\searrow="3226\mathchardef\nwarrow="322D\mathchardef\swarrow="322E\mathchardef\Leftrightarrow="322C\mathchardef\Leftarrow="3228\mathchardef\Rightarrow="3229\def\neq{\not=} \let\ne=\neq\mathchardef\leq="3214 \let\le=\leq\mathchardef\geq="3215 \let\ge=\geq\mathchardef\succ="321F\mathchardef\prec="321E\mathchardef\approx="3219\mathchardef\succeq="3217\mathchardef\preceq="3216\mathchardef\supset="321B\mathchardef\subset="321A\mathchardef\supseteq="3213\mathchardef\subseteq="3212\mathchardef\in="3232\mathchardef\ni="3233 \let\owns=\ni\mathchardef\gg="321D\mathchardef\ll="321C\mathchardef\not="3236\mathchardef\leftrightarrow="3224\mathchardef\leftarrow="3220 \let\gets=\leftarrow\mathchardef\rightarrow="3221 \let\to=\rightarrow\mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}\mathchardef\sim="3218\mathchardef\simeq="3227\mathchardef\perp="323F\mathchardef\equiv="3211\mathchardef\asymp="3210\mathchardef\smile="315E\mathchardef\frown="315F\mathchardef\leftharpoonup="3128\mathchardef\leftharpoondown="3129\mathchardef\rightharpoonup="312A\mathchardef\rightharpoondown="312B\def\joinrel{\mathrel{\mkern-3mu}}\def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +\def\Relbar{\mathrel=}\mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}\mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}\def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}\def\models{\mathrel|\joinrel=}\def\Longrightarrow{\Relbar\joinrel\Rightarrow}% LaTeX Change: \longrightarrow and \longleftarrow redefined to make%   then robust.\def\longrightarrow{\protect\@lra}  \def\@lra{\relbar\joinrel\rightarrow}\def\longleftarrow{\protect\@lla}   \def\@lla{\leftarrow\joinrel\relbar}
  7. ++++++++ Continued on next card ++++++++
  8. :OzTeX 1.2:TeX-inputs:lplain.tex
  9. +++++ Continued from previous card +++++
  10.  
  11. % End of LaTeX change to \longrightarrow and \longleftarrow \def\Longleftarrow{\Leftarrow\joinrel\Relbar}\def\longmapsto{\mapstochar\longrightarrow}\def\longleftrightarrow{\leftarrow\joinrel\rightarrow}\def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}\def\iff{\;\Longleftrightarrow\;}\mathchardef\ldotp="602E % ldot as a punctuation mark\mathchardef\cdotp="6201 % cdot as a punctuation mark\mathchardef\colon="603A % colon as a punctuation mark% LaTeX change: make \ldots work outside math mode too.\def\@ldots{\mathinner{\ldotp\ldotp\ldotp}}\def\ldots{\protect\pldots}\def\pldots{\relax\ifmmode\@ldots\else\mbox{$\@ldots\,$}\fi}% End of LaTeX change to \ldots\def\cdots{\mathinner{\cdotp\cdotp\cdotp}}\def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@    \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}\def\ddots{\mathinner{\mkern1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern2mu    \raise4\p@\hbox{.}\mkern2mu\raise\p@\hbox{.}\mkern1mu}}\def\acute{\mathaccent"7013 }\def\grave{\mathaccent"7012 }\def\ddot{\mathaccent"707F }\def\tilde{\mathaccent"707E }\def\bar{\mathaccent"7016 }\def\breve{\mathaccent"7015 }\def\check{\mathaccent"7014 }\def\hat{\mathaccent"705E }\def\vec{\mathaccent"017E }\def\dot{\mathaccent"705F }\def\widetilde{\mathaccent"0365 }\def\widehat{\mathaccent"0362 }\def\overrightarrow#1{\vbox{\ialign{##\crcr      \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overleftarrow#1{\vbox{\ialign{##\crcr      \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}      \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}\def\underbrace#1{\mathop{\vtop{\ialign{##\crcr      $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}      \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}\def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}\def\lmoustache{\delimiter"4000340 } % top from (, bottom from )\def\rmoustache{\delimiter"5000341 } % top from ), bottom from (\def\lgroup{\delimiter"400033A } % extensible ( with sharper tips\def\rgroup{\delimiter"500033B } % extensible ) with sharper tips\def\arrowvert{\delimiter"33C } % arrow without arrowheads\def\Arrowvert{\delimiter"33D } % double arrow without arrowheads\def\bracevert{\delimiter"33E } % the vertical bar that extends braces\def\Vert{\delimiter"26B30D } \let\|=\Vert\def\vert{\delimiter"26A30C }\def\uparrow{\delimiter"3222378 }\def\downarrow{\delimiter"3223379 }\def\updownarrow{\delimiter"326C33F }\def\Uparrow{\delimiter"322A37E }\def\Downarrow{\delimiter"322B37F }\def\Updownarrow{\delimiter"326D377 }\def\backslash{\delimiter"26E30F } % for double coset G\backslash H\def\rangle{\delimiter"526930B }\def\langle{\delimiter"426830A }\def\rbrace{\delimiter"5267309 } \let\}=\rbrace\def\lbrace{\delimiter"4266308 } \let\{=\lbrace\def\rceil{\delimiter"5265307 }\def\lceil{\delimiter"4264306 }\def\rfloor{\delimiter"5263305 }\def\lfloor{\delimiter"4262304 }\def\bigl{\mathopen\big}\def\bigm{\mathrel\big}\def\bigr{\mathclose\big}\def\Bigl{\mathopen\Big}\def\Bigm{\mathrel\Big}\def\Bigr{\mathclose\Big}\def\biggl{\mathopen\bigg}\def\biggm{\mathrel\bigg}\def\biggr{\mathclose\bigg}\def\Biggl{\mathopen\Bigg}\def\Biggm{\mathrel\Bigg}\def\Biggr{\mathclose\Bigg}\def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}\def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}\def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}\def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}\def\n@space{\nulldelimiterspace\z@ \m@th}\def\choose{\atopwithdelims()}\def\brack{\atopwithdelims[]}\def\brace{\atopwithdelims\{\}}\def\sqrt{\radical"270370 }\def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%  {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}\newbox\rootbox\def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}  \mathpalette\r@@t}\def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}  \dimen@\ht\z@ \advance\dimen@-\dp\z@  \mkern5mu\raise.6\dimen@\copy\rootbox \mkern-10mu \box\z@}\newif\ifv@ \newif\ifh@\def\vphantom{\v@true\h@false\ph@nt}\def\hphantom{\v@false\h@true\ph@nt}\def\phantom{\v@true\h@true\ph@nt}\def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%  \else\let\next\makeph@nt\fi\next}\def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}\def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}\def\finph@nt{\setbox\tw@\null  \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi  \ifh@ \wd\tw@\wd\z@\fi \box\tw@}\def\mathstrut{\vphantom(}\def\smash{\relax % \relax, in case this comes first in \halign  \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh  \fi\next}\def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}\def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}\def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}\def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign\def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@    \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}\def\notin{\mathrel{\mathpalette\c@ncel\in}}\def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}\def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}\def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt          \hbox{$#1\rightharpoonup$}\crcr        $#1\leftharpoondown$}}}}\def\buildrel#1\over#2{\mathrel{\mathop{\kern\z@#2}\limits^{#1}}}\def\doteq{\buildrel\textstyle.\over=}\def\log{\mathop{\rm log}\nolimits}\def\lg{\mathop{\rm lg}\nolimits}\def\ln{\mathop{\rm ln}\nolimits}\def\lim{\mathop{\rm lim}}\def\limsup{\mathop{\rm lim\,sup}}\def\liminf{\mathop{\rm lim\,inf}}\def\sin{\mathop{\rm sin}\nolimits}\def\arcsin{\mathop{\rm arcsin}\nolimits}\def\sinh{\mathop{\rm sinh}\nolimits}\def\cos{\mathop{\rm cos}\nolimits}\def\arccos{\mathop{\rm arccos}\nolimits}\def\cosh{\mathop{\rm cosh}\nolimits}\def\tan{\mathop{\rm tan}\nolimits}\def\arctan{\mathop{\rm arctan}\nolimits}\def\tanh{\mathop{\rm tanh}\nolimits}\def\cot{\mathop{\rm cot}\nolimits}\def\coth{\mathop{\rm coth}\nolimits}\def\sec{\mathop{\rm sec}\nolimits}\def\csc{\mathop{\rm csc}\nolimits}\def\max{\mathop{\rm max}}\def\min{\mathop{\rm min}}\def\sup{\mathop{\rm sup}}\def\inf{\mathop{\rm inf}}\def\arg{\mathop{\rm arg}\nolimits}\def\ker{\mathop{\rm ker}\nolimits}\def\dim{\mathop{\rm dim}\nolimits}\def\hom{\mathop{\rm hom}\nolimits}\def\det{\mathop{\rm det}}\def\exp{\mathop{\rm exp}\nolimits}\def\Pr{\mathop{\rm Pr}}\def\gcd{\mathop{\rm gcd}}\def\deg{\mathop{\rm deg}\nolimits}\def\bmod{\mskip-\medmuskip\mkern5mu  \mathbin{\rm mod}\penalty900\mkern5mu\mskip-\medmuskip}\def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}\def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th    \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}\def\matrix#1{\null\,\vcenter{\normalbaselines\m@th    \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr      \mathstrut\crcr\noalign{\kern-\baselineskip}      #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}\def\pmatrix#1{\left(\matrix{#1}\right)}\newdimen\p@renwd% LaTeX: following command is moved after the \tenex font is defined%  by LFONTS%\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (\def\bordermatrix#1{\begingroup \m@th  \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%    \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil      &&\quad\hfil$##$\hfil\crcr      \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%      #1\crcr\omit\strut\cr}}%  \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%  \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%  \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne    \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%    \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%  \null\;\vbox{\kern\ht\@ne\box\tw@}\endgroup}\def\openup{\afterassignment\@penup\dimen@=}\def\@penup{\advance\lineskip\dimen@  \advance\baselineskip\dimen@  \advance\lineskiplimit\dimen@}% LaTeX change: \eqalign eliminated, since it is replaced by the% eqnarray environment.%%\def\eqalign#1{\null\,\vcenter{\openup\jot\m@th%  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil%      \crcr#1\crcr}}\,}\newif\ifdt@p\def\displ@y{\global\dt@ptrue\openup\jot\m@th  \everycr{\noalign{\ifdt@p \global\dt@pfalse      \vskip-\lineskiplimit \vskip\normallineskiplimit      \else \penalty\interdisplaylinepenalty \fi}}}\def\@lign{\tabskip\z@skip\everycr{}} % restore inside \displ@y\def\displaylines#1{\displ@y  \halign{\hbox to\displaywidth{$\@lign\hfil\displaystyle##\hfil$}\crcr    #1\crcr}}% LaTeX: The following \eqalign type macros are eliminated, since% they are replaced by the eqnarray environment.%%\def\eqalignno#1{\displ@y \tabskip\centering%  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip%    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering%    &\llap{$\@lign##$}\tabskip\z@skip\crcr%    #1\crcr}}%\def\leqalignno#1{\displ@y \tabskip\centering%  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip%    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering%    &\kern-\displaywidth\rlap{$\@lign##$}\tabskip\displaywidth\crcr%    #1\crcr}}% Definitions related to output% LaTeX uses its own output routine%%\message{output routines,}%%\countdef\pageno=0 \pageno=1 % first page is number 1%\newtoks\headline \headline={\hfil} % headline is normally blank%\newtoks\footline \footline={\hss\tenrm\folio\hss}%  % footline is normally a centered page number in font \tenrm%\newif\ifr@ggedbottom%\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}%\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom%\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}%\def\nopagenumbers{\footline{\hfil}} % blank out the footline%\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne%  \else\global\advance\pageno\@ne \fi} % increase |pageno|% LaTeX does use the same insert for footnotes as PLAIN\newinsert\footins%\def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later%  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi%  #1\@sf\vfootnote{#1}}%\def\vfootnote#1{\insert\footins\bgroup%  \interlinepenalty\interfootnotelinepenalty%  \splittopskip\ht\strutbox % top baseline for broken footnotes%  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM%  \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip%  \textindent{#1}\footstrut\futurelet\next\fo@t}%\def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t%  \else\let\next\f@t\fi \next}%\def\f@@t{\bgroup\aftergroup\@foot\let\next}%\def\f@t#1{#1\@foot}%\def\@foot{\strut\egroup}%\def\footstrut{\vbox to\splittopskip{}}% LaTeX leaves these initializations for the \footins insert.%\skip\footins=\bigskipamount % space added when footnote is present\count\footins=1000 % footnote magnification factor (1 to 1)\dimen\footins=8in % maximum footnotes per page%\newinsert\topins%\newif\ifp@ge \newif\if@mid%\def\topinsert{\@midfalse\p@gefalse\@ins}%\def\midinsert{\@midtrue\@ins}%\def\pageinsert{\@midfalse\p@getrue\@ins}%\skip\topins=\z@skip % no space added when a topinsert is present%\count\topins=1000 % magnification factor (1 to 1)%\dimen\topins=\maxdimen % no limit per page%\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox%\def\endinsert{\egroup % finish the \vbox%  \if@mid \dimen@\ht\z@ \advance\dime%    \advance\dimen@12\p@ \advance\dimen@\pagetotal%    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi%  \if@mid \bigskip\box\z@\bigbreak%  \else\insert\topins{\penalty100 % floating insertion%    \splittopskip\z@skip%    \splitmaxdepth\maxdimen \floatingpenalty\z@%    \ifp@ge \dimen@\dp\z@%    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero%    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}%\output{\plainoutput}%\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%%  \advancepageno%  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}%\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}%\def\makeheadline{\vbox to\z@{\vskip-22.5\p@%  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}%\def\makefootline{\baselineskip24\p@\line{\the\footline}}%\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over%  \line{}\kern-\topskip\nobreak\vfill\supereject\fi}%%\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi%  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255%  \ifvoid\footins\else % footnote info is present%    \vskip\skip\footins%    \footnoterule%    \unvbox\footins\fi%  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}% LaTeX keeps PLAIN TeX's \footnoterule as the default%\def\footnoterule{\kern-3\p@  \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high% Hyphenation, miscellaneous macros, and initial values for standard layout\message{hyphenation}\input hyphen% \magnification doesn't work in LaTeX%%\def\magnification{\afterassignment\m@g\count@}%\def\m@g{\mag\count@%  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}\def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@  \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne  \tracingmacros\tw@\tracingparagraphs\@ne\tracingrestores\@ne  \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}\def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm  \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}% input LaTeX fonts and commands\input lfonts\input latex% LaTeX change: moved from above.\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (% LaTeX: default values\normalbaselines% LaTeX: select 10pt font size and \rm style\xpt\nonfrenchspacing % punctuation affects the spacing\catcode`@=12 % at signs are no longer letters% LaTeX: File called LPLAIN% Identify the current format\def\fmtname{lplain}\def\fmtversion{2.09-10/29/85} \typeout{Input any local modifications here.}:OzTeX 1.2:TeX-inputs:opbiba.sty
  12. % OPBIBA DOCUMENT-STYLE OPTION FOR ARTICLE STYLE%    for LaTeX version 2.08% Copyright (C) 1985, all rights reserved% The following commands make the bibliography have an "open" format,% where each new block (major unit of information) of an entry begins% on a new line, with successive lines of the block indented a bit.%    \def\newblock{\par}%% This is a slightly modified version of LaTeX's \raggedright:%    \let\\=\@centercr\@rightskip\@flushglue%           \rightskip\@rightskip\leftskip\z@%% It's rather hard to do line breaks in bibliographies,% so we allow "sloppy" setting.%    \sloppy%% The following \sfcode declaration causes a `.' (period) not to% produce an end-of-sentence space.%    \sfcode`\.=1000\relax\def\thebibliography#1{\section*{References\markboth  {REFERENCES}{REFERENCES}}\list  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}    \leftmargin\labelwidth    \advance\leftmargin\labelsep    \listparindent -1.5em \advance\leftmargin-\listparindent    \itemindent\listparindent \parsep 0pt    \usecounter{enumi}}    \def\newblock{\par}    \let\\=\@centercr\@rightskip\@flushglue       \rightskip\@rightskip\leftskip\z@    \sloppy    \sfcode`\.=1000\relax}:OzTeX 1.2:TeX-inputs:opbibr.sty
  13. % OPBIBR DOCUMENT-STYLE OPTION FOR REPORT STYLE%    for LaTeX version 2.08% Copyright (C) 1985, all rights reserved% The following commands make the bibliography have an "open" format,% where each new block (major unit of information) of an entry begins% on a new line, with successive lines of the block indented a bit.%    \def\newblock{\par}%% This is a slightly modified version of LaTeX's \raggedright:%    \let\\=\@centercr\@rightskip\@flushglue%           \rightskip\@rightskip\leftskip\z@%% It's rather hard to do line breaks in bibliographies,% so we allow "sloppy" setting.%    \sloppy%% The following \sfcode declaration causes a `.' (period) not to% produce an end-of-sentence space.%    \sfcode`\.=1000\relax\def\thebibliography#1{\chapter*{Bibliography\markboth  {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}    \leftmargin\labelwidth    \advance\leftmargin\labelsep    \listparindent -1.5em \advance\leftmargin-\listparindent    \itemindent\listparindent \parsep 0pt    \usecounter{enumi}}    \def\newblock{\par}    \let\\=\@centercr\@rightskip\@flushglue       \rightskip\@rightskip\leftskip\z@    \sloppy    \sfcode`\.=1000\relax}:OzTeX 1.2:TeX-inputs:openbib.doc
  14. % OPENBIB DOCUMENT-STYLE OPTION FOR ARTICLE STYLE % RELEASED 12 October 1987 -- for LaTeX version 2.09% Copyright (C) 1987, all rights reserved% Produces the "open" bibliography style, in which each block starts% on a new line, and succeeding lines in a block are indented by% \bibindent.%% It's rather hard to do line breaks in bibliographies,% so we allow "sloppy" setting.%    \sloppy%% The following \sfcode declaration causes a `.' (period) not to% produce an end-of-sentence space.%    \sfcode`\.=1000\relax\newdimen\bibindent\bibindent=1.5em\@ifundefined{chapter}{\def\thebibliography#1{\section*{References\@mkboth  {REFERENCES}{REFERENCES}}\list  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}    \leftmargin\labelwidth    \advance\leftmargin\labelsep    \advance\leftmargin\bibindent    \itemindent -\bibindent    \listparindent \itemindent    \parsep \z@    \usecounter{enumi}}    \def\newblock{\par}    \sloppy    \sfcode`\.=1000\relax}}%{\def\thebibliography#1{\chapter*{Bibliography\@mkboth  {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}    \leftmargin\labelwidth    \advance\leftmargin\labelsep    \advance\leftmargin\bibindent    \itemindent -\bibindent    \listparindent \itemindent    \parsep \z@    \usecounter{enumi}}    \def\newblock{\par}    \sloppy    \sfcode`\.=1000\relax}}:OzTeX 1.2:TeX-inputs:openbib.sty
  15. % openbib.sty 12-Oct-87\newdimen\bibindent\bibindent=1.5em\@ifundefined{chapter}{\def\thebibliography#1{\section*{References\@mkboth {REFERENCES}{REFERENCES}}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]} \leftmargin\labelwidth \advance\leftmargin\labelsep \advance\leftmargin\bibindent \itemindent -\bibindent \listparindent \itemindent \parsep \z@ \usecounter{enumi}} \def\newblock{\par} \sloppy \sfcode`\.=1000\relax}}{\def\thebibliography#1{\chapter*{Bibliography\@mkboth {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]} \leftmargin\labelwidth \advance\leftmargin\labelsep \advance\leftmargin\bibindent \itemindent -\bibindent \listparindent \itemindent \parsep \z@ \usecounter{enumi}} \def\newblock{\par} \sloppy \sfcode`\.=1000\relax}}:OzTeX 1.2:TeX-inputs:oztex.tex
  16. % definition of OzTeX logo\def\OzTeX{O\kern-.03em z\kern-.15em\TeX}:OzTeX 1.2:TeX-inputs:plain.tex
  17. % This is the plain TeX format that's described in The TeXbook.% N.B.: A version number is defined at the very end of this file;%       please change that number whenever the file is modified!% And don't modify the file under any circumstances.\catcode`\{=1 % left brace is begin-group character\catcode`\}=2 % right brace is end-group character\catcode`\$=3 % dollar sign is math shift\catcode`\&=4 % ampersand is alignment tab\catcode`\#=6 % hash mark is macro parameter character\catcode`\^=7 \catcode`\^^K=7 % circumflex and uparrow are for superscripts\catcode`\_=8 \catcode`\^^A=8 % underline and downarrow are for subscripts\catcode`\^^I=10 % ascii tab is a blank space\chardef\active=13 \catcode`\~=\active % tilde is active\catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"\message{Preloading the plain format: codes,}% We had to define the \catcodes right away, before the message line,% since \message uses the { and } characters.% When INITEX (the TeX initializer) starts up,% it has defined the following \catcode values:% \catcode`\^^@=9 % ascii null is ignored% \catcode`\^^M=5 % ascii return is end-line% \catcode`\\=0 % backslash is TeX escape character% \catcode`\%=14 % percent sign is comment character% \catcode`\ =10 % ascii space is blank space% \catcode`\^^?=15 % ascii delete is invalid% \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters% \catcode`\a=11 ... \catcode`\z=11 % lowercase letters% all others are type 12 (other)% Here is a list of the characters that have been specially catcoded:\def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%  \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}% (not counting ascii null, tab, linefeed, formfeed, return, delete)% Each symbol in the list is preceded by \do, which can be defined% if you want to do something to every item in the list.% We make @ signs act like letters, temporarily, to avoid conflict% between user names and internal control sequences of plain format.\catcode`@=11% INITEX sets up \mathcode x=x, for x=0..127, except that% \mathcode x=x+"7100, for x = `A to `Z and `a to `z;% \mathcode x=x+"7000, for x = `0 to `9.% The following changes define internal codes as recommended% in Appendix C of The TeXbook:\mathcode`\^^@="2201 % \cdot\mathcode`\^^A="3223 % \downarrow\mathcode`\^^B="010B % \alpha\mathcode`\^^C="010C % \beta\mathcode`\^^D="225E % \land\mathcode`\^^E="023A % \lnot\mathcode`\^^F="3232 % \in\mathcode`\^^G="0119 % \pi\mathcode`\^^H="0115 % \lambda\mathcode`\^^I="010D % \gamma\mathcode`\^^J="010E % \delta\mathcode`\^^K="3222 % \uparrow\mathcode`\^^L="2206 % \pm\mathcode`\^^M="2208 % \oplus\mathcode`\^^N="0231 % \infty\mathcode`\^^O="0140 % \partial\mathcode`\^^P="321A % \subset\mathcode`\^^Q="321B % \supset\mathcode`\^^R="225C % \cap\mathcode`\^^S="225B % \cup\mathcode`\^^T="0238 % \forall\mathcode`\^^U="0239 % \exists\mathcode`\^^V="220A % \otimes\mathcode`\^^W="3224 % \leftrightarrow\mathcode`\^^X="3220 % \leftarrow\mathcode`\^^Y="3221 % \rightarrow\mathcode`\^^Z="8000 % \ne\mathcode`\^^[="2205 % \diamond\mathcode`\^^\="3214 % \le\mathcode`\^^]="3215 % \ge\mathcode`\^^^="3211 % \equiv\mathcode`\^^_="225F % \lor\mathcode`\ ="8000 % \space\mathcode`\!="5021\mathcode`\'="8000 % ^\prime\mathcode`\(="4028\mathcode`\)="5029\mathcode`\*="2203 % \ast\mathcode`\+="202B\mathcode`\,="613B\mathcode`\-="2200\mathcode`\.="013A\mathcode`\/="013D\mathcode`\:="303A\mathcode`\;="603B\mathcode`\<="313C\mathcode`\=="303D\mathcode`\>="313E\mathcode`\?="503F\mathcode`\[="405B\mathcode`\\="026E % \backslash\mathcode`\]="505D\mathcode`\_="8000 % \_\mathcode`\{="4266\mathcode`\|="026A\mathcode`\}="5267\mathcode`\^^?="1273 % \smallint% INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,% and \lccode`x=`x, \lccode`X=`x; all other values are zero.% No changes to those tables are needed in plain TeX format.% INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999% for uppercase letters. The following changes are needed:\sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0% The \nonfrenchspacing macro will make further changes to \sfcode values.% Finally, INITEX sets all \delcode values to -1, except \delcode`.=0\delcode`\(="028300\delcode`\)="029301\delcode`\[="05B302\delcode`\]="05D303\delcode`\<="26830A\delcode`\>="26930B\delcode`\/="02F30E\delcode`\|="26A30C\delcode`\\="26E30F% N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!% To make the plain macros more efficient in time and space,% several constant values are declared here as control sequences.% If they were changed, anything could happen; so they are private symbols.\chardef\@ne=1\chardef\tw@=2\chardef\thr@@=3\chardef\sixt@@n=16\chardef\@cclv=255\mathchardef\@cclvi=256\mathchardef\@m=1000\mathchardef\@M=10000\mathchardef\@MM=20000% Allocation of registers% Here are macros for the automatic allocation of \count, \box, \dimen,% \skip, \muskip, and \toks registers, as well as \read and \write% stream numbers, \fam codes, and \insert numbers.\message{registers,}% When a register is used only temporarily, it need not be allocated;% grouping can be used, making the value previously in the register return% after the close of the group.  The main use of these macros is for% registers that are defined by one macro and used by others, possibly at% different nesting levels.  All such registers should be defined through% these macros; otherwise conflicts may occur, especially when two or more% more macro packages are being used at once.% The following counters are reserved:%   0 to 9  page numbering%       10  count allocation%       11  dimen allocation%       12  skip allocation%       13  muskip allocation%       14  box allocation%       15  toks allocation%       16  read file allocation%       17  write file allocation%       18  math family allocation%       19  insert allocation%       20  the most recently allocated number%       21  constant -1% New counters are allocated starting with 22, 23, etc.  Other registers are% allocated starting with 10.  This leaves 0 through 9 for the user to play% with safely, except that counts 0 to 9 are considered to be the page and% subpage numbers (since they are displayed during output). In this scheme,% \count 10 always contains the number of the highest-numbered counter that% has been allocated, \count 14 the highest-numbered box, etc.% Inserts are given numbers 254, 253, etc., since they require a \count,% \dimen, \skip, and \box all with the same number; \count 19 contains the% lowest-numbered insert that has been allocated. Of course, \box255 is% reserved for \output; \count255, \dimen255, and \skip255 can be used freely.% It is recommends that macro designers always use% \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and% always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.% This will prevent ``save stack buildup'' that might otherwise occur.\count10=21 % allocates \count registers 22, 23, ...\count11=9 % allocates \dimen registers 10, 11, ...\count12=9 % allocates \skip registers 10, 11, ...\count13=9 % allocates \muskip registers 10, 11, ...\count14=9 % allocates \box registers 10, 11, ...\count15=9 % allocates \toks registers 10, 11, ...\count16=-1 % allocates input streams 0, 1, ...\count17=-1 % allocates output streams 0, 1, ...\count18=3 % allocates math families 4, 5, ...\count19=255 % allocates insertions 254, 253, ...\countdef\insc@unt=19 % the insertion counter\countdef\allocationnumber=20 % the most recent allocation\countdef\m@ne=21 \m@ne=-1 % a handy constant\def\wlog{\immediate\write\m@ne} % write on log file (only)% Here are abbreviations for the names of scratch registers% that don't need to be allocated.\countdef\count@=255\dimendef\dimen@=0\dimendef\dimen@i=1 % global only\dimendef\dimen@ii=2\skipdef\skip@=0\toksdef\toks@=0% Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo% and \foo will be defined (with \countdef) to be the next counter.% To find out which counter \foo is, you can look at \allocationnumber.% Since there's no \boxdef command, \chardef is used to define a \newbox,% \newinsert, \newfam, and so on.\outer\def\newcount{\alloc@0\count\countdef\insc@unt}\outer\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}\outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}\outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}\outer\def\newbox{\alloc@4\box\chardef\insc@unt}\let\newtoks=\relax % we do this to allow plain.tex to be read in twice\outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}\outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}\outer\def\newread{\alloc@6\read\chardef\sixt@@n}\outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}\outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}\def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne  \ch@ck#1#4#2% make sure there's still room  \allocationnumber=\count1#1%  \global#3#5=\allocationnumber  \wlog{\string#5=\string#2\the\allocationnumber}}\outer\def\newinsert#1{\global\advance\insc@unt by\m@ne  \ch@ck0\insc@unt\count  \ch@ck1\insc@unt\dimen  \ch@ck2\insc@unt\skip  \ch@ck4\insc@unt\box  \allocationnumber=\insc@unt  \global\chardef#1=\allocationnumber  \wlog{\string#1=\string\insert\the\allocationnumber}}\def\ch@ck#1#2#3{\ifnum\count1#1<#2%  \else\errmessage{No room for a new #3}\fi}% Here are some examples of allocation.\newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>\newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow\newskip\centering \centering=0pt plus 1000pt minus 1000pt\newdimen\p@ \p@=1pt % this saves macro space and time\newdimen\z@ \z@=0pt % can be used both for 0pt and 0\newskip\z@skip \z@skip=0pt plus0pt minus0pt\newbox\voidb@x % permanently void box register% And here's a different sort of allocation:% For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.\outer\def\newif#1{\count@\escapechar \escapechar\m@ne  \expandafter\expandafter\expandafter   \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%  \expandafter\expandafter\expandafter   \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%  \@if#1{false}\escapechar\count@} % the condition starts out false\def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}{\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required% Assign initial values to TeX's parameters\message{parameters,}% All of TeX's numeric parameters are listed here,% but the code is commented out if no special value needs to be set.% INITEX makes all parameters zero except where noted.\pretolerance=100\tolerance=200 % INITEX sets this to 10000\hbadness=1000\vbadness=1000\linepenalty=10\hyphenpenalty=50\exhyphenpenalty=50\binoppenalty=700\relpenalty=500\clubpenalty=150\widowpenalty=150\displaywidowpenalty=50\brokenpenalty=100\predisplaypenalty=10000% \postdisplaypenalty=0% \interlinepenalty=0% \floatingpenalty=0, set during \insert% \outputpenalty=0, set before TeX enters \output\doublehyphendemerits=10000\finalhyphendemerits=5000\adjdemerits=10000% \looseness=0, cleared by TeX after each paragraph% \pausing=0% \tracingonline=0% \tracingmacros=0% \tracingstats=0% \tracingparagraphs=0% \tracingpages=0% \tracingoutput=0\tracinglostchars=1% \tracingcommands=0% \tracingrestores=0\uchyph=1% \globaldefs=0% \maxdeadcycles=25 % INITEX does this% \hangafter=1 % INITEX does this, also TeX after each paragraph% \fam=0% \mag=1000 % INITEX does this% \escapechar=`\\ % INITEX does this\defaulthyphenchar=`\-\defaultskewchar=-1% \endlinechar=`\^^M % INITEX does this\newlinechar=-1\delimiterfactor=901% \time=now % TeX does this at beginning of job% \day=now % TeX does this at beginning of job% \month=now % TeX does this at beginning of job% \year=now % TeX does this at beginning of job\showboxbreadth=5\showboxdepth=3\hfuzz=0.1pt\vfuzz=0.1pt\overfullrule=5pt\hsize=6.5in\vsize=8.9in\maxdepth=4pt\splitmaxdepth=\maxdimen\boxmaxdepth=\maxdimen% \lineskiplimit=0pt, changed by \normalbaselines\delimitershortfall=5pt\nulldelimiterspace=1.2pt\scriptspace=0.5pt% \mathsurround=0pt% \predisplaysize=0pt, set before TeX enters $$% \displaywidth=0pt, set before TeX enters $$% \displayindent=0pt, set before TeX enters $$\parindent=20pt% \hangindent=0pt, zeroed by TeX after each paragraph% \hoffset=0pt% \voffset=0pt% \baselineskip=0pt, changed by \normalbaselines% \lineskip=0pt, changed by \normalbaselines\parskip=0pt plus 1pt\abovedisplayskip=12pt plus 3pt minus 9pt\abovedisplayshortskip=0pt plus 3pt\belowdisplayskip=12pt plus 3pt minus 9pt\belowdisplayshortskip=7pt plus 3pt minus 4pt% \leftskip=0pt% \rightskip=0pt\topskip=10pt\splittopskip=10pt% \tabskip=0pt% \spaceskip=0pt% \xspaceskip=0pt\parfillskip=0pt plus 1fil\thinmuskip=3mu\medmuskip=4mu plus 2mu minus 4mu\thickmuskip=5mu plus 5mu% We also define special registers that function like parameters:\newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt\newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt\newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt\newskip\normalbaselineskip \normalbaselineskip=12pt\newskip\normallineskip \normallineskip=1pt\newdimen\normallineskiplimit \normallineskiplimit=0pt\newdimen\jot \jot=3pt\newcount\interdisplaylinepenalty \interdisplaylinepenalty=100\newcount\interfootnotelinepenalty \interfootnotelinepenalty=100% Definitions for preloaded fonts\def\magstephalf{1095 }\def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}% Fonts assigned to \preloaded are not part of "plain TeX",% but they are preloaded so that other format packages can use them.% For example, if another set of macros says "\font\ninerm=cmr9",% TeX will not have to reload the font metric information for cmr9.\message{fonts,}\font\tenrm=cmr10 % roman text\font\preloaded=cmr9\font\preloaded=cmr8\font\sevenrm=cmr7\font\preloaded=cmr6\font\fiverm=cmr5\font\teni=cmmi10 % math italic\font\preloaded=cmmi9\font\preloaded=cmmi8\font\seveni=cmmi7\font\preloaded=cmmi6\font\fivei=cmmi5\font\tensy=cmsy10 % math symbols\font\preloaded=cmsy9\font\preloaded=cmsy8\font\sevensy=cmsy7\font\preloaded=cmsy6\font\fivesy=cmsy5\font\tenex=cmex10 % math extension\font\preloaded=cmss10 % sans serif%\font\preloaded=cmssq8\font\preloaded=cmssi10 % sans serif italic%\font\preloaded=cmssqi8\font\tenbf=cmbx10 % boldface extended\font\preloaded=cmbx9\font\preloaded=cmbx8\font\sevenbf=cmbx7\font\preloaded=cmbx6\font\fivebf=cmbx5\font\tentt=cmtt10 % typewriter\font\preloaded=cmtt9\font\preloaded=cmtt8\font\preloaded=cmsltt10 % slanted typewriter\font\tensl=cmsl10 % slanted roman\font\preloaded=cmsl9\font\preloaded=cmsl8\font\tenit=cmti10 % text italic\font\preloaded=cmti9\font\preloaded=cmti8\font\preloaded=cmti7\message{more fonts,}%\font\preloaded=cmu10 % unslanted text italic\font\preloaded=cmmib10 % bold math italic\font\preloaded=cmbsy10 % bold math symbols\font\preloaded=cmcsc10 % caps and small caps\font\preloaded=cmssbx10 % sans serif bold extended%\font\preloaded=cmdunh10 % Dunhill style\font\preloaded=cmr7 scaled \magstep4 % for titles\font\preloaded=cmtt10 scaled \magstep2\font\preloaded=cmssbx10 scaled \magstep2% \font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols% Additional \preloaded fonts can be specified here.% (And those that were \preloaded above can be eliminated.)\let\preloaded=\undefined % preloaded fonts must be declared anew later.\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60
  18. ++++++++ Continued on next card ++++++++
  19. :OzTeX 1.2:TeX-inputs:plain.tex
  20. +++++ Continued from previous card +++++
  21.  
  22. \textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm\def\rm{\fam\z@\tenrm}\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}\textensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy\def\cal{\fam\tw@}\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4\textfont\itfam=\tenit\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5\textfont\slfam=\tensl\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf\scriptscriptfont\bffam=\fivebf\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7\textfont\ttfam=\tentt% Macros for setting ordinary text\message{macros,}\def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m  \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}\def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%  \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }\def\normalbaselines{\lineskip\normallineskip  \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}\def\^^M{\ } % control <return> = control <space>\def\^^I{\ } % same for <tab>\def\lq{`} \def\rq{'}\def\lbrack{[} \def\rbrack{]}\let\endgraf=\par \let\endline=\cr\def\space{ }\def\empty{}\def\null{\hbox{}}\let\bgroup={ \let\egroup=}% In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'% since this allows, for example, `\let\par=\cr \obeylines \halign{...'{\catcode`\^^M=\active % these lines must end with %  \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%  \global\let^^M\par} % this is in case ^^M appears in a \write\def\obeyspaces{\catcode`\ \active}{\obeyspaces\global\let =\space}\def\loop#1\repeat{\def\body{#1}\iterate}\def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}\let\repeat=\fi % this makes \loop...\if...\repeat skippable\def\thinspace{\kern .16667em }\def\negthinspace{\kern-.16667em }\def\enspace{\kern.5em }\def\enskip{\hskip.5em\relax}\def\quad{\hskip1em\relax}\def\qquad{\hskip2em\relax}\def\smallskip{\vskip\smallskipamount}\def\medskip{\vskip\medskipamount}\def\bigskip{\vskip\bigskipamount}\def\nointerlineskip{\prevdepth-1000\p@}\def\offinterlineskip{\baselineskip-1000\p@  \lineskip\z@ \lineskiplimit\maxdimen}\def\vglue{\afterassignment\vgl@\skip@=}\def\vgl@{\par \dimen@\prevdepth \hrule height\z@  \nobreak\vskip\skip@ \prevdepth\dimen@}\def\hglue{\afterassignment\hgl@\skip@=}\def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@  \nobreak\hskip\skip@ \spacefactor\count@}\def~{\penalty\@M \ } % tie\def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'\def\break{\penalty-\@M}\def\nobreak{\penalty \@M}\def\allowbreak{\penalty \z@}\def\filbreak{\par\vfil\penalty-200\vfilneg}\def\goodbreak{\par\penalty-500 }\def\eject{\par\break}\def\supereject{\par\penalty-\@MM}\def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}\def\smallbreak{\par\ifdim\lastskip<\smallskipamount  \removelastskip\penalty-50\smallskip\fi}\def\medbreak{\par\ifdim\lastskip<\medskipamount  \removelastskip\penalty-100\medskip\fi}\def\bigbreak{\par\ifdim\lastskip<\bigskipamount  \removelastskip\penalty-200\bigskip\fi}\def\line{\hbox to\hsize}\def\leftline#1{\line{#1\hss}}\def\rightline#1{\line{\hss#1}}\def\centerline#1{\line{\hss#1\hss}}\def\rlap#1{\hbox to\z@{#1\hss}}\def\llap#1{\hbox to\z@{\hss#1}}\def\m@th{\mathsurround=\z@}\def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@  \m@th \underline{\box\z@}$}\newbox\strutbox\setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}\def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}\def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out\def\ialign{\everycr{}\tabskip\z@skip\halign} % initialized \halign\newcount\mscount\def\multispan#1{\omit \mscount#1  \loop\ifnum\mscount>\@ne \sp@n\repeat}\def\sp@n{\span\omit\advance\mscount\m@ne}\newif\ifus@ \newif\if@cr\newbox\tabs \newbox\tabsyet \newbox\tabsdone\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}\let\+=\relax % in case this file is being read in twice\def\sett@b{\ifx\next\+\let\next\relax    \def\next{\afterassignment\s@tt@b\let\next}%  \else\let\next\s@tcols\fi\next}\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+\outer\def\+{\tabalign}\def\s@tcols#1\columns{\count@#1 \dimen@\hsize  \loop\ifnum\count@>\z@ \@nother \repeat}\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%  \advance\dimen@-\dimen@ii \advance\count@\m@ne}\def\m@ketabbox{\begingroup  \global\setbox\tabsyet\copy\tabs  \global\setbox\tabsdone\null  \def\cr{\@crtrue\crcr\egroup\egroup    \ifus@\unvbox\z@\lastbox\fi\endgroup    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%  \setbox\z@\vbox\bgroup\@crfalse    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}\def\t@bbox{\setbox\z@\hbox\bgroup}\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet      \global\setbox\@ne\lastbox}% now \box\@ne holds its size    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi  \box\z@}\def\hang{\hangindent\parindent}\def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}\def\item{\par\hang\textindent}\def\itemitem{\par\indent \hangindent2\parindent \textindent}\def\narrower{\advance\leftskip\parindent  \advance\rightskip\parindent}\outer\def\beginsection#1\par{\vskip\z@ plus.3\vsize\penalty-250  \vskip\z@ plus-.3\vsize\bigskip\vskip\parskip  \message{#1}\leftline{\bf#1}\nobreak\smallskip\noindent}\outer\def\proclaim #1. #2\par{\medbreak  \noindent{\bf#1.\enspace}{\sl#2}\par  \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}\def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em }\def\ttraggedright{\tt\rightskip\z@ plus2em } % for use with \tt only\chardef\%=`\%\chardef\&=`\&\chardef\#=`\#\chardef\$=`\$\chardef\ss="19\chardef\ae="1A\chardef\oe="1B\chardef\o="1C\chardef\AE="1D\chardef\OE="1E\chardef\O="1F\chardef\i="10 \chardef\j="11 % dotless letters\def\aa{\accent23a}\def\l{\char32l}\def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}\def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary\def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}\def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%  \rlap{\raise.67\dimen@\hbox{\char'27}}A}\def\mathhexbox#1#2#3{\leavevmode  \hbox{$\m@th \mathchar"#1#2#3$}}\def\dag{\mathhexbox279}\def\ddag{\mathhexbox27A}\def\S{\mathhexbox278}\def\P{\mathhexbox27B}\def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%  \ialign{##\crcr#1\crcr}}} % put characters over each other\def\ooalign{\lineskiplimit-\maxdimen \oalign}\def\d#1{\oalign{#1\crcr\hidewidth.\hidewidth}}\def\b#1{\oalign{#1\crcr\hidewidth    \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}\def\c#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%  \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}\def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}\def\dots{\relax\ifmmode\ldots\else$\m@th\ldots\,$\fi}\def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}\def\`#1{{\accent18 #1}}\def\'#1{{\accent19 #1}}\def\v#1{{\accent20 #1}} \let\^^_=\v\def\u#1{{\accent21 #1}} \let\^^S=\u\def\=#1{{\accent22 #1}}\def\^#1{{\accent94 #1}} \let\^^D=\^\def\.#1{{\accent95 #1}}\def\H#1{{\accent"7D #1}}\def\~#1{{\accent"7E #1}}\def\"#1{{\accent"7F #1}}\def\t#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}\def\hrulefill{\leaders\hrule\hfill}\def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill}\def\rightarrowfill{$\m@th\mathord-\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord\rightarrow$}\def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord-$}\mathchardef\braceld="37A \mathchardef\bracerd="37B\mathchardef\bracelu="37C \mathchardef\braceru="37D\def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru  \bracelu\leaders\vrule\hfill\bracerd$}\def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd  \braceld\leaders\vrule\hfill\braceru$}\outer\def\bye{\par\vfill\supereject\end}% Macros for math setting\message{math definitions,}\let\sp=^ \let\sb=_\def\,{\mskip\thinmuskip}\def\>{\mskip\medmuskip}\def\;{\mskip\thickmuskip}\def\!{\mskip-\thinmuskip}\def\*{\discretionary{\thinspace\the\textfont2\char2}{}{}}{\catcode`\'=\active \gdef'{^\bgroup\prim@s}}\def\prim@s{\prime\futurelet\next\pr@m@s}\def\pr@m@s{\ifx'\next\let\next\pr@@@s \else\ifx^\next\let\next\pr@@@t  \else\let\next\egroup\fi\fi \next}\def\pr@@@s#1{\prim@s} \def\pr@@@t#1#2{#2\egroup}{\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math{\catcode`\_=\active \let_=\_} % _ is like \_ if not used for subscripts\mathchardef\alpha="010B\mathchardef\beta="010C\mathchardef\gamma="010D\mathchardef\delta="010E\mathchardef\epsilon="010F\mathchardef\zeta="0110\mathchardef\eta="0111\mathchardef\theta="0112\mathchardef\iota="0113\mathchardef\kappa="0114\mathchardef\lambda="0115\mathchardef\mu="0116\mathchardef\nu="0117\mathchardef\xi="0118\mathchardef\pi="0119\mathchardef\rho="011A\mathchardef\sigma="011B\mathchardef\tau="011C\mathchardef\upsilon="011D\mathchardef\phi="011E\mathchardef\chi="011F\mathchardef\psi="0120\mathchardef\omega="0121\mathchardef\varepsilon="0122\mathchardef\vartheta="0123\mathchardef\varpi="0124\mathchardef\varrho="0125\mathchardef\varsigma="0126\mathchardef\varphi="0127\mathchardef\Gamma="7000\mathchardef\Delta="7001\mathchardef\Theta="7002\mathchardef\Lambda="7003\mathchardef\Xi="7004\mathchardef\Pi="7005\mathchardef\Sigma="7006\mathchardef\Upsilon="7007\mathchardef\Phi="7008\mathchardef\Psi="7009\mathchardef\Omega="700A\mathchardef\aleph="0240\def\hbar{{\mathchar'26\mkern-9muh}}\mathchardef\imath="017B\mathchardef\jmath="017C\mathchardef\ell="0160\mathchardef\wp="017D\mathchardef\Re="023C\mathchardef\Im="023D\mathchardef\partial="0140\mathchardef\infty="0231\mathchardef\prime="0230\mathchardef\emptyset="023B\mathchardef\nabla="0272\def\surd{{\mathchar"1270}}\mathchardef\top="023E\mathchardef\bot="023F\def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\crcr      \not\mathrel{\mkern14mu}\crcr      \noalign{\nointerlineskip}      \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\crcr}}}}\mathchardef\triangle="0234\mathchardef\forall="0238\mathchardef\exists="0239\mathchardef\neg="023A \let\lnot=\neg\mathchardef\flat="015B\mathchardef\natural="015C\mathchardef\sharp="015D\mathchardef\clubsuit="027C\mathchardef\diamondsuit="027D\mathchardef\heartsuit="027E\mathchardef\spadesuit="027F\mathchardef\coprod="1360\mathchardef\bigvee="1357\mathchardef\bigwedge="1356\mathchardef\biguplus="1355\mathchardef\bigcap="1354\mathchardef\bigcup="1353\mathchardef\intop="1352 \def\int{\intop\nolimits}\mathchardef\prod="1351\mathchardef\sum="1350\mathchardef\bigotimes="134E\mathchardef\bigoplus="134C\mathchardef\bigodot="134A\mathchardef\ointop="1348 \def\oint{\ointop\nolimits}\mathchardef\bigsqcup="1346\mathchardef\smallint="1273\mathchardef\triangleleft="212F\mathchardef\triangleright="212E\mathchardef\bigtriangleup="2234\mathchardef\bigtriangledown="2235\mathchardef\wedge="225E \let\land=\wedge\mathchardef\vee="225F \let\lor=\vee\mathchardef\cap="225C\mathchardef\cup="225B\mathchardef\ddagger="227A\mathchardef\dagger="2279\mathchardef\sqcap="2275\mathchardef\sqcup="2274\mathchardef\uplus="225D\mathchardef\amalg="2271\mathchardef\diamond="2205\mathchardef\bullet="220F\mathchardef\wr="226F\mathchardef\div="2204\mathchardef\odot="220C\mathchardef\oslash="220B\mathchardef\otimes="220A\mathchardef\ominus="2209\mathchardef\oplus="2208\mathchardef\mp="2207\mathchardef\pm="2206\mathchardef\circ="220E\mathchardef\bigcirc="220D\mathchardef\setminus="226E % for set difference A\setminus B\mathchardef\cdot="2201\mathchardef\ast="2203\mathchardef\times="2202\mathchardef\star="213F\mathchardef\propto="322F\mathchardef\sqsubseteq="3276\mathchardef\sqsupseteq="3277\mathchardef\parallel="326B\mathchardef\mid="326A\mathchardef\dashv="3261\mathchardef\vdash="3260\mathchardef\nearrow="3225\mathchardef\searrow="3226\mathchardef\nwarrow="322D\mathchardef\swarrow="322E\mathchardef\Leftrightarrow="322C\mathchardef\Leftarrow="3228\mathchardef\Rightarrow="3229\def\neq{\not=} \let\ne=\neq\mathchardef\leq="3214 \let\le=\leq\mathchardef\geq="3215 \let\ge=\geq\mathchardef\succ="321F\mathchardef\prec="321E\mathchardef\approx="3219\mathchardef\succeq="3217\mathchardef\preceq="3216\mathchardef\supset="321B\mathchardef\su1A\mathchardef\supseteq="3213\mathchardef\subseteq="3212\mathchardef\in="3232\mathchardef\ni="3233 \let\owns=\ni\mathchardef\gg="321D\mathchardef\ll="321C\mathchardef\not="3236\mathchardef\leftrightarrow="3224\mathchardef\leftarrow="3220 \let\gets=\leftarrow\mathchardef\rightarrow="3221 \let\to=\rightarrow\mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}\mathchardef\sim="3218\mathchardef\simeq="3227\mathchardef\perp="323F\mathchardef\equiv="3211\mathchardef\asymp="3210\mathchardef\smile="315E\mathchardef\frown="315F\mathchardef\leftharpoonup="3128\mathchardef\leftharpoondown="3129\mathchardef\rightharpoonup="312A\mathchardef\rightharpoondown="312B\def\joinrel{\mathrel{\mkern-3mu}}\def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +\def\Relbar{\mathrel=}\mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}\mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}\def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}\def\models{\mathrel|\joinrel=}\def\Longrightarrow{\Relbar\joinrel\Rightarrow}\def\longrightarrow{\relbar\joinrel\rightarrow}\def\longleftarrow{\leftarrow\joinrel\relbar}\def\Longleftarrow{\Leftarrow\joinrel\Relbar}\def\longmapsto{\mapstochar\longrightarrow}\def\longleftrightarrow{\leftarrow\joinrel\rightarrow}\def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}\def\iff{\;\Longleftrightarrow\;}\mathchardef\ldotp="602E % ldot as a punctuation mark\mathchardef\cdotp="6201 % cdot as a punctuation mark\mathchardef\colon="603A % colon as a punctuation mark\def\ldots{\mathinner{\ldotp\ldotp\ldotp}}\def\cdots{\mathinner{\cdotp\cdotp\cdotp}}\def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@    \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}\def\ddots{\mathinner{\mkern1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern2mu    \raise4\p@\hbox{.}\mkern2mu\raise\p@\hbox{.}\mkern1mu}}\def\acute{\mathaccent"7013 }\def\grave{\mathaccent"7012 }\def\ddot{\mathaccent"707F }\def\tilde{\mathaccent"707E }\def\bar{\mathaccent"7016 }\def\breve{\mathaccent"7015 }\def\check{\mathaccent"7014 }\def\hat{\mathaccent"705E }\def\vec{\mathaccent"017E }\def\dot{\mathaccent"705F }\def\widetilde{\mathaccent"0365 }\def\widehat{\mathaccent"0362 }\def\overrightarrow#1{\vbox{\ialign{##\crcr      \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overleftarrow#1{\vbox{\ialign{##\crcr      \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}      \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}
  23. ++++++++ Continued on next card ++++++++
  24. :OzTeX 1.2:TeX-inputs:plain.tex
  25. +++++ Continued from previous card +++++
  26.  
  27. \def\underbrace#1{\mathop{\vtop{\ialign{##\crcr      $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}      \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}\def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}\def\lmoustache{\delimiter"4000340 } % top from (, bottom from )\def\rmoustache{\delimiter"5000341 } % top from ), bottom from (\def\lgroup{\delimiter"400033A } % extensible ( with sharper tips\def\rgroup{\delimiter"500033B } % extensible ) with sharper tips\def\arrowvert{\delimiter"33C } % arrow without arrowheads\def\Arrowvert{\delimiter"33D } % double arrow without arrowheads\def\bracevert{\delimiter"33E } % the vertical bar that extends braces\def\Vert{\delimiter"26B30D } \let\|=\Vert\def\vert{\delimiter"26A30C }\def\uparrow{\delimiter"3222378 }\def\downarrow{\delimiter"3223379 }\def\updownarrow{\delimiter"326C33F }\def\Uparrow{\delimiter"322A37E }\def\Downarrow{\delimiter"322B37F }\def\Updownarrow{\delimiter"326D377 }\def\backslash{\delimiter"26E30F } % for double coset G\backslash H\def\rangle{\delimiter"526930B }\def\langle{\delimiter"426830A }\def\rbrace{\delimiter"5267309 } \let\}=\rbrace\def\lbrace{\delimiter"4266308 } \let\{=\lbrace\def\rceil{\delimiter"5265307 }\def\lceil{\delimiter"4264306 }\def\rfloor{\delimiter"5263305 }\def\lfloor{\delimiter"4262304 }\def\bigl{\mathopen\big}\def\bigm{\mathrel\big}\def\bigr{\mathclose\big}\def\Bigl{\mathopen\Big}\def\Bigm{\mathrel\Big}\def\Bigr{\mathclose\Big}\def\biggl{\mathopen\bigg}\def\biggm{\mathrel\bigg}\def\biggr{\mathclose\bigg}\def\Biggl{\mathopen\Bigg}\def\Biggm{\mathrel\Bigg}\def\Biggr{\mathclose\Bigg}\def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}\def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}\def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}\def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}\def\n@space{\nulldelimiterspace\z@ \m@th}\def\choose{\atopwithdelims()}\def\brack{\atopwithdelims[]}\def\brace{\atopwithdelims\{\}}\def\sqrt{\radical"270370 }\def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%  {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}\newbox\rootbox\def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}  \mathpalette\r@@t}\def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}  \dimen@\ht\z@ \advance\dimen@-\dp\z@  \mkern5mu\raise.6\dimen@\copy\rootbox \mkern-10mu \box\z@}\newif\ifv@ \newif\ifh@\def\vphantom{\v@true\h@false\ph@nt}\def\hphantom{\v@false\h@true\ph@nt}\def\phantom{\v@true\h@true\ph@nt}\def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%  \else\let\next\makeph@nt\fi\next}\def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}\def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}\def\finph@nt{\setbox\tw@\null  \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi  \ifh@ \wd\tw@\wd\z@\fi \box\tw@}\def\mathstrut{\vphantom(}\def\smash{\relax % \relax, in case this comes first in \halign  \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh  \fi\next}\def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}\def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}\def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}\def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign\def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@    \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}\def\notin{\mathrel{\mathpalette\c@ncel\in}}\def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}\def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}\def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt          \hbox{$#1\rightharpoonup$}\crcr        $#1\leftharpoondown$}}}}\def\buildrel#1\over#2{\mathrel{\mathop{\kern\z@#2}\limits^{#1}}}\def\doteq{\buildrel\textstyle.\over=}\def\log{\mathop{\rm log}\nolimits}\def\lg{\mathop{\rm lg}\nolimits}\def\ln{\mathop{\rm ln}\nolimits}\def\lim{\mathop{\rm lim}}\def\limsup{\mathop{\rm lim\,sup}}\def\liminf{\mathop{\rm lim\,inf}}\def\sin{\mathop{\rm sin}\nolimits}\def\arcsin{\mathop{\rm arcsin}\nolimits}\def\sinh{\mathop{\rm sinh}\nolimits}\def\cos{\mathop{\rm cos}\nolimits}\def\arccos{\mathop{\rm arccos}\nolimits}\def\cosh{\mathop{\rm cosh}\nolimits}\def\tan{\mathop{\rm tan}\nolimits}\def\arctan{\mathop{\rm arctan}\nolimits}\def\tanh{\mathop{\rm tanh}\nolimits}\def\cot{\mathop{\rm cot}\nolimits}\def\coth{\mathop{\rm coth}\nolimits}\def\sec{\mathop{\rm sec}\nolimits}\def\csc{\mathop{\rm csc}\nolimits}\def\max{\mathop{\rm max}}\def\min{\mathop{\rm min}}\def\sup{\mathop{\rm sup}}\def\inf{\mathop{\rm inf}}\def\arg{\mathop{\rm arg}\nolimits}\def\ker{\mathop{\rm ker}\nolimits}\def\dim{\mathop{\rm dim}\nolimits}\def\hom{\mathop{\rm hom}\nolimits}\def\det{\mathop{\rm det}}\def\exp{\mathop{\rm exp}\nolimits}\def\Pr{\mathop{\rm Pr}}\def\gcd{\mathop{\rm gcd}}\def\deg{\mathop{\rm deg}\nolimits}\def\bmod{\mskip-\medmuskip\mkern5mu  \mathbin{\rm mod}\penalty900\mkern5mu\mskip-\medmuskip}\def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}\def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th    \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}\def\matrix#1{\null\,\vcenter{\normalbaselines\m@th    \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr      \mathstrut\crcr\noalign{\kern-\baselineskip}      #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}\def\pmatrix#1{\left(\matrix{#1}\right)}\newdimen\p@renwd\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (\def\bordermatrix#1{\begingroup \m@th  \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%    \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil      &&\quad\hfil$##$\hfil\crcr      \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%      #1\crcr\omit\strut\cr}}%  \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%  \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbostbox}%  \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne    \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%    \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%  \null\;\vbox{\kern\ht\@ne\box\tw@}\endgroup}\def\openup{\afterassignment\@penup\dimen@=}\def\@penup{\advance\lineskip\dimen@  \advance\baselineskip\dimen@  \advance\lineskiplimit\dimen@}\def\eqalign#1{\null\,\vcenter{\openup\jot\m@th  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil      \crcr#1\crcr}}\,}\newif\ifdt@p\def\displ@y{\global\dt@ptrue\openup\jot\m@th  \everycr{\noalign{\ifdt@p \global\dt@pfalse      \vskip-\lineskiplimit \vskip\normallineskiplimit      \else \penalty\interdisplaylinepenalty \fi}}}\def\@lign{\tabskip\z@skip\everycr{}} % restore inside \displ@y\def\displaylines#1{\displ@y  \halign{\hbox to\displaywidth{$\@lign\hfil\displaystyle##\hfil$}\crcr    #1\crcr}}\def\eqalignno#1{\displ@y \tabskip\centering  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering    &\llap{$\@lign##$}\tabskip\z@skip\crcr    #1\crcr}}\def\leqalignno#1{\displ@y \tabskip\centering  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering    &\kern-\displaywidth\rlap{$\@lign##$}\tabskip\displaywidth\crcr    #1\crcr}}% Definitions related to output\message{output routines,}\countdef\pageno=0 \pageno=1 % first page is number 1\newtoks\headline \headline={\hfil} % headline is normally blank\newtoks\footline \footline={\hss\tenrm\folio\hss}  % footline is normally a centered page number in font \tenrm\newif\ifr@ggedbottom\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}\def\nopagenumbers{\footline{\hfil}} % blank out the footline\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne  \else\global\advance\pageno\@ne \fi} % increase |pageno|\newinsert\footins\def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi  #1\@sf\vfootnote{#1}}\def\vfootnote#1{\insert\footins\bgroup  \interlinepenalty\interfootnotelinepenalty  \splittopskip\ht\strutbox % top baseline for broken footnotes  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM  \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip  \textindent{#1}\footstrut\futurelet\next\fo@t}\def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t  \else\let\next\f@t\fi \next}\def\f@@t{\bgroup\aftergroup\@foot\let\next}\def\f@t#1{#1\@foot}\def\@foot{\strut\egroup}\def\footstrut{\vbox to\splittopskip{}}\skip\footins=\bigskipamount % space added when footnote is present\count\footins=1000 % footnote magnification factor (1 to 1)\dimen\footins=8in % maximum footnotes per page\newinsert\topins\newif\ifp@ge \newif\if@mid\def\topinsert{\@midfalse\p@gefalse\@ins}\def\midinsert{\@midtrue\@ins}\def\pageinsert{\@midfalse\p@getrue\@ins}\skip\topins=\z@skip % no space added when a topinsert is present\count\topins=1000 % magnification factor (1 to 1)\dimen\topins=\maxdimen % no limit per page\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox\def\endinsert{\egroup % finish the \vbox  \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@    \advance\dimen@12\p@ \advance\dimen@\pagetotal    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi  \if@mid \bigskip\box\z@\bigbreak  \else\insert\topins{\penalty100 % floating insertion    \splittopskip\z@skip    \splitmaxdepth\maxdimen \floatingpenalty\z@    \ifp@ge \dimen@\dp\z@    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}\output{\plainoutput}\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%  \advancepageno  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}\def\makeheadline{\vbox to\z@{\vskip-22.5\p@  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}\def\makefootline{\baselineskip24\p@\line{\the\footline}}\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over  \line{}\kern-\topskip\nobreak\vfill\supereject\fi}\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255  \ifvoid\footins\else % footnote info is present    \vskip\skip\footins    \footnoterule    \unvbox\footins\fi  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}\def\footnoterule{\kern-3\p@  \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high% Hyphenation, miscellaneous macros, and initial values for standard layout\message{hyphenation}\input hyphen\def\magnification{\afterassignment\m@g\count@}\def\m@g{\mag\count@  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}\def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@  \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne  \tracingmacros\tw@\tracingparagraphs\@ne\tracingrestores\@ne  \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}\def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm  \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}\normalbaselines\rm % select roman font\nonfrenchspacing % punctuation affects the spacing\catcode`@=12 % at signs are no longer letters\def\fmtname{plain}\def\fmtversion{2.0} % identifies the current format:OzTeX 1.2:TeX-inputs:proc.doc
  28. % PROC DOCUMENT STYLE -- Released 4 September 1986%    for LaTeX version 2.09% Copyright (C) 1985 by Leslie Lamport%% This is a style option for use with the article style to produce% camera-ready conference proceedings.\typeout{Document Style Option 'proc' -- Released 4 September 1986.} %  ****************************************%  *            PAGE LAYOUT               *%  ****************************************%% All margin dimensions measured from a point one inch from top and side% of page.  Dimensions shrink by about 2 percent% SIDE MARGINS:   \oddsidemargin  -10pt      %   Note that \oddsidemargin = \evensidemargin   \evensidemargin -10pt% VERTICAL SPACING:                                 % Top of page:\topmargin -47pt         %    Nominal distance from top of page to top of                         %    box containing running head.\headheight 12pt         %    Height of box containing running head.\headsep 25pt            %    Space between running head and text.% \topskip = 10pt        %    '\baselineskip' for first line of page.                         % Bottom of page:\footskip 75pt           %    Distance from baseline of box containing foot                          %    to baseline of last line of text.% DIMENSION OF TEXT:\textheight 9in          % Height of text (including footnotes and figures,                          % excluding running head and foot).\textwidth 6.75in        % Width of text line.                         % For two-column mode: \columnsep .375in        %    Space between columns \columnseprule 0pt       %    Width of rule between columns. %    ****************************************%    *            PAGE STYLES               *%    ****************************************%%  Use \markright (or \markboth) to put an identification in the%  lower left.  The page number is printed in the lower right.\def\@oddhead{}\def\@evenhead{}\def\@oddfoot{\rm\rightmark \hfil Page \thepage}\def\@evenfoot{\@oddfoot} %    ****************************************%    *               TITLE                  *%    ****************************************%% This definition of \maketitle taken from article.sty, except% it does not do a \thispagestyle{plain}.\def\maketitle{\par \begingroup   \def\thefootnote{\fnsymbol{footnote}}   \def\@makefnmark{\hbox          to 0pt{$^{\@thefnmark}$\hss}}      \twocolumn[\@maketitle]      \@thanks \endgroup \setcounter{footnote}{0} \let\maketitle\relax \let\@maketitle\relax \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}\def\@maketitle{\vbox to 2.25in{\hsize\textwidth   \linewidth\hsize \vfil \centering  {\LARGE \@title \par}     % Title set in \LARGE size.   \vskip 2em                % Vertical space after title.  {\large \begin{tabular}[t]{c}\@author \end{tabular}\par}      \vfil}}% The \copyrightspace command is used to produce a blank space in the first % column where a copyright notice belongs.  It works by producing a% blank footnote of the appropriate size.  Note that it should appear% after any \footnote commands that produce footnotes for the first% column.\def\copyrightspace{\footnotetext[0]{\mbox{}\vrule height 97pt width 0pt}}% The abstract Environment\def\abstract{\section*{Abstract}}\def\endabstract{\par} %    ****************************************%    *           INITIALIZATION             *%    ****************************************%% Default initializations\twocolumn                  \sloppy\parindent 1em\leftmargini 2em\leftmargin\leftmargini \leftmarginv .5em\leftmarginvi .5em\flushbottom:OzTeX 1.2:TeX-inputs:proc.sty
  29. % proc.sty  4-Sep-86\typeout{Document Style Option 'proc' -- Released 4 September 1986.}  \oddsidemargin -10pt \evensidemargin -10pt \topmargin -47pt \headheight 12pt \headsep 25pt \footskip 75pt \textheight 9in \textwidth 6.75in \columnsep .375in \columnseprule 0pt  \def\@oddhead{}\def\@evenhead{}\def\@oddfoot{\rm\rightmark \hfil Page \thepage}\def\@evenfoot{\@oddfoot} \def\maketitle{\par \begingroup \def\thefootnote{\fnsymbol{footnote}} \def\@makefnmark{\hbox  to 0pt{$^{\@thefnmark}$\hss}}  \twocolumn[\@maketitle]  \@thanks \endgroup \setcounter{footnote}{0} \let\maketitle\relax \let\@maketitle\relax \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}\def\@maketitle{\vbox to 2.25in{\hsize\textwidth  \linewidth\hsize \vfil \centering {\LARGE \@title \par} \vskip 2em {\large \begin{tabular}[t]{c}\@author\end{tabular}\par}  \vfil}}\def\copyrightspace{\footnotetext[0]{\mbox{}\vrule height 97pt width 0pt}}\def\abstract{\section*{Abstract}}\def\endabstract{\par} \twocolumn \sloppy\parindent 1em\leftmargini 2em\leftmargin\leftmargini \leftmarginv .5em\leftmarginvi .5em\flushbottom:OzTeX 1.2:TeX-inputs:psnames.tex
  30. % Macros for PostScript TFM names used by OzTeX on a Macintosh.% The space after the TFM name allows users to do things like% "\font\hugetr=\TimesR at 50pt".%\def\Symbol    {ps-symbol }        % Symbol\def\Courier   {ps-courier }       % Courier\def\CourierB  {ps-courier-b }     % Courier-Bold\def\CourierO  {ps-courier-o }     % Courier-Oblique\def\CourierBO {ps-courier-bo }    % Courier-BoldOblique\def\Helv      {ps-helv }          % Helvetica\def\HelvB     {ps-helv-b }        % Helvetica-Bold\def\HelvO     {ps-helv-o }        % Helvetica-Oblique\def\HelvBO    {ps-helv-bo }       % Helvetica-BoldOblique\def\TimesR    {ps-times-r }       % Times-Roman\def\TimesS    {ps-times-s }       % Times-Slanted\def\TimesB    {ps-times-b }       % Times-Bold\def\TimesI    {ps-times-i }       % Times-Italic\def\TimesBI   {ps-times-bi }      % Times-BoldItalic\def\AvantB    {ps-avantg-b }      % AvantGarde-Book\def\AvantBO   {ps-avantg-bo }     % AvantGarde-BookOblique\def\AvantD    {ps-avantg-d }      % AvantGarde-Demi\def\AvantDO   {ps-avantg-do }     % AvantGarde-DemiOblique\def\BookD     {ps-bookman-d }     % Bookman-Demi\def\BookDI    {ps-bookman-di }    % Bookman-DemiItalic\def\BookL     {ps-bookman-l }     % Bookman-Light\def\BookLI    {ps-bookman-li }    % Bookman-LightItalic\def\HelvN     {ps-helv-n }        % Helvetica-Narrow\def\HelvNB    {ps-helv-nb }       % Helvetica-Narrow-Bold\def\HelvNO    {ps-helv-no }       % Helvetica-Narrow-Oblique\def\HelvNBO   {ps-helv-nbo }      % Helvetica-Narrow-BoldOblique\def\NCSR      {ps-ncs-r }         % NewCenturySchlbk-Roman\def\NCSB      {ps-ncs-b }         % NewCenturySchlbk-Bold\def\NCSI      {ps-ncs-i }         % NewCenturySchlbk-Italic\def\NCSBI     {ps-ncs-bo }        % NewCenturySchlbk-BoldItalic\def\PalR      {ps-pal-r }         % Palatino-Roman\def\PalB      {ps-pal-b }         % Palatino-Bold\def\PalI      {ps-pal-i }         % Palatino-Italic\def\PalBI     {ps-pal-bi }        % Palatino-BoldItalic\def\ZapfChMI  {ps-zapfch-mi }     % ZapfChancery-MediumItalic\def\ZapfD     {ps-zapfdb }        % ZapfDingbats:OzTeX 1.2:TeX-inputs:pstext.tex
  31. % \PStext can be used before switching to a PostScript text font.% It allows the use of the standard macros for foreign letters and accents.% \PStext is best used inside a group so that these macro definitions% automatically revert to the standard definitions at the end of the group.% If it is undesirable to place \PStext inside a group then \CMtext should% be called before using a Computer Modern text font.\def\PStext{% PostScript foreign language locations:\chardef\ss="FB%\chardef\ae="F1%\chardef\oe="FA%\chardef\o="F9%\chardef\AE="E1%\chardef\OE="EA%\chardef\O="E9%\chardef\i="F5%\chardef\l="F8%\chardef\L="E8%\def\aa{\leavevmode\raise0.1ex\rlap{\kern0.05em\char'312}a}%\def\AA{\leavevmode\raise0.4ex\rlap{\kern0.2em\char'312}A}%\def\j{j\write16{No dotless j in this font!}}%% PostScript accent locations:\def\`##1{{\accent193 ##1}}%\def\'##1{{\accent194 ##1}}%\def\v##1{{\accent207 ##1}}%\def\u##1{{\accent198 ##1}}%\def\=##1{{\accent197 ##1}}%\def\^##1{{\accent195 ##1}}%\def\.##1{{\accent199 ##1}}%\def\H##1{{\accent205 ##1}}%\def\~##1{{\accent196 ##1}}%\def\"##1{{\accent200 ##1}}%\def\b##1{\oalign{##1\crcr\hidewidth%\vbox to.2ex{\hbox{\char197}\vss}\hidewidth}}%\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent203 ##1%\else{\ooalign{\hidewidth\char203\hidewidth\crcr\unhbox0}}\fi}%\def\t{\write16{No tie accent in this font!}}%}\def\CMtext{% Computer Modern foreign language locations:\chardef\ss="19%\chardef\ae="1A%\chardef\oe="1B%\chardef\o="1C%\chardef\AE="1D%\chardef\OE="1E%\chardef\O="1F%\chardef\i="10%\chardef\j="11%\def\l{\char32l}%\def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}%\def\aa{\accent23a}%\def\AA{\leavevmode\setbox0\hbox{h}\dimen0\ht0\advance\dimen0-1ex%\rlap{\raise.67\dimen0\hbox{\char'27}}A}%% Computer Modern accent locations:\def\`##1{{\accent18 ##1}}%\def\'##1{{\accent19 ##1}}%\def\v##1{{\accent20 ##1}}\let\^^_=\v%\def\u##1{{\accent21 ##1}}\let\^^S=\u%\def\=##1{{\accent22 ##1}}%\def\^##1{{\accent94 ##1}}\let\^^D=\^%\def\.##1{{\accent95 ##1}}%\def\H##1{{\accent"7D ##1}}%\def\~##1{{\accent"7E ##1}}%\def\"##1{{\accent"7F ##1}}%\def\b##1{\oalign{##1\crcr\hidewidth%\vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}%\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent24 ##1%\else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox0}}\fi}%\def\t##1{{\edef\next{\the\font}\the\textfont1\accent"7F\next##1}}%}:OzTeX 1.2:TeX-inputs:rep10.doc
  32. % REPORT DOCUMENT STYLE -- Released 19 Jan 88%    for LaTeX version 2.09% Copyright (C) 1988 by Leslie Lamport% PREPARING A FOREIGN LANGUAGE VERSION:%% This document style is for documents prepared in the English language.% To prepare a version for another language, various English words must% be replaced.  All the English words that required replacement are% indicated below, where we give the name of the command in which the% words appear, and the entire line containing the word(s), with the% actual words underlined.% % \appendix:%   \def\@chapapp{Appendix}%                 ~~~~~~~~%  ****************************************%  *               FONTS                  *%  ****************************************%\lineskip 1pt            % \lineskip is 1pt for all font sizes.\normallineskip 1pt\def\baselinestretch{1}% Each size-changing command \SIZE executes the command%        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE% where:%   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual %                  value will be \baselinestretch * BASELINESKIP.)%%  \FONTSIZE     = Name of font-size command.  The currently available%                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),%                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,%                  \xivpt, \xviipt, \xxpt, \xxvpt.%  \@FONTSIZE    = The same as the font-size command except with an%                  '@' in front---e.g., if \FONTSIZE = \xivpt then%                  \@FONTSIZE = \@xivpt.%% For reasons of efficiency that needn't concern the designer,% the document style defines \@normalsize instead of \normalsize .  This is% done only for \normalsize, not for any other size-changing commands.\def\@normalsize{\@setsize\normalsize{12pt}\xpt\@xpt\abovedisplayskip 10pt plus2pt minus5pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6pt plus3pt minus3pt%\let\@listi\@listI}   % Setting of \@listi added 9 Jun 87\def\small{\@setsize\small{11pt}\ixpt\@ixpt\abovedisplayskip 8.5pt plus 3pt minus 4pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus2pt%\belowdisplayshortskip 4pt plus2pt minus 2pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt\itemsep \parsep}}\def\footnotesize{\@setsize\footnotesize{9.5pt}\viiipt\@viiipt\abovedisplayskip 6pt plus 2pt minus 4pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus 1pt%\belowdisplayshortskip 3pt plus 1pt minus 2pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\topsep 3pt plus 1pt minus 1pt\parsep 2pt plus 1pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}\def\tiny{\@setsize\tiny{6pt}\vpt\@vpt}\def\large{\@setsize\large{14pt}\xiipt\@xiipt}\def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}\def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}\def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}\def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}\normalsize  % Choose the normalsize font. %  ****************************************%  *            PAGE LAYOUT               *%  ****************************************%% All margin dimensions measured from a point one inch from top and side% of page.  % SIDE MARGINS:\if@twoside                 % Values for two-sided printing:   \oddsidemargin 44pt      %   Left margin on odd-numbered pages.   \evensidemargin 82pt     %   Left margin on even-numbered pages.   \marginparwidth 107pt    %   Width of marginal notes.\else                       % Values for one-sided printing:   \oddsidemargin 63pt      %   Note that \oddsidemargin = \evensidemargin   \evensidemargin 63pt   \marginparwidth 90pt \fi\marginparsep 11pt          % Horizontal space between outer margin and                             % marginal note% VERTICAL SPACING:                                 % Top of page:\topmargin 27pt          %    Nominal distance from top of page to top of                         %    box containing running head.\headheight 12pt         %    Height of box containing running head.\headsep 25pt            %    Space between running head and text.% \topskip = 10pt        %    '\baselineskip' for first line of page.                         % Bottom of page:\footskip 30pt           %    Distance from baseline of box containing foot                          %    to baseline of last line of text.% DIMENSION OF TEXT:% 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.% The value of the multiplier was calculated as the floor of the% old \textheight minus \topskip, divided by \baselineskip for \normalsize.% The old value of \textheight was 528pt.% \textheight is the height of text (including footnotes and figures, % excluding running head and foot).\textheight = 43\baselineskip\advance\textheight by \topskip\textwidth 345pt         % Width of text line.                         % For two-column mode: \columnsep 10pt          %    Space between columns \columnseprule 0pt       %    Width of rule between columns.% A \raggedbottom command causes 'ragged bottom' pages: pages set to% natural height instead of being stretched to exactly \textheight.% FOOTNOTES:\footnotesep 6.65pt   % Height of strut placed at the beginning of every                      % footnote = height of normal \footnotesize strut,                      % so no extra space between footnotes.\skip\footins 9pt plus 4pt minus 2pt  % Space between last line of text and                                       % top of first footnote.% FLOATS: (a float is something like a figure or table)%%  FOR FLOATS ON A TEXT PAGE:%%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\floatsep 12pt plus 2pt minus 2pt        % Space between adjacent floats moved                                         % to top or bottom of text page.\textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats                                         % at top or bottom of page.\intextsep 12pt plus 2pt minus 2pt       % Space between in-text figures and                                          % text.\@maxsep 20pt                            % The maximum of \floatsep,                                          % \textfloatsep and \intextsep (minus                                         % the stretch and shrink).%    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:\dblfloatsep 12pt plus 2pt minus 2pt     % Same as \floatsep for double-column                                         % figures in two-column mode.\dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column                                          % floats.\@dblmaxsep 20pt                         % The maximum of \dblfloatsep and                                          % \dbltexfloatsep.%  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be                             % 0pt plus ...)                                    \@fpsep 8pt plus 2fil    % Space between floats on float page/column.       \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be                          % 0pt plus ... )                                   %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.\@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)\@dblfpsep 8pt plus 2fil % Space between floats on float page.\@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be                          % 0pt plus ... )                                   % MARGINAL NOTES:%\marginparpush 5pt       % Minimum vertical separation between two marginal                          % notes. %  ****************************************%  *           PARAGRAPHING               *%  ****************************************%\parskip 0pt plus 1pt              % Extra vertical space between paragraphs.\parindent 15pt                    % Width of paragraph indentation.%\topsep 8pt plus 2pt minus 4pt    % Extra vertical space, in addition to                                    % \parskip, added above and below list and                                   % paragraphing environments.\partopsep 2pt plus 1pt minus 1pt  % Extra vertical space, in addition to                                    % \parskip aep, added when user                                   % leaves blank line before environment.%\itemsep 4pt plus 2pt minus 1pt   % Extra vertical space, in addition to                                   % \parskip, added between list items.% See \@listI for values of \topsep and \itemsep% (Change made 9 Jun 87)% The following page-breaking penalties are defined\@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]\@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]\@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]\@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.\@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.\@itempenalty     -\@lowpenalty    % Between list items.% \clubpenalty         % 'Club line'  at bottom of page.% \widowpenalty        % 'Widow line' at top of page.% \displaywidowpenalty % Math display widow line.% \predisplaypenalty   % Breaking before a math display.% \postdisplaypenalty  % Breaking after a math display.% \interlinepenalty    % Breaking at a line within a paragraph.% \brokenpenalty       % Breaking after a hyphenated line. %    ****************************************%    *        CHAPTERS AND SECTIONS         *%    ****************************************%%% Definition of \part moved to report.doc  on 19 Jan 88% \@makechapterhead {TEXT} : Makes the heading for the \chapter command.%\def\@makechapterhead#1{             % Heading for \chapter command  \vspace*{50pt}                     % Space at top of text page.  { \parindent 0pt \raggedright     \ifnum \c@secnumdepth >\m@ne     % IF secnumdepth > -1 THEN      \huge\bf \@chapapp{} \thechapter % Print 'Chapter' and number.    \par     \vskip 20pt \fi                    % Space between number and title.    \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \@makeschapterhead {TEXT} : Makes the heading for the \chapter* command.%\def\@makeschapterhead#1{             % Heading for \chapter* command  \vspace*{50pt}                     % Space at top of page.  { \parindent 0pt \raggedright     \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \secdef{UNSTARCMDS}{STARCMDS} :%    When defining a \chapter or \section command without using%    \@startsection, you can use \secdef as follows:%       \def\chapter { ... \secdef \CMDA \CMDB }%       \def\CMDA    [#1]#2{ ... }  % Command to define \chapter[...]{...}%       \def\CMDB    #1{ ... }      % Command to define \chapter*{...}\def\chapter{\clearpage      % Starts new page.   \thispagestyle{plain}     % Page style of chapter page is 'plain'   \global\@topnum\z@        % Prevents figures from going at top of page.   \@afterindentfalse        % Suppresses indent in first paragraph.  Change   \secdef\@chapter\@schapter}   % to \@afterindenttrue to have indent.\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne        \refstepcounter{chapter}        \typeout{\@chapapp\space\thechapter.}        \addcontentsline{toc}{chapter}{\protect        \numberline{\thechapter}#1}\else      \addcontentsline{toc}{chapter}{#1}\fi   \chaptermark{#1}   \addtocontents{lof}{\protect\addvspace{10pt}} % Adds between-chapter space   \addtocontents{lot}{\protect\addvspace{10pt}} % to lists of figs & tables.   \if@twocolumn                                 % Tests for two-column mode.             \@topnewpage[\@makechapterhead{#2}]       \else \@makechapterhead{#2}           \@afterheading                  % Routine called after chapter and     \fi}                                  % section heading.\def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]        \else \@makeschapterhead{#1}               \@afterheading\fi}% \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} %            optional * [ALTHEADING]{HEADING}%    Generic command to start a section.  %    NAME       : e.g., 'subsection'%    LEVEL      : a number, denoting depth of section -- e.g., chapter=1,%                 section = 2, etc.  A section number will be printed if%                 and only if LEVEL < or = the value of the secnumdepth%                 counter.%    INDENT     : Indentation of heading from left margin%    BEFORESKIP : Absolute value = skip to leave above the heading.  %                 If negative, then paragraph indent of text following %                 heading is suppressed.%    AFTERSKIP  : if positive, then skip to leave below heading,%                       else - skip to leave to right of run-in heading.%    STYLE      : commands to set style%  If '*' missing, then increments the counter.  If it is present, then%  there should be no [ALTHEADING] argument.  A sectioning command%  is normally defined to \@startsection + its first six arguments.\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus     -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus    -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus-1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection     {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection     {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus      .2ex}{-1em}{\normalsize\bf}}% Default initializations of \...mark commands.  (See below for their% us in defining page styles.%\def\chaptermark#1{}% \def\sectionmark#1{}           % Preloaded definitions% \def\subsectionmark#1{}% \def\subsubsectionmark#1{}% \def\paragraphmark#1{}% \def\subparagraphmark#1{}% The value of the counter secnumdepth gives the depth of the% highest-level sectioning command that is to produce section numbers.%\setcounter{secnumdepth}{2}% APPENDIX%% The \appendix command must do the following:%    -- reset the chapter counter to zero%    -- set \@chapapp to Appendix (for messages)%    -- redefine the chapter counter to produce appendix numbers%    -- reset the section counter to zero%    -- redefine the \chapter command if appendix titles and headings are%       to look different from chapter titles and headings.\def\appendix{\par  \setcounter{chapter}{0}  \setcounter{section}{0}  \def\@chapapp{Appendix}  \def\thechapter{\Alph{chapter}}} %    ****************************************%    *                LISTS                 *%    ****************************************%% The following commands are used to set the default values for the list% environment's parameters. See the LaTeX manual for an explanation of% the meanings of the parameters.  Defaults for the list environment are% set as follows.  First, \rightmargin, \listparindent and \itemindent% are set to 0pt.  Then, for a Kth level list, the command \@listK is% called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is% called for a third-level list.)  By convention, \@listK should set% \leftmargin to \leftmarginK.%
  33. ++++++++ Continued on next card ++++++++
  34. :OzTeX 1.2:TeX-inputs:rep10.doc
  35. +++++ Continued from previous card +++++
  36.  
  37. % For efficiency, level-one list's values are defined at top level, and% \@listi is defined to set only \leftmargin.\leftmargini 25pt\leftmarginii 22pt     % > \labelsep + width of '(m)'\leftmarginiii 18.7pt  % > \labelsep + width of 'vii.'\leftmarginiv 17pt     % > \labelsep + width of 'M.'\leftmarginv 10pt\leftmarginvi 10pt\leftmargin\leftmargini\labelsep 5pt\labelwidth\leftmargini\advance\labelwidth-\labelsep%\parsep 4pt plus 2pt minus 1pt (Removed 9 Jun 87)% \@listI defines top level and \@listi values of% \leftmargin, \topsep, \parsep, and \itemsep% (Added 9 Jun 87)\def\@listI{\leftmargin\leftmargini \parsep 4pt plus 2pt minus 1pt%\topsep 8pt plus 2pt minus 4pt%\itemsep 4pt plus 2pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii   \labelwidth\leftmarginii\advance\labelwidth-\labelsep   \topsep 4pt plus 2pt minus 1pt   \parsep 2pt plus 1pt minus 1pt   \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep    \topsep 2pt plus 1pt minus 1pt     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt    \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:rep10.sty
  38. % rep10.sty 19-Jan-88\lineskip 1pt \normallineskip 1pt\def\baselinestretch{1}\def\@normalsize{\@setsize\normalsize{12pt}\xpt\@xpt\abovedisplayskip 10pt plus2pt minus5pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6pt plus3ptminus3pt\let\@listi\@listI} \def\small{\@setsize\small{11pt}\ixpt\@ixpt\abovedisplayskip 8.5pt plus 3pt minus 4pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus2pt\belowdisplayshortskip 4pt plus2pt minus 2pt\def\@listi{\leftmargin\leftmargini \topsep 4pt plus 2pt minus 2pt\parsep 2ptplus 1pt minus 1pt\itemsep \parsep}}\def\footnotesize{\@setsize\footnotesize{9.5pt}\viiipt\@viiipt\abovedisplayskip 6pt plus 2pt minus 4pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus 1pt\belowdisplayshortskip 3pt plus 1pt minus2pt\def\@listi{\leftmargin\leftmargini \topsep 3pt plus 1pt minus 1pt\parsep 2ptplus 1pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}\def\tiny{\@setsize\tiny{6pt}\vpt\@vpt}\def\large{\@setsize\large{14pt}\xiipt\@xiipt}\def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}\def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}\def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}\def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}\normalsize  \if@twoside \oddsidemargin 44pt \evensidemargin 82pt \marginparwidth 107pt\else \oddsidemargin 63pt \evensidemargin 63pt \marginparwidth 90pt \fi\marginparsep 11pt  \topmargin 27pt \headheight 12pt \headsep 25pt \footskip 30pt \textheight = 43\baselineskip\advance\textheight by \topskip\textwidth 345pt \columnsep 10pt \columnseprule 0pt \footnotesep 6.65pt \skip\footins 9pt plus 4pt minus 2pt \floatsep 12pt plus 2pt minus 2pt \textfloatsep 20pt plus 2pt minus 4pt\intextsep 12pt plus 2pt minus 2pt \@maxsep 20pt \dblfloatsep 12pt plus 2ptminus 2pt \dbltextfloatsep 20pt plus 2pt minus 4pt \@dblmaxsep 20pt \@fptop 0pt plus 1fil \@fpsep 8pt plus 2fil \@fpbot 0pt plus 1fil \@dblfptop 0pt plus 1fil \@dblfpsep 8pt plus 2fil \@dblfpbot 0pt plus 1fil\marginparpush 5pt  \parskip 0pt plus 1pt \parindent 15pt \partopsep 2pt plus 1pt minus 1pt \@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 \@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty-\@lowpenalty  \def\@makechapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \ifnum \c@secnumdepth >\m@ne \huge\bf \@chapapp{} \thechapter \par  \vskip 20pt \fi \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\@makeschapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\chapter{\clearpage \thispagestyle{plain} \global\@topnum\z@\@afterindentfalse \secdef\@chapter\@schapter} \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne \refstepcounter{chapter} \typeout{\@chapapp\space\thechapter.} \addcontentsline{toc}{chapter}{\protect \numberline{\thechapter}#1}\else \addcontentsline{toc}{chapter}{#1}\fi \chaptermark{#1} \addtocontents{lof}{\protect\addvspace{10pt}}\addtocontents{lot}{\protect\addvspace{10pt}} \if@twocolumn\@topnewpage[\@makechapterhead{#2}]  \else \@makechapterhead{#2} \@afterheading \fi} \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}] \else \@makeschapterhead{#1}  \@afterheading\fi}\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus  -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus  -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus-1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus  .2ex}{-1em}{\normalsize\bf}}\def\chaptermark#1{}\setcounter{secnumdepth}{2}\def\appendix{\par \setcounter{chapter}{0} \setcounter{section}{0} \def\@chapapp{Appendix} \def\thechapter{\Alph{chapter}}} \leftmargini 25pt\leftmarginii 22pt \leftmarginiii 18.7pt \leftmarginiv 17pt \leftmarginv 10pt\leftmarginvi 10pt\leftmargin\leftmargini\labelsep 5pt\labelwidth\leftmargini\advance\labelwidth-\labelsep\def\@listI{\leftmargin\leftmargini \parsep 4pt plus 2pt minus 1pt\topsep 8ptplus 2pt minus 4pt\itemsep 4pt plus 2pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii \labelwidth\leftmarginii\advance\labelwidth-\labelsep \topsep 4pt plus 2pt minus 1pt \parsep 2pt plus 1pt minus 1pt \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii \labelwidth\leftmarginiii\advance\labelwidth-\labelsep \topsep 2pt plus 1pt minus 1pt  \parsep \z@ \partopsep 1pt plus 0pt minus 1pt \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:rep11.doc
  39. % REPORT DOCUMENT STYLE -- Released 19 Jan 88%    for LaTeX version 2.09% Copyright (C) 1988 by Leslie Lamport% PREPARING A FOREIGN LANGUAGE VERSION:%% This document style is for documents prepared in the English language.% To prepare a version for another language, various English words must% be replaced.  All the English words that required replacement are% indicated below, where we give the name of the command in which the% words appear, and the entire line containing the word(s), with the% actual words underlined.% % \chapter and \appendix%   \def\@chapapp{Appendix}%                 ~~~~~~~~%  ****************************************%  *               FONTS                  *%  ****************************************%\lineskip 1pt            % \lineskip is 1pt for all font sizes.\normallineskip 1pt\def\baselinestretch{1}% Each size-changing command \SIZE executes the command%        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE% where:%   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual %                  value will be \baselinestretch * BASELINESKIP.)%%  \FONTSIZE     = Name of font-size command.  The currently available%                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),%                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,%                  \xivpt, \xviipt, \xxpt, \xxvpt.%  \@FONTSIZE    = The same as the font-size command except with an%                  '@' in front---e.g., if \FONTSIZE = \xivpt then%                  \@FONTSIZE = \@xivpt.%% For reasons of efficiency that needn't concern the designer,% the document style defines \@normalsize instead of \normalsize .  This is% done only for \normalsize, not for any other size-changing commands.\def\@normalsize{\@setsize\normalsize{13.6pt}\xipt\@xipt\abovedisplayskip 11pt plus3pt minus6pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6.5pt plus3.5pt minus3pt%\let\@listi\@listI}   % Setting of \@listi added 9 Jun 87\def\small{\@setsize\small{12pt}\xpt\@xpt\abovedisplayskip 10pt plus2pt minus5pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6pt plus3pt minus3pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\topsep 6pt plus 2pt minus 2pt\parsep 3pt plus 2pt minus 1pt\itemsep \parsep}}\def\footnotesize{\@setsize\footnotesize{11pt}\ixpt\@ixpt\abovedisplayskip 8pt plus 2pt minus 4pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus 1pt%\belowdisplayshortskip 4pt plus 2pt minus 2pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}\def\large{\@setsize\large{14pt}\xiipt\@xiipt}\def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}\def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}\def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}\def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}\normalsize  % Choose the normalsize font. %  ****************************************%  *            PAGE LAYOUT               *%  ****************************************%% All margin dimensions measured from a point one inch from top and side% of page.  % SIDE MARGINS:\if@twoside                 % Values for two-sided printing:   \oddsidemargin 36pt      %   Left margin on odd-numbered pages.   \evensidemargin 74pt     %   Left margin on even-numbered pages.   \marginparwidth 100pt    %   Width of marginal notes.\else                       % Values for one-sided printing:   \oddsidemargin 54pt      %   Note that \oddsidemargin = \evensidemargin   \evensidemargin 54pt   \marginparwidth 83pt \fi\marginparsep 10pt          % Horizontal space between outer margin and                             % marginal note% VERTICAL SPACING:                                 % Top of page:\topmargin 27pt          %    Nominal distance from top of page to top of                         %    box containing running head.\headheight 12pt         %    Height of box containing running head.\headsep 25pt            %    Space between running head and text.% \topskip = 10pt        %    '\baselineskip' for first line of page.                         % Bottom of page:\footskip 30pt           %    Distance from baseline of box containing foot                          %    to baseline of last line of text.% DIMENSION OF TEXT:% 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.% The value of the multiplier was calculated as the floor of the% old \textheight minus \topskip, divided by \baselineskip for \normalsize.% The old value of \textheight was 530.4pt.% \textheight is the height of text (including footnotes and figures, % excluding running head and foot).\textheight = 38\baselineskip\advance\textheight by \topskip\textwidth 360pt         % Width of text line.                         % For two-column mode: \columnsep 10pt          %    Space between columns \columnseprule 0pt       %    Width of rule between columns.% A \raggedbottom command causes 'ragged bottom' pages: pages set to% natural height instead of being stretched to exactly \textheight.% FOOTNOTES:\footnotesep 7.7pt    % Height of strut placed at the beginning of every                      % footnote = height of normal \footnotesize strut,                      % so no extra space between footnotes.\skip\footins 10pt plus 4pt minus 2pt  % Space between last line of text and                                        % top of first footnote.% FLOATS: (a float is something like a figure or table)%%  FOR FLOATS ON A TEXT PAGE:%%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\floatsep 12pt plus 2pt minus 2pt        % Space between adjacent floats moved                                         % to top or bottom of text page.\textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats                                         % at top or bottom of page.\intextsep 12pt plus 2pt minus 2pt       % Space between in-text figures and                                          % text.\@maxsep 20pt                            % The maximum of \floatsep,                                          % \textfloatsep and \intextsep (minus                                         % the stretch and shrink).%    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:\dblfloatsep 12pt plus 2pt minus 2pt     % Same as \floatsep for double-column                                         % figures in two-column mode.\dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column                                          % floats.\@dblmaxsep 20pt                         % The maximum of \dblfloatsep and                                          % \dbltexfloatsep.%  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be                             % 0pt plus ...)                                    \@fpsep 8pt plus 2fil    % Space between floats on float page/column.       \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be                          % 0pt plus ... )                                   %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.\@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)\@dblfpsep 8pt plus 2fil % Space between floats on float page.\@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be                          % 0pt plus ... )                                   % MARGINAL NOTES:%\marginparpush 5pt       % Minimum vertical separation between two marginal                          % notes. %  ****************************************%  *           PARAGRAPHING               *%  ****************************************%\parskip 0pt plus 1pt              % Extra vertical space between paragraphs.\parindent 17pt                    % Width of paragraph indentation.%\topsep 9pt plus 3pt minus 5pt    % Extra vertical space, in addition to                                    % \parskip, added above and below list and                                   % paragraphing environments.\partopsep 3pt plus 1pt minus 2pt  % Extra vertical space, in addition to                                    % \parskip and \topsep, added when user                                   % leaves blank line before environment.%\itemsep 4.5pt plus 2pt minus 1pt % Extra vertical space, in addition to                                   % \parskip, added between list items.% See \@listI for values of \topsep and \itemsep% (Change made 9 Jun 87)% The following page-breaking penalties are defined\@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]\@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]\@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]\@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.\@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.\@itempenalty     -\@lowpenalty    % Between list items.% \clubpenalty         % 'Club line'  at bottom of page.% \widowpenalty        % 'Widow line' at top of page.% \displaywidowpenalty % Math display widow line.% \predisplaypenalty   % Breaking before a math display.% \postdisplaypenalty  % Breaking after a math display.% \interlinepenalty    % Breaking at a line within a paragraph.% \brokenpenalty       % Breaking after a hyphenated line. %    ****************************************%    *        CHAPTERS AND SECTIONS         *%    ****************************************%% Definition of \part moved to report.doc  19 Jan 88% \@makechapterhead {TEXT} : Makes the heading for the \chapter command.%\def\@makechapterhead#1{             % Heading for \chapter command  \vspace*{50pt}                     % Space at top of text page.  { \parindent 0pt \raggedright     \ifnum \c@secnumdepth >\m@ne     % IF secnumdepth > -1 THEN      \huge\bf \@chapapp{} \thechapter % Print 'Chapter' and number.    \par     \vskip 20pt \fi                    % Space between number and title.    \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \@makeschapterhead {TEXT} : Makes the heading for the \chapter* command.%\def\@makeschapterhead#1{             % Heading for \chapter* command  \vspace*{50pt}                     % Space at top of page.  { \parindent 0pt \raggedright     \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \secdef{UNSTARCMDS}{STARCMDS} :%    When defining a \chapter or \section command without using%    \@startsection, you can use \secdef as follows:%       \def\chapter { ... \secdef \CMDA \CMDB }%       \def\CMDA    [#1]#2{ ...   % Command to define \chapter[...]{...}%       \def\CMDB    #1{ ...       % Command to define \chapter*{...}\def\chapter{\clearpage      % Starts new page.   \thispagestyle{plain}     % Page style of chapter page is 'plain'   \global\@topnum\z@        % Prevents figures from going at top of page.   \@afterindentfalse        % Suppresses indent in first paragraph.  Change   \secdef\@chapter\@schapter}   % to \@afterindenttrue to have indent.\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne        \refstepcounter{chapter}        \typeout{\@chapapp\space\thechapter.}        \addcontentsline{toc}{chapter}{\protect        \numberline{\thechapter}#1}\else      \addcontentsline{toc}{chapter}{#1}\fi   \chaptermark{#1}   \addtocontents{lof}{\protect\addvspace{10pt}} % Adds between-chapter space   \addtocontents{lot}{\protect\addvspace{10pt}} % to lists of figs & tables.   \if@twocolumn                                 % Tests for two-column mode.             \@topnewpage[\@makechapterhead{#2}]       \else \@makechapterhead{#2}           \@afterheading                  % Routine called after chapter and     \fi}                                  % section heading.\def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]        \else \@makeschapterhead{#1}               \@afterheading\fi}% \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} %            optional * [ALTHEADING]{HEADING}%    Generic command to start a section.  %    NAME       : e.g., 'subsection'%    LEVEL      : a number, denoting depth of section -- e.g., chapter=1,%                 section = 2, etc.  A section number will be printed if%                 and only if LEVEL < or = the value of the secnumdepth%                 counter.%    INDENT     : Indentation of heading from left margin%    BEFORESKIP : Absolute value = skip to leave above the heading.  %                 If negative, then paragraph indent of text following %                 heading is suppressed.%    AFTERSKIP  : if positive, then skip to leave below heading,%                       else - skip to leave to right of run-in heading.%    STYLE      : commands to set style%  If '*' missing, then increments the counter.  If it is present, then%  there should be no [ALTHEADING] argument.  A sectioning command%  is normally defined to \@startsection + its first six arguments.\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus     -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus    -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection     {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection     {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus      .2ex}{-1em}{\normalsize\bf}}% Default initializations of \...mark commands.  (See below for their% us in defining page styles.%\def\chaptermark#1{}% \def\sectionmark#1{}           % Preloaded defini\def\subsectionmark#1{}% \def\subsubsectionmark#1{}% \def\paragraphmark#1{}% \def\subparagraphmark#1{}% The value of the counter secnumdepth gives the depth of the% highest-level sectioning command that is to produce section numbers.%\setcounter{secnumdepth}{2}% APPENDIX%% The \appendix command must do the following:%    -- reset the chapter counter to zero%    -- set \@chapapp to Appendix (for messages)%    -- redefine the chapter counter to produce appendix numbers%    -- reset the section counter to zero%    -- redefine the \chapter command if appendix titles and headings are%       to look different from chapter titles and headings.\def\appendix{\par  \setcounter{chapter}{0}  \setcounter{section}{0}  \def\@chapapp{Appendix}  \def\thechapter{\Alph{chapter}}} %    ****************************************%    *                LISTS                 *%    ****************************************%% The following commands are used to set the default values for the list% environment's parameters. See the LaTeX manual for an explanation of% the meanings of the parameters.  Defaults for the list environment are% set as follows.  First, \rightmargin, \listparindent and \itemindent% are set to 0pt.  Then, for a Kth level list, the command \@listK is% called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is% called for a third-level list.)  By convention, \@listK should set% \leftmargin to \leftmarginK.%
  40. ++++++++ Continued on next card ++++++++
  41. :OzTeX 1.2:TeX-inputs:rep11.doc
  42. +++++ Continued from previous card +++++
  43.  
  44. % For efficiency, level-one list's values are defined at top level, and% \@listi is defined to set only \leftmargin.\leftmargini 2.5em\leftmarginii 2.2em     % > \labelsep + width of '(m)'\leftmarginiii 1.87em   % > \labelsep + width of 'vii.'\leftmarginiv 1.7em     % > \labelsep + width of 'M.'\leftmarginv 1em\leftmarginvi 1em\leftmargin\leftmargini\labelsep .5em\labelwidth\leftmargini\advance\labelwidth-\labelsep%\parsep 4.5pt plus 2pt minus 1pt  %(Removed 9 Jun 87)% \@listI defines top level and \@listi values of% \leftmargin, \topsep, \parsep, and \itemsep% (Added 9 Jun 87)\def\@listI{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt%\topsep 9pt plus 3pt minus 5pt%\itemsep 4.5pt plus 2pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii   \labelwidth\leftmarginii\advance\labelwidth-\labelsep   \topsep 4.5pt plus 2pt minus 1pt   \parsep 2pt plus 1pt minus 1pt   \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep    \topsep 2pt plus 1pt minus 1pt     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt    \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:rep11.sty
  45. % rep11.sty 19-Jan-88\lineskip 1pt \normallineskip 1pt\def\baselinestretch{1}\def\@normalsize{\@setsize\normalsize{13.6pt}\xipt\@xipt\abovedisplayskip 11pt plus3pt minus6pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6.5pt plus3.5ptminus3pt\let\@listi\@listI} \def\small{\@setsize\small{12pt}\xpt\@xpt\abayskip 10pt plus2pt minus5pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6pt plus3pt minus3pt\def\@listi{\leftmargin\leftmargini \topsep 6pt plus 2pt minus 2pt\parsep 3ptplus 2pt minus 1pt\itemsep \parsep}}\def\footnotesize{\@setsize\footnotesize{11pt}\ixpt\@ixpt\abovedisplayskip 8pt plus 2pt minus 4pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus 1pt\belowdisplayshortskip 4pt plus 2pt minus2pt\def\@listi{\leftmargin\leftmargini \topsep 4pt plus 2pt minus 2pt\parsep 2ptplus 1pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}\def\large{\@setsize\large{14pt}\xiipt\@xiipt}\def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}\def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}\def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}\def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}\normalsize  \if@twoside \oddsidemargin 36pt \evensidemargin 74pt \marginparwidth 100pt\else \oddsidemargin 54pt \evensidemargin 54pt \marginparwidth 83pt \fi\marginparsep 10pt  \topmargin 27pt \headheight 12pt \headsep 25pt \footskip 30pt \textheight = 38\baselineskip\advance\textheight by \topskip\textwidth 360pt \columnsep 10pt \columnseprule 0pt \footnotesep 7.7pt \skip\footins 10pt plus 4pt minus 2pt \floatsep 12pt plus 2pt minus 2pt \textfloatsep 20pt plus 2pt minus 4pt\intextsep 12pt plus 2pt minus 2pt \@maxsep 20pt \dblfloatsep 12pt plus 2ptminus 2pt \dbltextfloatsep 20pt plus 2pt minus 4pt \@dblmaxsep 20pt \@fptop 0pt plus 1fil \@fpsep 8pt plus 2fil \@fpbot 0pt plus 1fil \@dblfptop 0pt plus 1fil \@dblfpsep 8pt plus 2fil \@dblfpbot 0pt plus 1fil\marginparpush 5pt  \parskip 0pt plus 1pt \parindent 17pt \partopsep 3pt plus 1pt minus 2pt \@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 \@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty-\@lowpenalty  \def\@makechapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \ifnum \c@secnumdepth >\m@ne \huge\bf \@chapapp{} \thechapter \par  \vskip 20pt \fi \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\@makeschapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\chapter{\clearpage \thispagestyle{plain} \global\@topnum\z@\@afterindentfalse \secdef\@chapter\@schapter} \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne \refstepcounter{chapter} \typeout{\@chapapp\space\thechapter.} \addcontentsline{toc}{chapter}{\protect \numberline{\thechapter}#1}\else \addcontentsline{toc}{chapter}{#1}\fi \chaptermark{#1} \addtocontents{lof}{\protect\addvspace{10pt}}\addtocontents{lot}{\protect\addvspace{10pt}} \if@twocolumn\@topnewpage[\@makechapterhead{#2}]  \else \@makechapterhead{#2} \@afterheading \fi} \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}] \else \@makeschapterhead{#1}  \@afterheading\fi}\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus  -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus  -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus  .2ex}{-1em}{\normalsize\bf}}\def\chaptermark#1{}\setcounter{secnumdepth}{2}\def\appendix{\par \setcounter{chapter}{0} \setcounter{section}{0} \def\@chapapp{Appendix} \def\thechapter{\Alph{chapter}}} \leftmargini 2.5em\leftmarginii 2.2em \leftmarginiii 1.87em \leftmarginiv 1.7em \leftmarginv 1em\leftmarginvi 1em\leftmargin\leftmargini\labelsep .5em\labelwidth\leftmargini\advance\labelwidth-\labelsep\def\@listI{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt\topsep9pt plus 3pt minus 5pt\itemsep 4.5pt plus 2pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii \labelwidth\leftmarginii\advance\labelwidth-\labelsep \topsep 4.5pt plus 2pt minus 1pt \parsep 2pt plus 1pt minus 1pt \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii \labelwidth\leftmarginiii\advance\labelwidth-\labelsep \topsep 2pt plus 1pt minus 1pt  \parsep \z@ \partopsep 1pt plus 0pt minus 1pt \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:rep12.doc
  46. % REPORT DOCUMENT STYLE -- Released 19 Jan 88%    for LaTeX version 2.09% Copyright (C) 1988 by Leslie Lamport% PREPARING A FOREIGN LANGUAGE VERSION:%% This document style is for documents prepared in the English language.% To prepare a version for another language, various English words must% be replaced.  All the English words that required replacement are% indicated below, where we give the name of the command in which the% words appear, and the entire line containing the word(s), with the% actual words underlined.% % \chapter and \appendix%   \def\@chapapp{Appendix}%                 ~~~~~~~~%  ****************************************%  *               FONTS                  *%  ****************************************%\lineskip 1pt            % \lineskip is 1pt for all font sizes.\normallineskip 1pt\def\baselinestretch{1}% Each size-changing command \SIZE executes the command%        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE% where:%   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual %                  value will be \baselinestretch * BASELINESKIP.)%%  \FONTSIZE     = Name of font-size command.  The currently available%                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),%                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,%                  \xivpt, \xviipt, \xxpt, \xxvpt.%  \@FONTSIZE    = The same as the font-size command except with an%                  '@' in front---e.g., if \FONTSIZE = \xivpt then%                  \@FONTSIZE = \@xivpt.%% For reasons of efficiency that needn't concern the designer,% the document style defines \@normalsize instead of \normalsize .  This is% done only for \normalsize, not for any other size-changing commands.\def\@normalsize{\@setsize\normalsize{14.5pt}\xiipt\@xiipt\abovedisplayskip 12pt plus3pt minus7pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6.5pt plus3.5pt minus3pt%\let\@listi\@listI}   % Setting of \@listi added 9 Jun 87\def\small{\@setsize\small{13.6pt}\xipt\@xipt\abovedisplayskip 11pt plus3pt minus6pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6.5pt plus3.5pt minus3pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\parsep 4.5pt plus 2pt minus 1pt            \itemsep \parsep            \topsep 9pt plus 3pt minus 5pt}}\def\footnotesize{\@setsize\footnotesize{12pt}\xpt\@xpt\abovedisplayskip 10pt plus2pt minus5pt%\belowdisplayskip \abovedisplayskip\abovedisplayshortskip  \z@ plus3pt%   \belowdisplayshortskip  6pt plus3pt minus3pt\def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87\topsep 6pt plus 2pt minus 2pt\parsep 3pt plus 2pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}\def\large{\@setsize\large{18pt}\xivpt\@xivpt}\def\Large{\@setsize\Large{22pt}\xviipt\@xviipt}\def\LARGE{\@setsize\LARGE{25pt}\xxpt\@xxpt}\def\huge{\@setsize\huge{30pt}\xxvpt\@xxvpt}\let\Huge=\huge\normalsize  % Choose the normalsize font. %  ****************************************%  *            PAGE LAYOUT               *%  ****************************************%% All margin dimensions measured from a point one inch from top and side% of page.  % SIDE MARGINS:\if@twoside                 % Values for two-sided printing:   \oddsidemargin 21pt      %   Left margin on odd-numbered pages.   \evensidemargin 59pt     %   Left margin on even-numbered pages.   \marginparwidth 85pt    %   Width of marginal notes.\else                       % Values for one-sided printing:   \oddsidemargin 39.5pt      %   Note that \oddsidemargin = \evensidemargin   \evensidemargin 39.5pt   \marginparwidth 68pt \fi\marginparsep 10pt          % Horizontal space between outer margin and                             % marginal note% VERTICAL SPACING:                                 % Top of page:\topmargin 27pt          %    Nominal distance from top of page to top of                         %    box containing running head.\headheight 12pt         %    Height of box containing running head.\headsep 25pt            %    Space between running head and text.% \topskip = 10pt        %    '\baselineskip' for first line of page.                         % Bottom of page:\footskip 30pt           %    Distance from baseline of box containing foot                          %    to baseline of last line of text.% DIMENSION OF TEXT:% 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.% The value of the multiplier was calculated as the floor of the% old \textheight minus \topskip, divided by \baselineskip for \normalsize.% The old value of \textheight was 536.5pt.% \textheight is the height of text (including footnotes and figures, % excluding running head and foot).\textheight = 36\baselineskip\advance\textheight by \topskip\textwidth 390pt         % Width of text line.                         % For two-column mode: \columnsep 10pt          %    Space between columns \columnseprule 0pt       %    Width of rule between columns.% A \raggedbottom command causes 'ragged bottom' pages: pages set to% natural height instead of being stretched to exactly \textheight.% FOOTNOTES:\footnotesep 8.4pt    % Height of strut placed at the beginning of every                      % footnote = height of normal \footnotesize strut,                      % so no extra space between footnotes.\skip\footins 10.8pt plus 4pt minus 2pt  % Space between last line of text and                                          % top of first footnote.% FLOATS: (a float is something like a figure or table)%%  FOR FLOATS ON A TEXT PAGE:%%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\floatsep 14pt plus 2pt minus 4pt        % Space between adjacent floats moved                                         % to top or bottom of text page.\textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats                                         % at top or bottom of page.\intextsep 14pt plus 4pt minus 4pt       % Space between in-text figures and                                          % text.\@maxsep 20pt                            % The maximum of \floatsep,                                          % \textfloatsep and \intextsep (minus                                         % the stretch and shrink).%    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:\dblfloatsep 14pt plus 2pt minus 4pt     % Same as \floatsep for double-column                                         % figures in two-column mode.\dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column                                          % floats.\@dblmaxsep 20pt                         % The maximum of \dblfloatsep and                                          % \dbltexfloatsep.%  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:%    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:\@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be                             % 0pt plus ...)                                    \@fpsep 10pt plus 2fil    % Space between floats on float page/column.       \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be                          % 0pt plus ... )                                   %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.\@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)\@dblfpsep 10pt plus 2fil % Space between floats on float page.\@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be                          % 0pt plus ... )                                   % MARGINAL NOTES:%\marginparpush 7pt       % Minimum vertical separation between two marginal                          % notes. %  ****************************************%  *           PARAGRAPHING               *%  ****************************************%\parskip 0pt plus 1pt              % Extra vertical space between paragraphs.\parindent 1.5em                   % Width of paragraph indentation.%\topsep 10pt plus 4pt minus 6pt   % Extra vertical space, in addition to                                    % \parskip, added above and below list and                                   % paragraphing environments.\partopsep 3pt plus 2pt minus 2pt  % Extra vertical space, in addition to                                    % \parskip and \topsep, added when user                                   % leaves blank line before environment.%\itemsep 5pt plus 2.5pt minus 1pt % Extra vertical space, in addition to                                   % \parskip, added between list items.% See \@listI for values of \topsep and \itemsep% (Change made 9 Jun 87)% The following page-breaking penalties are defined\@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]\@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]\@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]\@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.\@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.\@itempenalty     -\@lowpenalty    % Between list items.% \clubpenalty         % 'Club line'  at bottom of page.% \widowpenalty        % 'Widow line' at top of page.% \displaywidowpenalty % Math display widow line.% \predisplaypenalty   % Breaking before a math display.% \postdisplaypenalty  % Breaking after a math display.% \interlinepenalty    % Breaking at a line within a paragraph.% \brokenpenalty       % Breaking after a hyphenated line. %    ****************************************%    *        CHAPTERS AND SECTIONS         *%    ****************************************%% Definition of \part moved to report.doc  19 Jan 88% \@makechapterhead {TEXT} : Makes the heading for the \chapter command.%\def\@makechapterhead#1{             % Heading for \chapter command  \vspace*{50pt}                     % Space at top of text page.  { \parindent 0pt \raggedright     \ifnum \c@secnumdepth >\m@ne     % IF secnumdepth > -1 THEN      \huge\bf \@chapapp{} \thechapter % Print 'Chapter' and number.      \par       \vskip 20pt \fi                  % Space between number and title.    \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \@makeschapterhead {TEXT} : Makes the heading for the \chapter* command.%\def\@makeschapterhead#1{             % Heading for \chapter* command  \vspace*{50pt}                     % Space at top of page.  { \parindent 0pt \raggedright     \Huge \bf                        % Title.    #1\par     \nobreak                         % TeX penalty to prevent page break.    \vskip 40pt                      % Space between title and text.  } }% \secdef{UNSTARCMDS}{STARCMDS} :%    When defining a \chapter or \section command without using%    \@startsection, you can use \secdef as follows:%       \def\chapter { ... \secdef \CMDA \CMDB }%       \def\CMDA    [#1]#2{ ...   % Command to define \chapter[...]{...}%       \def\CMDB    #1{ ...       % Command to define \chapter*{...}\def\chapter{\clearpage      % Starts new page.   \thispagestyle{plain}     % Page style of chapter page is 'plain'   \global\@topnum\z@        % Prevents figures from going at top of page.   \@afterindentfalse        % Suppresses indent in first paragraph.  Change   \secdef\@chapter\@schapter}   % to \@afterindenttrue to have indent.\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne        \refstepcounter{chapter}        \typeout{\@chapapp\space\thechapter.}        \addcontentsline{toc}{chapter}{\protect        \numberline{\thechapter}#1}\else      \addcontentsline{toc}{chapter}{#1}\fi   \chaptermark{#1}   \addtocontents{lof}{\protect\addvspace{10pt}} % Adds between-chapter space   \addtocontents{lot}{\protect\addvspace{10pt}} % to lists of figs & tables.   \if@twocolumn                                 % Tests for two-column mode.             \@topnewpage[\@makechapterhead{#2}]       \else \@makechapterhead{#2}           \@afterheading                  % Routine called after chapter and     \fi}                                  % section heading.\def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]        \else \@makeschapterhead{#1}               \@afterheading\fi}% \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} %            optional * [ALTHEADING]{HEADING}%    Generic command to start a section.  %    NAME       : e.g., 'subsection'%    LEVEL      : a number, denoting depth of section -- e.g., chapter=1,%                 section = 2, etc.  A section number will be printed if%                 and only if LEVEL < or = the value of the secnumdepth%                 counter.%    INDENT     : Indentation of heading from left margin%    BEFORESKIP : Absolute value = skip to leave above the heading.  %                 If negative, then paragraph indent of text following %                 heading is suppressed.%    AFTERSKIP  : if positive, then skip to leave below heading,%                       else - skip to leave to right of run-in heading.%    STYLE      : commands to set style%  If '*' missing, then increments the counter.  If it is present, then%  there should be no [ALTHEADING] argument.  A sectioning command%  is normally defined to \@startsection + its first six arguments.\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus     -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus    -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus    -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection     {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection     {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus      .2ex}{-1em}{\normalsize\bf}}% Default initializations of \...mark commands.  (See below for their% us in defining page styles.%\def\chaptermark#1{}% \def\sectionmark#1{}           % Preloaded definitions% \def\subsectionmark#1{}% \def\subsubsectionmark#1{}% \def\paragraphmark#1{}% \def\subparagraphmark#1{}% The value of the counter secnumdepth gives the depth of the% highest-level sectioning command that is to produce section numbers.%\setcounter{secnumdepth}{2}% APPENDIX%% The \appendix command must do the following:%    -- reset the chapter counter to zero%    -- set \@chapapp to Appendix (for messages)%    -- redefine the chapter counter to produce appendix numbers%    -- reset the section counter to zero%    -- redefine the \chapter command if appendix titles and headings are%       to look different from chapter titles and headings.\def\appendix{\par  \setcounter{chapter}{0}  \setcounter{section}{0}  \def\@chapapp{Appendix}  \def\thechapter{\Alph{chapter}}} %    ****************************************%    *                LISTS                 *%    ****************************************%% The following commands are used to set the default values for the list% environment's parameters. See the LaTeX manual for an explanation of% the meanings of the parameters.  Defaults for the list environment are% set as follows.  First, \rightmargin, \listparindent and \itemindent% are set to 0pt.  Then, for a Kth level list, the command \@listK is% called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is% called for a third-level list.)  By convention, \@listK should set% \leftmargin to \leftmarginK.%
  47. ++++++++ Continued on next card ++++++++
  48. :OzTeX 1.2:TeX-inputs:rep12.doc
  49. +++++ Continued from previous card +++++
  50.  
  51. % For efficiency, level-one list's values are defined at top level, and% \@listi is defined to set only \leftmargin.\leftmargini 2.5em\leftmarginii 2.2em     % > \labelsep + width of '(m)'\leftmarginiii 1.87em   % > \labelsep + width of 'vii.'\leftmarginiv 1.7em     % > \labelsep + width of 'M.'\leftmarginv 1em\leftmarginvi 1em\leftmargin\leftmargini\labelsep .5em\labelwidth\leftmargini\advance\labelwidth-\labelsep%\parsep 5pt plus 2.5pt minus 1pt   %(Removed 9 Jun 87)% \@listI defines top level and \@listi values of% \leftmargin, \topsep, \parsep, and \itemsep% (Added 9 Jun 87)\def\@listI{\leftmargin\leftmargini \parsep 5pt plus 2.5pt minus 1pt%\topsep 10pt plus 4pt minus 6pt%\itemsep 5pt plus 2.5pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii   \labelwidth\leftmarginii\advance\labelwidth-\labelsep   \topsep 5pt plus 2.5pt minus 1pt   \parsep 2.5pt plus 1pt minus 1pt   \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep    \topsep 2.5pt plus 1pt minus 1pt     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt    \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:rep12.sty
  52. % rep12.sty 19-Jan-88\lineskip 1pt \normallineskip 1pt\def\baselinestretch{1}\def\@normalsize{\@setsize\normalsize{14.5pt}\xiipt\@xiipt\abovedisplayskip 12pt plus3pt minus7pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6.5pt plus3.5ptminus3pt\let\@listi\@listI} \def\small{\@setsize\small{13.6pt}\xipt\@xipt\abovedisplayskip 11pt plus3pt minus6pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6.5pt plus3.5ptminus3pt\def\@listi{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt \itemsep \parsep \topsep 9pt plus 3pt minus 5pt}}\def\footnotesize{\@setsize\footnotesize{12pt}\xpt\@xpt\abovedisplayskip 10pt plus2pt minus5pt\belowdisplayskip \abovedisplayskip\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6pt plus3pt minus3pt\def\@listi{\leftmargin\leftmargini \topsep 6pt plus 2pt minus 2pt\parsep 3ptplus 2pt minus 1pt\itemsep \parsep}}\def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}\def\large{\@setsize\large{18pt}\xivpt\@xivpt}\def\Large{\@setsize\Large{22pt}\xviipt\@xviipt}\def\LARGE{\@setsize\LARGE{25pt}\xxpt\@xxpt}\def\huge{\@setsize\huge{30pt}\xxvpt\@xxvpt}\let\Huge=\huge\normalsize  \if@twoside \oddsidemargin 21pt \evensidemargin 59pt \marginparwidth 85pt\else \oddsidemargin 39.5pt \evensidemargin 39.5pt \marginparwidth 68pt \fi\marginparsep 10pt  \topmargin 27pt \headheight 12pt \headsep 25pt \footskip 30pt \textheight = 36\baselineskip\advance\textheight by \topskip\textwidth 390pt \columnsep 10pt \columnseprule 0pt \footnotesep 8.4pt \skip\footins 10.8pt plus 4pt minus 2pt \floatsep 14pt plus 2pt minus 4pt \textfloatsep 20pt plus 2pt minus 4pt\intextsep 14pt plus 4pt minus 4pt \@maxsep 20pt \dblfloatsep 14pt plus 2ptminus 4pt \dbltextfloatsep 20pt plus 2pt minus 4pt \@dblmaxsep 20pt \@fptop 0pt plus 1fil \@fpsep 10pt plus 2fil \@fpbot 0pt plus 1fil \@dblfptop 0pt plus 1fil \@dblfpsep 10pt plus 2fil \@dblfpbot 0pt plus 1fil\marginparpush 7pt  \parskip 0pt plus 1pt \parindent 1.5em \partopsep 3pt plus 2pt minus 2pt \@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 \@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty-\@lowpenalty  \def\@makechapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \ifnum \c@secnumdepth >\m@ne \huge\bf \@chapapp{} \thechapter \par  \vskip 20pt \fi \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\@makeschapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright  \Huge \bf #1\par  \nobreak \vskip 40pt } }\def\chapter{\clearpage \thispagestyle{plain} \global\@topnum\z@\@afterindentfalse \secdef\@chapter\@schapter} \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne \refstepcounter{chapter} \typeout{\@chapapp\space\thechapter.} \addcontentsline{toc}{chapter}{\protect \numberline{\thechapter}#1}\else \addcontentsline{toc}{chapter}{#1}\fi \chaptermark{#1} \addtocontents{lof}{\protect\addvspace{10pt}}\addtocontents{lot}{\protect\addvspace{10pt}} \if@twocolumn\@topnewpage[\@makechapterhead{#2}]  \else \@makechapterhead{#2} \@afterheading \fi} \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}] \else \@makeschapterhead{#1}  \@afterheading\fi}\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus  -.2ex}{2.3ex plus .2ex}{\Large\bf}}\def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus  -.2ex}{1.5ex plus .2ex}{\large\bf}}\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus  -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}\def\paragraph{\@startsection {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}\def\subparagraph{\@startsection {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus  .2ex}{-1em}{\normalsize\bf}}\def\chaptermark#1{}\setcounter{secnumdepth}{2}\def\appendix{\par \setcounter{chapter}{0} \setcounter{section}{0} \def\@chapapp{Appendix} \def\thechapter{\Alph{chapter}}} \leftmargini 2.5em\leftmarginii 2.2em \leftmarginiii 1.87em \leftmarginiv 1.7em \leftmarginv 1em\leftmarginvi 1em\leftmargin\leftmargini\labelsep .5em\labelwidth\leftmargini\advance\labelwidth-\labelsep\def\@listI{\leftmargin\leftmargini \parsep 5pt plus 2.5pt minus 1pt\topsep10pt plus 4pt minus 6pt\itemsep 5pt plus 2.5pt minus 1pt}\let\@listi\@listI\@listi \def\@listii{\leftmargin\leftmarginii \labelwidth\leftmarginii\advance\labelwidth-\labelsep \topsep 5pt plus 2.5pt minus 1pt \parsep 2.5pt plus 1pt minus 1pt \itemsep \parsep}\def\@listiii{\leftmargin\leftmarginiii \labelwidth\leftmarginiii\advance\labelwidth-\labelsep \topsep 2.5pt plus 1pt minus 1pt  \parsep \z@ \partopsep 1pt plus 0pt minus 1pt \itemsep \topsep}\def\@listiv{\leftmargin\leftmarginiv \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}:OzTeX 1.2:TeX-inputs:report.doc
  53. % REPORT DOCUMENT STYLE -- Released 24 May 89%    for LaTeX version 2.09% Copyright (C) 1989 by Leslie Lamport\typeout{Document Style `report' <24 May 89>.}% PREPARING A FOREIGN LANGUAGE VERSION:%% This document style is for documents prepared in the English language.% To prepare a version for another language, various English words must% be replaced.  All the English words that required replacement are% indicated below, where we give the name of the command in which the% words appear, and the entire line containing the word(s), with the% actual words underlined.% % \tableofcontents:%   \fi\chapter*{Contents\@mkboth{CONTENTS}{CONTENTS}}%                ~~~~~~~~         ~~~~~~~~  ~~~~~~~~% \listoffigures:%   \fi\chapter*{List of Figures\@mkboth%                ~~~~~~~~~~~~~~~%    {LIST OF FIGURES}{LIST OF FIGURES}}\@starttoc{lof}\if@restonecol%     ~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~% \listoftables:%   \fi\chapter*{List of Tables\@mkboth%                ~~~~~~~~~~~~~~%    {LIST OF TABLES}{LIST OF TABLES}}\@starttoc{lot}\if@restonecol%     ~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~% \thebibliography:% \def\thebibliography#1{\chapter*{Bibliography\@mkboth%                                  ~~~~~~~~~~~~%   {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list%    ~~~~~~~~~~~~  ~~~~~~~~~~~~% \theindex:% \columnsep 35pt\twocolumn[\@makeschapterhead{Index}]%                                              ~~~~~%     \@mkboth{INDEX}{INDEX}\thispagestyle{plain}\parindent\z@%              ~~~~~  ~~~~~% figure and table environments:% \def\fnum@figure{Figure \thefigure}%                  ~~~~~~% \def\fnum@table{Table \thetable}%                 ~~~~~% \chapter:% \def\@chapapp{Chapter}%               ~~~~~~~% \part:%       \huge\bf Part \thepart         %   THEN Print 'Part' and number%                ~~~~% CHOOSING THE TYPE SIZE:%%  The type size option is handled by reading a different file for each %  size, as follows, to define font size-specific commands:%       10pt : REP10, 11pt : REP11, 12pt : REP12%  Implemented by \def'ing \@ptsize to last digit of file name.%\def\@ptsize{0}       % Default is REP10.STY\@namedef{ds@11pt}{\def\@ptsize{1}} % 11pt option reads in REP11.STY\@namedef{ds@12pt}{\def\@ptsize{2}} % 12pt option reads in REP12.STY%  Two-side or one-side printing.%% \@twosidefalse               %  Default is one-sided printing.\def\ds@twoside{\@twosidetrue  %  Defines twoside option.           \@mparswitchtrue}   %    Marginpars go on outside of page.%  draft option%% \overfullrule = 0pt             % Default is don't mark overfull hboxes.\def\ds@draft{\overfullrule 5pt}  % Causes overfull hboxes to be marked.% The \@options command causes the execution of every command \ds@FOO % which is defined and for which the user typed the FOO option in his% \documentstyle command.  For every option BAR he typed for which% \ds@BAR is not defined, the file BAR.sty will be read after the present% (main) .STY file is executed.\@options\input rep1\@ptsize.sty\relax %    ****************************************%    *                LISTS                 *%    ****************************************%% ENUMERATE%  Enumeration is done with four counters: enumi, enumii, enumiii%  and enumiv, where enumN controls the numbering of the Nth level%  enumeration.  The label is generated by the commands \labelenumi %  ... \labelenumiv.  The expansion of \p@enumN\theenumN defines the %  output of a \ref command.  %% 16 Mar 88 -- changed defs of \labelenum... to use \theenum...\def\labelenumi{\theenumi.}    \def\theenumi{\arabic{enumi}}      \def\labelenumii{(\theenumii)}\def\theenumii{\alph{enumii}}\def\p@enumii{\theenumi}\def\labelenumiii{\theenumiii.}\def\theenumiii{\roman{enumiii}}\def\p@enumiii{\theenumi(\theenumii)}\def\labelenumiv{\theenumiv.}\def\theenumiv{\Alph{enumiv}}     \def\p@enumiv{\p@enumiii\theenumiii}% ITEMIZE% Itemization is controlled by four commands: \labelitemi, \labelitemii,% \labelitemiii, and \labelitemiv, which define the labels of the various % itemization levels.\def\labelitemi{$\bullet$}\def\labelitemii{\bf --}\def\labelitemiii{$\ast$}\def\labelitemiv{$\cdot$}% VERSE%   The verse environment is defined by making clever use of the%   list environment's parameters.  The user types \\ to end a line.%   This is implemented by \let'in \\ equal \@centercr.%\def\verse{\let\\=\@centercr    \list{}{\itemsep\z@ \itemindent -1.5em\listparindent \itemindent           \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]}\let\endverse\endlist% QUOTATION%   Fills lines%   Indents paragraph%   \def\quotation{\list{}{\listparindent 1.5em    \itemindent\listparindent    \rightmargin\leftmargin\parsep 0pt plus 1pt}\item[]}\let\endquotation=\endlist% QUOTE -- same as quotation except no paragraph indentation,%\def\quote{\list{}{\rightmargin\leftmargin}\item[]}\let\endquote=\endlist% DESCRIPTION %%  To change the formatting of the label, you must redefine %  \descriptionlabel.  \def\descriptionlabel#1{\hspace\labelsep \bf #1}\def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin       \let\makelabel\descriptionlabel}}\let\enddescription\endlist\newdimen\descriptionmargin\descriptionmargin=3em %    ****************************************%    *         OTHER ENVIRONMENTS           *%    ****************************************%%% THEOREM % \@begintheorem ... \@endtheorem are the commands executed at the% beginning and end of a (user-defined) theorem-like environment.% Except \@opargbegintheorem is executed when an optional argument is% given.  Cf. LATEX.TEX.%% \def\@begintheorem#1#2{\it \trivlist \item[\hskip \labelsep{\bf #1\ #2}]}% \def\@opargbegintheorem#1#2#3{\it \trivlist%       \item[\hskip \labelsep{\bf #1\ #2\ (#3)}]}% \def\@endtheorem{\endtrivlist}% TITLEPAGE%  In the normal environments, the titlepage environment does nothing but %  start and end a page, and inhibit page numbers.  It also resets the%  page number to zero.  In two-column style, it still makes a one-column%  page.\def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn     \else \newpage \fi \thispagestyle{empty}\c@page\z@}\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi}% ARRAY AND TABULAR%\arraycolsep 5pt     % Half the space between columns in an array environment.\tabcolsep 6pt       % Half the space between columns in a tabular environment.\arrayrulewidth .4pt % Width of rules in array and tabular environment.\doublerulesep 2pt   % Space between adjacent rules in array or tabular env.% TABBING%\tabbingsep \labelsep   % Space used by the \' command.  (See LaTeX manual.)% MINIPAGE%  \@minipagerestore is called upon entry to a minipage environment to%  set up things that are to be handled differently inside a minipage%  environment. In the current styles, it does nothing.%% \skip\@mpfootins : plays same role for footnotes in a minipage as%                    \skip\footins does for ordinary footnotes\skip\@mpfootins = \skip\footins% FRAMEBOX%\fboxsep = 3pt    % Space left between box and text by \fbox and \framebox.\fboxrule = .4pt  % Width of rules in box made by \fbox and \framebox. %    ****************************************%    *        CHAPTERS AND SECTIONS         *%    ****************************************%% DEFINE COUNTERS:%% \newcounter{NEWCTR}[OLDCTR] : Defines NEWCTR to be a counter, which is %                               reset to zero when counter OLDCTR is stepped.  %                               Counter OLDCTR must already be defined.\newcounter{part}\newcounter {chapter}\newcounter {section}[chapter]\newcounter {subsection}[section]\newcounter {subsubsection}[subsection]\newcounter {paragraph}[subsubsection]\newcounter {subparagraph}[paragraph]% For any counter CTR, \theCTR is a macro that defines the printed version% of counter CTR.  It is defined in terms of the following macros:%%  \arabic{COUNTER} : The value of COUNTER printed as an arabic numeral.%  \roman{COUNTER}  : Its value printed as a lower-case roman numberal.%  \Roman{COUNTER}  : Its value printed as an upper-case roman numberal.%  \alph{COUNTER}   : Value of COUNTER printed as a lower-case letter:%                         1 = a, 2 = b, etc.%  \Alph{COUNTER}   : Value of COUNTER printed as an upper-case letter:%                           1 = A, 2 = B, etc.%\def\thepart          {\Roman{part}}\def\thechapter       {\arabic{chapter}}\def\thesection       {\thechapter.\arabic{section}}\def\thesubsection    {\thesection.\arabic{subsection}}\def\thesubsubsection {\thesubsection .\arabic{subsubsection}}\def\theparagraph     {\thesubsubsection.\arabic{paragraph}}\def\thesubparagraph  {\theparagraph.\arabic{subparagraph}}                     % \@chapapp is initially defined to be 'Chapter'.  The \appendix% command redefines it to be 'Appendix'.%\def\@chapapp{Chapter}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%                        PART                          %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\def\part{\cleardoublepage   % Starts new page.   \thispagestyle{plain}     % Page style of part page is 'plain'  \if@twocolumn              % IF two-column style     \onecolumn              %  THEN \onecolumn     \@tempswatrue           %       @tempswa := true    \else \@tempswafalse     %  ELSE @tempswa := false  \fi                        % FI  \hbox{}\vfil               % Add fil glue to center title  %%  \bgroup  \centering      % BEGIN centering %% Removed 19 Jan 88  \secdef\@part\@spart}     \def\@part[#1]#2{\ifnum \c@secnumdepth >-2\relax  % IF secnumdepth > -2        \refstepcounter{part}                     %   THEN step part counter        \addcontentsline{toc}{part}{\thepart      %        add toc line        \hspace{1em}#1}\else                      %   ELSE add unnumbered line        \addcontentsline{toc}{part}{#1}\fi        % FI   \markboth{}{}   {\centering                       % %% added 19 Jan 88    \ifnum \c@secnumdepth >-2\relax  % IF secnumdepth > -2      \huge\bf Part \thepart         %   THEN Print 'Part' and number    \par                             %         in \huge bold.    \vskip 20p               %        Add space before title.    \Huge \bf                        % FI    #1\par}\@endpart}                % Print Title in \Huge bold.        % \@endpart finishes the part page%\def\@endpart{\vfil\newpage   % End page with 1fil glue.   \if@twoside                % IF twoside printing       \hbox{}                %   THEN Produce totally blank page       \thispagestyle{empty}         \newpage           \fi                        % FI   \if@tempswa                % IF @tempswa = true            \twocolumn               %   THEN \twocolumn    \fi}                       % FI\def\@spart#1{{\centering      % %% added 19 Jan 88   \Huge \bf                   % Print title in \huge boldface   #1\par}\@endpart} %    ****************************************%    *         TABLE OF CONTENTS, ETC.      *%    ****************************************%% A \subsection command writes a %       \contentsline{subsection}{TITLE}{PAGE}% command on the .toc file, where TITLE contains the contents of the% entry and PAGE is the page number.  If subsections are being numbered,% then TITLE will be of the form%       \numberline{NUM}{HEADING}% where NUM is the number produced by \thesubsection.  Other sectioning% commands work similarly.  %% A \caption command in a 'figure' environment writes%    \contentsline{figure}{\numberline{NUM}{CAPTION}}{PAGE}% on the .lof file, where NUM is the number produced by \thefigure and% CAPTION is the figure caption.  It works similarly for a 'table' environment.%% The command \contentsline{NAME} expands to \l@NAME.  So, to specify% the table of contents, we must define \l@chapter, \l@section, % \l@subsection, ... ; to specify the list of figures, we must define% \l@figure; and so on.  Most of these can be defined with the% \@dottedtocline command, which works as follows.%% \@dottedtocline{LEVEL}{INDENT}{NUMWIDTH}{TITLE}{PAGE}%    LEVEL    : An entry is produced only if LEVEL < or = value of %               'tocdepth' counter.  Note, \chapter is level 0, \section%               is level 1, etc.%    INDENT   : The indentation from the outer left margin of the start of %               the contents line.%    NUMWIDTH : The width of a box in which the section number is to go,%               if TITLE includes a \numberline command.%   % This command uses the following three parameters, which are set% with a \def (so em's can be used to make them depend upon the font).%   \@pnumwidth : The width of a box in which the page number is put.%   \@tocrmarg  : The right margin for multiple line entries.  One%                 wants \@tocrmarg > or = \@pnumwidth%   \@dotsep    : Separation between dots, in mu units.  Should be \def'd to%                 a number like 2 or 1.7\def\@pnumwidth{1.55em}\def\@tocrmarg {2.55em}\def\@dotsep{4.5}\setcounter{tocdepth}{2}% TABLEOFCONTENTS%  In report style, \tableofcontents, \listoffigures, etc. are always%  set in single-column style.  @restonecol\def\tableofcontents{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn  \fi\chapter*{Contents\@mkboth{CONTENTS}{CONTENTS}}  \@starttoc{toc}\if@restonecol\twocolumn\fi}\def\l@part#1#2{\addpenalty{-\@highpenalty}   \addvspace{2.25em plus 1pt}  % space above part line   \begingroup   \@tempdima 3em         % width of box holding part number, used by      \parindent \z@ \rightskip \@pnumwidth             %% \numberline     \parfillskip -\@pnumwidth        {\large \bf          % set line in \large boldface     \leavevmode          % TeX command to enter horizontal mode.            #1\hfil \hbox to\@pnumwidth{\hss #2}}\par     \nobreak             % Never break after part entry    \global\@nobreaktrue                        %% Added 24 May 89 as     \everypar{\global\@nobreakfalse\everypar{}}%% suggested by Jerry Leichter   \endgroup}%% First line of l@chapter changed 24 May 89, as suggested by Jerry Leichter.%%\def\l@chapter#1#2{\addpenalty{-\@highpenalty}     \vskip 1.0em plus 1pt  % space above chapter line   \@tempdima 1.5em       % width of box holding chapter number   \begingroup     \parindent \z@ \rightskip \@pnumwidth      \parfillskip -\@pnumwidth        \bf                  % Boldface.     \leavevmode          % TeX command to enter horizontal mode.             \advance\leftskip\@tempdima  %% added 5 Feb 88 to conform to       \hskip -\leftskip            %% 25 Jan 88 change to \numberline     #1\nobreak\hfil \nobreak\hbox to\@pnumwidth{\hss #2}\par     \penalty\@highpenalty %% added 24 May 89 as suggested by J. Leichter   \endgroup}      \def\l@section{\@dottedtocline{1}{1.5em}{2.3em}}\def\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}\def\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}}\def\l@paragraph{\@dottedtocline{4}{10em}{5em}}\def\l@subparagraph{\@dottedtocline{5}{12em}{6em}}% LIST OF FIGURES%\def\listoffigures{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn  \fi\chapter*{List of Figures\@mkboth   {LIST OF FIGURES}{LIST OF FIGURES}}\@starttoc{lof}\if@restonecol    \twocolumn\fi}\def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}% LIST OF TABLES%\def\listoftables{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn  \fi\chapter*{List of Tables\@mkboth   {LIST OF TABLES}{LIST OF TABLES}}\@starttoc{lot}\if@restonecol  \twocolumn\fi}\let\l@table\l@figure %    ****************************************%    *             BIBLIOGRAPHY             *%    ****************************************%
  54. ++++++++ Continued on next card ++++++++
  55. :OzTeX 1.2:TeX-inputs:report.doc
  56. +++++ Continued from previous card +++++
  57.  
  58. % The thebibliography environment executes the following commands:%%  \def\newblock{\hskip .11em plus .33em minus .07em} --%      Defines the `closed' format, where the blocks (major units of %      information) of an entry run together.%%  \sloppy  -- Used because it's rather hard to do line breaks in %      bibliographies,% %  \sfcode`\.=1000\relax --%      Causes a `.' (period) not toproduce an end-of-sentence space.\def\thebibliography#1{\chapter*{Bibliography\@mkboth  {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth    \advance\leftmargin\labelsep    \usecounter{enumi}}    \def\newblock{\hskip .11em plus .33em minus .07em}    \sloppy\clubpenalty4000\widowpenalty4000    \sfcode`\.=1000\relax}\let\endthebibliography=\endlist% \def\@biblabel#1{[#1]\hfill}  % Produces the label for a \bibitem[...]                                % command. % \def\@cite#1{[#1]}            % Produces the output of the \cite command. %    ****************************************%    *              THE INDEX               *%    ****************************************%% THE THEINDEX ENVIRONMENT% Produces double column format, with each paragraph a separate entry.% The user commands \item, \subitem and \subsubitem are used to% produce the entries, and \indexspace adds an extra vertical space% that's the right size to put above the first entry with a new letter% of the alphabet.\newif\if@restonecol\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi\columnseprule \z@\columnsep 35pt\twocolumn[\@makeschapterhead{Index}]    \@mkboth{INDEX}{INDEX}\thispagestyle{plain}\parindent\z@    \parskip\z@ plus .3pt\relax\let\item\@idxitem}\def\@idxitem{\par\hangindent 40pt}\def\subitem{\par\hangindent 40pt \hspace*{20pt}}\def\subsubitem{\par\hangindent 40pt \hspace*{30pt}}\def\endtheindex{\if@restonecol\onecolumn\else\clearpage\fi}\def\indexspace{\par \vskip 10pt plus 5pt minus 3pt\relax} %    ****************************************%    *             FOOTNOTES                *%    ****************************************%% \footnoterule is a macro to draw the rule separating the footnotes from% the text.  It should take zero vertical space, so it needs a negative% skip to compensate for any positive space taken by the rule.  (See% PLAIN.TEX.)\def\footnoterule{\kern-3\p@     \hrule width .4\columnwidth   \kern 2.6\p@}                 % The \hrule has default height of .4pt .% \newcounter{footnote}\@addtoreset{footnote}{chapter}  % Numbers footnotes within chapters%   \@makefntext{NO       Must produce the actual footnote, using \@thefnmark as the mark %        of the footnote and NOTE as the text.  It is called when effectively%        inside a \parbox of width \columnwidth (i.e., with \hsize = %        \columnwidth).  %%        The following macro indents all lines of the footnote by 10pt, and %        indents the first line of a new paragraph by 1em.  To change these %        dimensions, just substitute the desired value for '10pt' [in both %        places] or '1em'.  The mark is flushright against the footnote. %          \long\def\@makefntext#1{\@setpar{\@@par\@tempdima \hsize %             \advance\@tempdima-10pt\parshape \@ne 10pt \@tempdima}\par%             \parindent 1em\noindent \hbox to \z@{\hss$^{\@thefnmark}$}#1}%%        A simpler macro is used, in which the footnote text is%        set like an ordinary text paragraph, with no indentation except%        on the first line of a paragraph, and the first line of the %        footnote.  Thus, all the macro must do is set \parindent%        to the appropriate value for succeeding paragraphs and put the %        proper indentation before mark.\long\def\@makefntext#1{\parindent 1em\noindent             \hbox to 1.8em{\hss$^{\@thefnmark}$}#1}% \@makefnmark : A macro to generate the footnote marker that goes%    in the text.  Default used.% %    ****************************************%    *         FIGURES AND TABLES           *%    ****************************************% % Float placement parameters.  See LaTeX manual for their definition.%\setcounter{topnumber}{2}\def\topfraction{.7}\setcounter{bottomnumber}{1}\def\bottomfraction{.3}\setcounter{totalnumber}{3}\def\textfraction{.2}\def\floatpagefraction{.5}\setcounter{dbltopnumber}{2}\def\dbltopfraction{.7}\def\dblfloatpagefraction{.5}% \@makecaption{NUMBER}{TEXT} : Macro to make a figure or table caption.  %      NUMBER : Figure or table number--e.g., 'Figure 3.2' %      TEXT   : The caption text.%  Macro should be called inside a \parbox of right width, with \normalsize.% changed 25 Jun 86 to fix according to Howard Trickey:% instead of \unhbox\@tempboxa\par we do #1: #2\par\long\def\@makecaption#1#2{   \vskip 10pt    \setbox\@tempboxa\hbox{#1: #2}   \ifdim \wd\@tempboxa >\hsize   % IF longer than one line:       #1: #2\par                 %   THEN set as ordinary paragraph.     \else                        %   ELSE  center.       \hbox to\hsize{\hfil\box\@tempboxa\hfil}     \fi}% To define a float of type TYPE (e.g., TYPE = figure), the document style % must define the following.%%  \fps@TYPE   : The default placement specifier for floats of type TYPE.%%  \ftype@TYPE : The type number for floats of type TYPE.  Each TYPE has%                associated a unique positive TYPE NUMBER, which is a power %                of two.  E.g., figures might have type number 1, tables type %                number 2, programs type number 4, etc.%%  \ext@TYPE   : The file extension indicating the file on which the %                contents list for float type TYPE is stored.  For example, %                \ext@figure = 'lof'.%%  \fnum@TYPE  : A macro to generate the figure number for a caption.%                For example, \fnum@TYPE == Figure \thefigure.%%  The actual float-making environment commands--e.g., the commands%  \figurndfigure--are defined in terms of the macros \@float%  and \end@float, which are described below.%%  \@float{TYPE}[PLACEMENT] : Macro to begin a float environment for a %     single-column float of type TYPE with PLACEMENT as the placement %     specifier.  The default value of PLACEMENT is defined by \fps@TYPE.   %     The environment is ended by \end@float.  %     E.g., \figure == \@float{figure}, \endfigure == \end@float.% FIGURE\newcounter{figure}[chapter]\def\thefigure{\thechapter.\@arabic\c@figure}\def\fps@figure{tbp}\def\ftype@figure{1}\def\ext@figure{lof}\def\fnum@figure{Figure \thefigure}\def\figure{\@float{figure}}\let\endfigure\end@float\@namedef{figure*}{\@dblfloat{figure}}\@namedef{endfigure*}{\end@dblfloat}% TABLE%\newcounter{table}[chapter]\def\thetable{\thechapter.\@arabic\c@table}\def\fps@table{tbp}\def\ftype@table{2}\def\ext@table{lot}\def\fnum@table{Table \thetable}\def\table{\@float{table}}\let\endtable\end@float\@namedef{table*}{\@dblfloat{table}}\@namedef{endtable*}{\end@dblfloat} %    ****************************************%    *         TITLE AND ABSTRACT           *%    ****************************************%%% Uses same title and abstract format as the article style's% titlepage option.\input titlepage.sty %    ****************************************%    *            PAGE STYLES               *%    ****************************************%% The page style 'foo' is defined by defining the command \ps@foo.  This% command should make only local definitions.  There should be no stray% spaces in the definition, since they could lead to mysterious extra% spaces in the output.%% The \ps@... command defines the macros \@oddhead, \@oddfoot,% \@evenhead, and \@evenfoot to define the running heads and% feet---e.g., \@oddhead is the macro to produce the contents of the% heading box for odd-numbered pages.  It is called inside an \hbox of% width \textwidth.%% To make headings determined by the sectioning commands, the page style% defines the commands \chaptermark, \sectionmark, ... , where% \chaptermark{TEXT} is called by \chapter to set a mark, and so on.% The \...mark commands and the \...head macros are defined with the% help of the following macros.  (All the \...mark commands should be% initialized to no-ops.)%% MARKING CONVENTIONS:% LaTeX extends TeX's \mark facility by producing two kinds of marks% a 'left' and a 'right' mark, using the following commands:%     \markboth{LEFT}{RIGHT} : Adds both marks.%     \markright{RIGHT}      : Adds a 'right' mark.%     \leftmark  : Used in the \@oddhead, \@oddfoot, \@evenhead or \@evenfoot%                  macro, gets the current 'left'  mark.  Works like TeX's %                  \botmark command.%     \rightmark : Used in the \@oddhead, \@oddfoot, \@evenhead or \@evenfoot%                  macro, gets the current 'right'  mark.  Works like TeX's %                  \firstmark command.% The marking commands work reasonably well for right marks 'numbered % within' left marks--e.g., the left mark is changed by a \chapter command and% the right mark is changed by a \section command.  However, it does% produce somewhat anomalous results if two \bothmark's occur on the same page.% % Commands like \tableofcontents that should set the marks in some page styles% use a \@mkboth command, which is \let by the pagestyle command (\ps@...)% to \markboth for setting the heading or \@gobbletwo to do nothing.\mark{{}{}}   % Initializes TeX's marks% \ps@empty and \ps@plain defined in LATEX.TEX% Definition of 'headings' page style %  Note the use of ##1 for parameter of \def\chaptermark inside the%  \def\ps@headings.%\if@twoside         % If two-sided printing.\def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{}\def\@evenfoot{}%       No feet.\def\@evenhead{\rm \thepage\hfil \sl \leftmark}%        Left heading.\def\@oddhead{\hbox{}\sl \rightmark \hfil \rm\thepage}% Right heading.\def\chaptermark##1{\markboth {\uppercase{\ifnum \c@secnumdepth >\m@ne      \@chapapp\ \thechapter. \ \fi ##1}}{}}%\def\sectionmark##1{\markright {\uppercase{\ifnum \c@secnumdepth >\z@   \thesection. \ \fi ##1}}}}\else               % If one-sided printing.\def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{}\def\@evenfoot{}%     No feet.\def\@oddhead{\hbox {}\sl \rightmark \hfil \rm\thepage}% Heading.\def\chaptermark##1{\markright {\uppercase{\ifnum \c@secnumdepth >\m@ne  \@chapapp\ \thechapter. \ \fi ##1}}}}\fi% Definition of 'myheadings' page style.  %\def\ps@myheadings{\let\@mkboth\@gobbletwo\def\@oddhead{\hbox{}\sl\rightmark \hfil \rm\thepage}%\def\@oddfoot{}\def\@evenhead{\rm \thepage\hfil\sl\leftmark\hbox {}}%\def\@evenfoot{}\def\chaptermark##1{}\def\sectionmark##1{}%\def\subsectionmark##1{}} %    ****************************************%    *            MISCELLANEOUS             *%    ****************************************%% DATE%\def\today{\ifcase\month\or  January\or February\or March\or April\or May\or June\or  July\or August\or September\or October\or November\or December\fi  \space\number\day, \number\year}% EQUATION and EQNARRAY -- put here because it must follow \chapter definition%% \newcounter{equation}    %\@addtoreset{equation}{chapter}   % Makes \chapter reset 'equation' counter.\def\theequation{\thechapter.\arabic{equation}}% \jot = 3pt      % Extra space added between lines of an eqnarray environment% The macro \@eqnnum defines how equation numbers are to appear in equations.%% \def\@eqnnum{(\theequation)} %  %    ****************************************%    *           INITIALIZATION             *%    ****************************************%% Default initializations\ps@plain                   % 'plain' page style\pagenumbering{arabic}      % Arabic page numbers\onecolumn                  % Single-column.\if@twoside\else\raggedbottom\fi % Ragged bottom unless twoside option.:OzTeX 1.2:TeX-inputs:report.sty
  59. % report.sty 24-May-89\typeout{Document Style `report' <24 May 89>.}\def\@ptsize{0} \@namedef{ds@11pt}{\def\@ptsize{1}}\@namedef{ds@12pt}{\def\@ptsize{2}} \def\ds@twoside{\@twosidetrue \@mparswitchtrue} \def\ds@draft{\overfullrule5pt} \@options\input rep1\@ptsize.sty\relax \def\labelenumi{\theenumi.} \def\theenumi{\arabic{enumi}} \def\labelenumii{(\theenumii)}\def\theenumii{\alph{enumii}}\def\p@enumii{\theenumi}\def\labelenumiii{\theenumiii.}\def\theenumiii{\roman{enumiii}}\def\p@enumiii{\theenumi(\theenumii)}\def\labelenumiv{\theenumiv.}\def\theenumiv{\Alph{enumiv}} \def\p@enumiv{\p@enumiii\theenumiii}\def\labelitemi{$\bullet$}\def\labelitemii{\bf --}\def\labelitemiii{$\ast$}\def\labelitemiv{$\cdot$}\def\verse{\let\\=\@centercr  \list{}{\itemsep\z@ \itemindent -1.5em\listparindent \itemindent  \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]}\let\endverse\endlist\def\quotation{\list{}{\listparindent 1.5em \itemindent\listparindent \rightmargin\leftmargin\parsep 0pt plus 1pt}\item[]}\let\endquotation=\endlist\def\quote{\list{}{\rightmargin\leftmargin}\item[]}\let\endquote=\endlist\def\descriptionlabel#1{\hspace\labelsep \bf #1}\def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin \let\makelabel\descriptionlabel}}\let\enddescription\endlist\newdimen\descriptionmargin\descriptionmargin=3em \def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn \else \newpage \fi \thispagestyle{empty}\c@page\z@}\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi}\arraycolsep 5pt \tabcolsep 6pt \arrayrulewidth .4pt \doublerulesep 2pt \tabbingsep \labelsep \skip\@mpfootins = \skip\footins\fboxsep = 3pt \fboxrule = .4pt  \newcounter{part}\newcounter {chapter}\newcounter {section}[chapter]\newcounter {subsection}[section]\newcounter {subsubsection}[subsection]\newcounter {paragraph}[subsubsection]\newcounter {subparagraph}[paragraph]\def\thepart {\Roman{part}}\def\thechapter {\arabic{chapter}}\def\thesection {\thechapter.\arabic{section}}\def\thesubsection {\thesection.\arabic{subsection}}\def\thesubsubsection {\thesubsection .\arabic{subsubsection}}\def\theparagraph {\thesubsubsection.\arabic{paragraph}}\def\thesubparagraph {\theparagrbic{subparagraph}}\def\@chapapp{Chapter}\def\part{\cleardoublepage \thispagestyle{plain} \if@twocolumn \onecolumn\@tempswatrue \else \@tempswafalse \fi \hbox{}\vfil \secdef\@part\@spart} \def\@part[#1]#2{\ifnum \c@secnumdepth >-2\relax \refstepcounter{part}\addcontentsline{toc}{part}{\thepart \hspace{1em}#1}\else\addcontentsline{toc}{part}{#1}\fi \markboth{}{} {\centering \ifnum \c@secnumdepth >-2\relax \huge\bf Part \thepart \par\vskip 20pt \fi \Huge \bf #1\par}\@endpart} \def\@endpart{\vfil\newpage \if@twoside \hbox{} \thispagestyle{empty}  \newpage  \fi \if@tempswa \twocolumn \fi} \def\@spart#1{{\centering \Huge \bf #1\par}\@endpart} \def\@pnumwidth{1.55em}\def\@tocrmarg {2.55em}\def\@dotsep{4.5}\setcounter{tocdepth}{2}\def\tableofcontents{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn \fi\chapter*{Contents\@mkboth{CONTENTS}{CONTENTS}} \@starttoc{toc}\if@restonecol\twocolumn\fi}\def\l@part#1#2{\addpenalty{-\@highpenalty} \addvspace{2.25em plus 1pt} \begingroup \@tempdima 3em \parindent \z@ \rightskip \@pnumwidth \parfillskip-\@pnumwidth  {\large \bf \leavevmode #1\hfil \hbox to\@pnumwidth{\hss #2}}\par \nobreak \global\@nobreaktrue \everypar{\global\@nobreakfalse\everypar{}}\endgroup}\def\l@chapter#1#2{\addpenalty{-\@highpenalty}  \vskip 1.0em plus 1pt \@tempdima 1.5em \begingroup \parindent \z@ \rightskip \@pnumwidth  \parfillskip -\@pnumwidth  \bf \leavevmode \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak\hfil\nobreak\hbox to\@pnumwidth{\hss #2}\par \penalty\@highpenalty \endgroup}\def\l@section{\@dottedtocline{1}{1.5em}{2.3em}}\def\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}\def\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}}\def\l@paragraph{\@dottedtocline{4}{10em}{5em}}\def\l@subparagraph{\@dottedtocline{5}{12em}{6em}}\def\listoffigures{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn \fi\chapter*{List of Figures\@mkboth {LIST OF FIGURES}{LIST OF FIGURES}}\@starttoc{lof}\if@restonecol \twocolumn\fi}\def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}\def\listoftables{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn \fi\chapter*{List of Tables\@mkboth {LIST OF TABLES}{LIST OF TABLES}}\@starttoc{lot}\if@restonecol \twocolumn\fi}\let\l@table\l@figure \def\thebibliography#1{\chapter*{Bibliography\@mkboth {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth \advance\leftmargin\labelsep \usecounter{enumi}} \def\newblock{\hskip .11em plus .33em minus .07em} \sloppy\clubpenalty4000\widowpenalty4000 \sfcode`\.=1000\relax}\let\endthebibliography=\endlist  \newif\if@restonecol\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi\columnseprule \z@\columnsep 35pt\twocolumn[\@makeschapterhead{Index}] \@mkboth{INDEX}{INDEX}\thispagestyle{plain}\parindent\z@ \parskip\z@ plus .3pt\relax\let\item\@idxitem}\def\@idxitem{\par\hangindent 40pt}\def\subitem{\par\hangindent 40pt \hspace*{20pt}}\def\subsubitem{\par\hangindent 40pt \hspace*{30pt}}\def\endtheindex{\if@restonecol\onecolumn\else\clearpage\fi}\def\indexspace{\par \vskip 10pt plus 5pt minus 3pt\relax} \def\footnoterule{\kern-3\p@  \hrule width .4\columnwidth  \kern 2.6\p@} \@addtoreset{footnote}{chapter} \long\def\@makefntext#1{\parindent 1em\noindent  \hbox to 1.8em{\hss$^{\@thefnmark}$}#1} \setcounter{topnumber}{2}\def\topfraction{.7}\setcounter{bottomnumber}{1}\def\bottomfraction{.3}\setcounter{totalnumber}{3}\def\textfraction{.2}\def\floatpagefraction{.5}\setcounter{dbltopnumber}{2}\def\dbltopfraction{.7}\def\dblfloatpagefraction{.5}\long\def\@makecaption#1#2{ \vskip 10pt  \setbox\@tempboxa\hbox{#1: #2} \ifdim \wd\@tempboxa >\hsize #1: #2\par \else \hboxto\hsize{\hfil\box\@tempboxa\hfil}  \fi}\newcounter{figure}[chapter]\def\thefigure{\thechapter.\@arabic\c@figure}\def\fps@figure{tbp}\def\ftype@figure{1}\def\ext@figure{lof}\def\fnum@figure{Figure \thefigure}\def\figure{\@float{figure}}\let\endfigure\end@float\@namedef{figure*}{\@dblfloat{figure}}\@namedef{endfigure*}{\end@dblfloat}\newcounter{table}[chapter]\def\thetable{\thechapter.\@arabic\c@table}\def\fps@table{tbp}\def\ftype@table{2}\def\ext@table{lot}\def\fnum@table{Table \thetable}\def\table{\@float{table}}\let\endtable\end@float\@namedef{table*}{\@dblfloat{table}}\@namedef{endtable*}{\end@dblfloat} \input titlepage.sty \mark{{}{}} \if@twoside \def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{}\def\@evenfoot{}\def\@evenhead{\rm \thepage\hfil \sl\leftmark}\def\@oddhead{\hbox{}\sl \rightmark \hfil\rm\thepage}\def\chaptermark##1{\markboth {\uppercase{\ifnum \c@secnumdepth>\m@ne \@chapapp\ \thechapter. \ \fi ##1}}{}}\def\sectionmark##1{\markright{\uppercase{\ifnum \c@secnumdepth >\z@ \thesection. \ \fi ##1}}}}\else \def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{}\def\@evenfoot{}\def\@oddhead{\hbox {}\sl \rightmark \hfil\rm\thepage}\def\chaptermark##1{\markright {\uppercase{\ifnum \c@secnumdepth>\m@ne \@chapapp\ \thechapter. \ \fi ##1}}}}\fi\def\ps@myheadings{\let\@mkboth\@gobbletwo\def\@oddhead{\hbox{}\sl\rightmark \hfil\rm\thepage}\def\@oddfoot{}\def\@evenhead{\rm \thepage\hfil\sl\leftmark\hbox{}}\def\@evenfoot{}\def\chaptermark##1{}\def\sectionmark##1{}%\def\subsectionmark##1{}} \def\today{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\day, \number\year}\@addtoreset{equation}{chapter} \def\theequation{\thechapter.\arabic{equation}} \ps@plain \pagenumbering{arabic} \onecolumn \if@twoside\else\raggedbottom\fi :OzTeX 1.2:TeX-inputs:sample.tex
  60. % This is a sample LaTeX input file.  (Version of 9 April 1986)%% A '%' character causes TeX to ignore all remaining text on the line,% and is used for comments like this one.\documentstyle{article}    % Specifies the document style.                           % The preamble begins here.\title{A Sample Document}  % Declares the document's title.\author{Leslie Lamport}    % Declares the author's name.\date{December 12, 1984}   % Deleting this command produces today's date.\begin{document}           % End of preamble and beginning of text.\maketitle                 % Produces the title.This is a sample input file.  Comparing it with the output itgenerates can show you how to produce a simple document ofyour own.\section{Ordinary Text}  % Produces section heading.  Lower-level                                    % sections are begun with similar                                     % \subsection and \subsubsection commands.The ends  of words and sentences are marked   by   spaces. It  doesn't matter how many spaces    you type; one is as good as 100.  Theend of   a line counts as a space.One   or more   blank lines denote the  end of  a paragraph.  Since any number of consecutive spaces are treated like a singleone, the formatting of the input file makes no difference to      \TeX,         % The \TeX command generates the TeX logo.but it makes a difference to you.  When you use      \LaTeX,       % The \LaTeX command generates the LaTeX logo.making your input file as easy to read as possiblewill be a great help as you write your document and when youchange it.  This sample file shows how you can add comments toyour own input file.Because printing is different from typewriting, there are a number of things that you have to do differently when preparing an input file than if you were just typing the document directly.  Quotation marks like        ``this'' have to be handled specially, as do quotes within quotes:        ``\,`this'                  % \, separates the double and single quote.        is what I just         wrote, not  `that'\,''.  Dashes come in three sizes: an        intra-word dash, a medium dash for number ranges like        1--2, and a punctuation        dash---like this.A sentence-ending space should be larger than the space between wordswithin a sentence.  You sometimes have to type special commands inconjunction with punctuation characters to get this right, as in thefollowing sentence.       Gnats, gnus, etc.\    % `\ ' makes an inter-word space.       all begin with G\@.   % \@ marks end-of-sentence punctuation.You should check the spaces after periods when reading your output tomake sure you haven't forgotten any special cases.Generating an ellipsis        \ldots\    % `\ ' needed because TeX ignores spaces after                   % command names like \ldots made from \ + letters.                  %                  % Note how a `%' character causes TeX to ignore the                   % end of the input line, so these blank lines do not                  % start a new paragraph.with the right spacing around the periods requires a special  command.  \TeX\ interprets some common characters as commands, so you must typespecial commands to generate them.  These characters include thefollowing:        \$ \& \% \# \{ and \}.In printing, text is emphasized by using an       {\em italic\/}  % The \/ command produces the tiny extra space that                       % should be added between a slanted and a following                       % unslanted letter.type style.  \begin{em}   A long segment of text can also be emphasized in this way.  Text within   such a segment given additional emphasis           with\/ {\em Roman}    type.  Italic type loses its ability to emphasize and become simply   distracting when used excessively.  \end{em}It is sometimes necessary to prevent \TeX\ from breaking a line whereit might otherwise do so.  This may be at a space, as between the``Mr.'' and ``Jones'' in       ``Mr.~Jones'',        % ~ produces an unbreakable interword space.or within a word---especially when the word is a symbol like       \mbox{\em itemnum\/} that makes little sense when hyphenated across        lines.Footnotes\footnote{This is an example of a footnote.}pose no problem.\TeX\ is good at typesetting mathematical formulas like       \( x-3y = 7 \) or       \( a_{1} > x^{2n} / y^{2n} > x' \).Remember that a letter like       $x$        % $ ... $  and  \( ... \)  are equivalentis a formula when it denotes a mathematical symbol, and shouldbe treated as one.\section{Displayed Text}Text is displayed by indenting it from the left margin.Quotations are commonly displayed.  There are short quotations\begin{quote}   This is a short a quotation.  It consists of a    single paragraph of text.  There is no paragraph   indentation.\end{quote}and longer ones.\begin{quotation}   This is a longer quotation.  It consists of two paragraphs   of text.  The beginning of each paragraph is indicated   by an extra indentation.   This is the second paragraph of the quotation.  It is just   as dull as the first paragraph.\end{quotation}Another frequently-displayed structure is a list.The following is an example of an {\em itemized} list.\begin{itemize}   \item  This is the first item of an itemized list.  Each item           in the list is marked with a ``tick''.  The document          style determines what kind of tick mark is used.   \item  This is the second item of the list.  It contains another          list nested inside it.  The inner list is an {\em enumerated}          list.          \begin{enumerate}              \item This is the first item of an enumerated list that                    is nested within the itemized list.              \item This is the second item of the inner list.  \LaTeX\                    allows you to nest lists deeper than you really should.          \end{enumerate}          This is the rest of the second item of the outer list.  It          is no more interesting than any other part of the item.   \item  This is the third item of the list.\end{itemize}You can even display poetry.\begin{verse}   There is an environment for verse \\    % The \\ command separates lines   Whose features some poets will curse.   % within a stanza.                           % One or more blank lines separate stanzas.   For instead of making\\   Them do {\em all\/} line breaking, \\   It allows them to put too many words on a line when they'd    rather be forced to be terse.\end{verse}Mathematical formulas may also be displayed.  A displayed formula isone-line long; multiline formulas require special formattinginstructions.   \[  x' + y^{2} = z_{i}^{2}\]Don't start a paragraph with a displayed equation, nor makeone a paragraph by itself.\end{document}             % End of document.:OzTeX 1.2:TeX-inputs:sfonts.tex
  61. % File SFONTS - Version of 17 December 1985%  Definition of \newfont and \symbol%  Note that fonts defined with \newfont won't work%  with color slides---characters in that font will appear%  in all color layers and in `invisible' text.% \def\newfont#1#2{\@ifdefinable #1{\font #1=#2\relax}}\def\symbol#1{\char #1\relax}\message{fonts,}% visible fourteen point fonts\font\fourteenrm   = amsss8  scaled \magstep 3 % roman\font\fourteeni    = ammi8   scaled \magstep 3 % math italic    \skewchar\fourteeni ='177                  %  for math accents\font\fourteensy   = amsy8   scaled \magstep 3 % symbol    \skewchar\fourteensy ='60           %   for placement of math accents\font\fourteenit   = amsssi8 scaled \magstep 3 % italic\font\fourteenbf   = amsssb8 scaled \magstep 3 % bold\font\fourteentt   = amtt8   scaled \magstep 3 % typewriter    \hyphenchar\fourteentt = -1         %  suppress hyphenation in \tt font\font\fourteenlasy = lasy8  scaled \magstep 3 % LaTeX symbol% invisible fourteen point fonts\font\ifourteenrm   = iamsss8  scaled \magstep 3 % roman\font\ifourteeni    = iammi8   scaled \magstep 3 % math italic    \skewchar\ifourteeni ='177                  %  for math accents\font\ifourteensy   = iamsy8   scaled \magstep 3 % symbol    \skewchar\ifourteensy ='60           %   for placement of math accents\font\ifourteenit   = iamsssi8 scaled \magstep 3 % italic\font\ifourteenbf   = iamsssb8 scaled \magstep 3 % bold\font\ifourteentt   = iamtt8   scaled \magstep 3 % typewriter    \hyphenchar\ifourteentt = -1         %  suppress hyphenation in \tt font\font\ifourteenlasy = ilasy8  scaled \magstep 3 % LaTeX symbol% visible seventeen point fonts\font\seventeenrm   = amsss8  scaled \magstep 4 % roman\font\seventeeni    = ammi8   scaled \magstep 4 % math italic    \skewchar\seventeeni ='177                  %  for math accents\font\seventeensy   = amsy8   scaled \magstep 4 % symbol    \skewchar\seventeensy ='60           %   for placement of math accents\font\seventeenit   = amsssi8 scaled \magstep 4 % italic\font\seventeenbf   = amsssb8 scaled \magstep 4 % bold\font\seventeentt   = amtt8   scaled \magstep 4 % typewriter    \hyphenchar\seventeentt = -1         %  suppress hyphenation in \tt font\font\seventeenlasy = lasy8  scaled \magstep 4 % LaTeX symbol% invisible seventeen point fonts\font\iseventeenrm   = iamsss8  scaled \magstep 4 % roman\font\iseventeeni    = iammi8   scaled \magstep 4 % math italic    \skewchar\iseventeeni ='177                  %  for math accents\font\iseventeensy   = iamsy8   scaled \magstep 4 % symbol    \skewchar\iseventeensy ='60           %   for placement of math accents\font\iseventeenit   = iamsssi8 scaled \magstep 4 % italic\font\iseventeenbf   = iamsssb8 scaled \magstep 4 % bold\font\iseventeentt   = iamtt8   scaled \magstep 4 % typewriter    \hyphenchar\iseventeentt = -1         %  suppress hyphenation in \tt font\font\iseventeenlasy = ilasy8  scaled \magstep 4 % LaTeX symbol% visible twenty point fonts \font\twentyrm   = amsss8  scaled \magstep 5 % roman\font\twentyi    = ammi8   scaled \magstep 5 % math italic    \skewchar\twentyi ='177                  %  for math accents\font\twentysy   = amsy8   scaled \magstep 5 % symbol    \skewchar\twentysy ='60           %   for placement of math accents\font\twentyit   = amsssi8 scaled \magstep 5 % italic\font\twentybf   = amsssb8 scaled \magstep 5 % bold\font\twentytt   = amtt8   scaled \magstep 5 % typewriter    \hyphenchar\twentytt = -1         %  suppress hyphenation in \tt font\font\twentylasy = lasy8  scaled \magstep 5 % LaTeX symbol% invisible twenty point fonts\font\itwentyrm   = iamsss8  scaled \magstep 5 % roman\font\itwentyi    = iammi8   scaled \magstep 5 % math italic    \skewchar\itwentyi ='177                  %  for math accents\font\itwentysy   = iamsy8   scaled \magstep 5 % symbol    \skewchar\itwentysy ='60           %   for placement of math accents\font\itwentyit   = iamsssi8 scaled \magstep 5 % italic\font\itwentybf   = iamsssb8 scaled \magstep 5 % bold\font\itwentytt   = iamtt8   scaled \magstep 5 % typewriter    \hyphenchar\itwentytt = -1         %  suppress hyphenation in \tt font\font\itwentylasy = ilasy8  scaled \magstep 5 % LaTeX symbol% visible twentyfour point fonts -- \magstep 6\font\twentyfourrm   = amsss8  scaled 2986 % roman\font\twentyfouri    = ammi8   scaled 2986 % math italic    \skewchar\twentyfouri ='177                  %  for math accents\font\twentyfoursy   = amsy8   scaled 2986 % symbol    \skewchar\twentyfoursy ='60           %   for placement of math accents\font\twentyfourit   = amsssi8 scaled 2986 % italic\font\twentyfourbf   = amsssb8 scaled 2986 % bold\font\twentyfourtt   = amtt8   scaled 2986 % typewriter    \hyphenchar\twentyfourtt = -1         %  suppress hyphenation in \tt font\font\twentyfourlasy = lasy8  scaled 2986 % LaTeX symbol% invisible twentyfour point fonts\font\itwentyfourrm   = iamsss8  scaled 2986 % roman\font\itwentyfouri    = iammi8   scaled 2986 % math italic    \skewchar\itwentyfouri ='177                  %  for math accents\font\itwentyfoursy   = iamsy8   scaled 2986 % symbol    \skewchar\itwentyfoursy ='60           %   for placement of math accents\font\itwentyfourit   = iamsssi8 scaled 2986 % italic\font\itwentyfourbf   = iamsssb8 scaled 2986 % bold\font\itwentyfourtt   = iamtt8   scaled 2986 % typewriter    \hyphenchar\itwentyfourtt = -1         %  suppress hyphenation in \tt font\font\itwentyfourlasy = ilasy8  scaled 2986 % LaTeX symbol% visible twentynine point fonts -- \magstep 7\font\twentyninerm   = amsss8  scaled 3583 % roman\font\twentyninei    = ammi8   scaled 3583 % math italic    \skewchar\twentyninei ='177                  %  for math accents\font\twentyninesy   = amsy8   scaled 3583 % symbol    \skewchar\twentyninesy ='60           %   for placement of math accents\font\twentynineit   = amsssi8 scaled 3583 % italic\font\twentyninebf   = amsssb8 scaled 3583 % bold\font\twentyninett   = amtt8   scaled 3583 % typewriter    \hyphenchar\twentyninett = -1         %  suppress hyphenation in \tt font\font\twentyninelasy = lasy8  scaled 3583 % LaTeX symbol% invisible twentynine point fonts\font\itwentyninerm   = iamsss8  scaled 3583 % roman\font\itwentyninei    = iammi8   scaled 3583 % math italic    \skewchar\itwentyninei ='177                  %  for math accents\font\itwentyninesy   = iamsy8   scaled 3583 % symbol    \skewchar\itwentyninesy ='60           %   for placement of math accents\font\itwentynineit   = iamsssi8 scaled 3583 % italic\font\itwentyninebf   = iamsssb8 scaled 3583 % bold\font\itwentyninett   = iamtt8   scaled 3583 % typewriter    \hyphenchar\itwentyninett = -1         %  suppress hyphenation in \tt font\font\itwentyninelasy = ilasy8  scaled 3583 % LaTeX symbol% visible thirtyfour point fonts -- \magstep 8\font\thirtyfourrm   = amsss8  scaled 4300 % roman\font\thirtyfouri    = ammi8   scaled 4300 % math italic    \skewchar\thirtyfouri ='177                  %  for math accents\font\thirtyfoursy   = amsy8   scaled 4300 % symbol    \skewchar\thirtyfoursy ='60           %   for placement of math accents\font\thirtyfourit   = amsssi8 scaled 4300 % italic\font\thirtyfourbf   = amsssb8 scaled 4300 % bold\font\thirtyfourtt   = amtt8   scaled 4300 % typewriter    \hyphenchar\thirtyfourtt = -1         %  suppress hyphenation in \tt font\font\thirtyfourlasy = lasy8  scaled 4300 % LaTeX symbol% invisible thirtyfour point fonts\font\ithirtyfourrm   = iamsss8  scaled 4300 % roman\font\ithirtyfouri    = iammi8   scaled 4300 % math italic    \skewchar\ithirtyfouri ='177                  %  for math accents\font\ithirtyfoursy   = iamsy8   scaled 4300 % symbol    \skewchar\ithirtyfoursy ='60           %   for placement of math accents\font\ithirtyfourit   = iamsssi8 scaled 4300 % italic\font\ithirtyfourbf   = iamsssb8 scaled 4300 % bold\font\ithirtyfourtt   = iamtt8   scaled 4300 % typewriter    \hyphenchar\ithirtyfourtt = -1         %  suppress hyphenation in \tt font\font\ithirtyfourlasy = ilasy8  scaled 4300 % LaTeX symbol% fortyone point fonts\font\fortyonerm  = amsss8  scaled 5160 % roman\font\ifortyonerm = iamsss8 scaled 5160 % roman% math extension\font\tenex =amex10  scaled\magstep3\font\itenex=iamex10 scaled\magstep3% line and circle fonts\font\tenln    = line10\font\tenlnw   = linew10\font\tencirc  = circle10\font\tencircw = circlew10\ifnum\fontdimen8\tenln=\fontdimen8\tencirc \else   \@warning{Incompatible thin line and circle fonts}\fi\ifnum\fontdimen8\tenlnw=\fontdimen8\tencircw \else   \@warning{Incompatible thick line and circle fonts}\fi% Definition of type sizes% NOTE: In this file, \lineskip is 1pt for all font sizes.\lineskip 1pt\normallineskip 1pt\def\@subfam#1#2{\@warning{No \string#1\space typeface in         SLiTeX, using \string#2}#2}% protected font names\def\rm{\protect\prm}\def\it{\protect\pit}\def\bf{\protect\pbf}\def\tt{\protect\ptt}\def\sl{\@subfam\sl\it}\def\sf{\@subfam\sf\rm}\def\sc{\@subfam\sc\rm}\def\em{\protect\pem{}}\def\pem{\ifdim \fontdimen\@ne\font >\z@ \rm \else \it \fi}\def\mit{\fam\@ne} \def\cal{\fam\tw@}\def\boldmath{\@warning{No \string\boldmath\space in SLiTeX}}\let\unboldmath=\relax\def\@nomath#1{\ifmmode \@warning{\string#1\space in math mode.}\fi}% unused families defined to keep family numbering the same as in LaTeX%\newfam\itfam      % \it is family 4\newfam\slfam      % \sl is family 5  -  Not used in SLiTeX\newfam\bffam      % \bf is family 6\newfam\ttfam      % \tt is family 7\newfam\sffam      % \sf is family 8  -  Not used in SLiTeX\newfam\scfam      % \sf is family 9  -  Not used in SLiTeX\newfam\lyfam      % \ly is family 10\def\fourteenpt{\def\prm{\fam\z@\fourteenrm\def\@currfont{\rm}}%\textfont\z@\fourteenrm \scriptfont\z@\fourteenrm   \scriptscriptfont\z@\fourteenrm\textfont\@ne\fourteeni \scriptfont\@ne\fourteeni   \scriptscriptfont\@ne\fourteeni\textfont\tw@\fourteensy \scriptfont\tw@\fourteensy   \scriptscriptfont\tw@\fourteensy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\fourteenit\def\@currfont{\it}}\textfont\itfam\fourteenit     \scriptfont\itfam\fourteenit \scriptscriptfont\itfam\fourteenit\def\pbf{\fam\bffam\fourteenbf\def\@currfont{\bf}}\textfont\bffam\fourteenbf    \scriptfont\bffam\fourteenbf \scriptscriptfont\bffam\fourteenbf\def\ptt{\fam\ttfam\fourteentt\def\@currfont{\tt}}\textfont\ttfam\fourteentt     \scriptfont\ttfam\fourteentt \scriptscriptfont\ttfam\fourteentt\def\lasy{\fam\lyfam\fourteenlasy\def\@currfont{\lasy}}%\textfont\lyfam\fourteenlasy \scriptfont\lyfam\fourteenlasy    \scriptscriptfont\lyfam\fourteenlasy}\def\ifourteenpt{\def\prm{\fam\z@\ifourteenrm\def\@currfont{\rm}}%\textfont\z@\ifourteenrm \scriptfont\z@\ifourteenrm    \scriptscriptfont\z@\ifourteenrm\textfont\@ne\ifourteeni \scriptfont\@ne\ifourteeni    \scriptscriptfont\@ne\ifourteeni\textfont\tw@\ifourteensy \scriptfont\tw@\ifourteensy     \scriptscriptfont\tw@\ifourteensy\textfont\thr@@\itenex \scriptfont\thr@@\itenex \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\ifourteenit\def\@currfont{\it}}\textfont\itfam\ifourteenit     \scriptfont\itfam\ifourteenit \scriptscriptfont\itfam\ifourteenit\def\pbf{\fam\bffam\ifourteenbf\def\@currfont{\bf}}\textfont\bffam\ifourteenbf   \scriptfont\bffam\ifourteenbf \scriptscriptfont\bffam\ifourteenbf\def\ptt{\fam\ttfam\ifourteentt\def\@currfont{\tt}}\textfont\ttfam\ifourteentt   \scriptfont\ttfam\ifourteentt \scriptscriptfont\ttfam\ifourteentt\def\lasy{\fam\lyfam\ifourteenlasy\def\@currfont{\lasy}}%\textfont\lyfam\ifourteenlasy \scriptfont\lyfam\ifourteenlasy    \scriptscriptfont\lyfam\ifourteenlasy}\def\seventeenpt{\def\prm{\fam\z@\seventeenrm\def\@currfont{\rm}}%\textfont\z@\seventeenrm \scriptfont\z@\fourteenrm    \scriptscriptfont\z@\fourteenrm\textfont\@ne\seventeeni \scriptfont\@ne\fourteeni    \scriptscriptfont\@ne\fourteeni\textfont\tw@\seventeensy \scriptfont\tw@\fourteensy    \scriptscriptfont\tw@\fourteensy\tthr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\seventeenit\def\@currfont{\it}}\textfont\itfam\seventeenit    \scriptfont\itfam\fourteenit \scriptscriptfont\itfam\fourteenit\def\pbf{\fam\bffam\seventeenbf\def\@currfont{\bf}}\textfont\bffam\seventeenbf    \scriptfont\bffam\fourteenbf \scriptscriptfont\bffam\fourteenbf\def\ptt{\fam\ttfam\seventeentt\def\@currfont{\tt}}\textfont\ttfam\seventeentt   \scriptfont\ttfam\fourteentt \scriptscriptfont\ttfam\fourteentt\def\lasy{\fam\lyfam\seventeenlasy\def\@currfont{\lasy}}%\textfont\lyfam\seventeenlasy \scriptfont\lyfam\fourteenlasy    \scriptscriptfont\lyfam\fourteenlasy}\def\iseventeenpt{\def\prm{\fam\z@\iseventeenrm\def\@currfont{\rm}}%\textfont\z@\iseventeenrm \scriptfont\z@\ifourteenrm    \scriptscriptfont\z@\ifourteenrm\textfont\@ne\iseventeeni \scriptfont\@ne\ifourteeni    \scriptscriptfont\@ne\ifourteeni\textfont\tw@\iseventeensy \scriptfont\tw@\ifourteensy    \scriptscriptfont\tw@\ifourteensy\textfont\thr@@\itenex \scriptfont\thr@@\itenex \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\iseventeenit\def\@currfont{\it}}%\textfont\itfam\iseventeenit    \scriptfont\itfam\ifourteenit \scriptscriptfont\itfam\ifourteenit\def\pbf{\fam\bffam\iseventeenbf\def\@currfont{\bf}}%\textfont\bffam\iseventeenbf    \scriptfont\bffam\ifourteenbf \scriptscriptfont\bffam\ifourteenbf\def\ptt{\fam\ttfam\iseventeentt\def\@currfont{\tt}}%\textfont\ttfam\iseventeentt   \scriptfont\ttfam\ifourteentt \scriptscriptfont\ttfam\ifourteentt\def\lasy{\fam\lyfam\iseventeenlasy\def\@currfont{\lasy}}%\textfont\lyfam\iseventeenlasy \scriptfont\lyfam\ifourteenlasy    \scriptscriptfont\lyfam\ifourteenlasy}\def\twentypt{\def\prm{\fam\z@\twentyrm\def\@currfont{\rm}}%\textfont\z@\twentyrm \scriptfont\z@\seventeenrm    \scriptscriptfont\z@\fourteenrm\textfont\@ne\twentyi \scriptfont\@ne\seventeeni    \scriptscriptfont\@ne\fourteeni\textfont\tw@\twentysy \scriptfont\tw@\seventeensy    \scriptscriptfont\tw@\fourteensy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\twentyit\def\@currfont{\it}}\textfont\itfam\twentyit    \scriptfont\itfam\seventeenit \scriptscriptfont\itfam\fourteenit\def\pbf{\fam\bffam\twentybf\def\@currfont{\bf}}\textfont\bffam\twentybf    \scriptfont\bffam\seventeenbf \scriptscriptfont\bffam\fourteenbf\def\ptt{\fam\ttfam\twentytt\def\@currfont{\tt}}\textfont\ttfam\twentytt   \scriptfont\ttfam\seventeentt \scriptscriptfont\ttfam\fourteentt\def\lasy{\fam\lyfam\twentylasy\def\@currfont{\lasy}}%\textfont\lyfam\twentylasy \scriptfont\lyfam\seventeenlasy    \scriptscriptfont\lyfam\fourteenlasy}\def\itwentypt{\def\prm{\fam\z@\itwentyrm\def\@currfont{\rm}}%\textfont\z@\itwentyrm \scriptfont\z@\iseventeenrm    \scriptscriptfont\z@\ifourteenrm\textfont\@ne\itwentyi \scriptfont\@ne\iseventeeni    \scriptscriptfont\@ne\ifourteeni\textfont\tw@\itwentysy \scriptfont\tw@\iseventeensy    \scriptscriptfont\tw@\ifourteensy\textfont\thr@@\itenex \scriptfont\thr@@\itenex \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\itwentyit\def\@currfont{\it}}\textfont\itfam\itwentyit    \scriptfont\itfam\iseventeenit \scriptscriptfont\itfam\ifourteenit\def\pbf{\fam\bffam\itwentybf\def\@currfont{\bf}}\textfont\bffam\itwentybf    \scriptfont\bffam\iseventeenbf \scriptscriptfont\bffam\ifourteenbf\def\ptt{\fam\ttfam\itwentytt\def\@currfont{\tt}}\textfont\ttfam\itwentytt   \scriptfont\ttfam\iseventeentt \scriptscriptfont\ttfam\ifourteentt\def\lasy{\fam\lyfam\itwentylasy\def\@currfont{\lasy}}%\textfont\lyfam\itwentylasy \scriptfont\lyfam\iseventeenlasy    \scriptscriptfont\lyfam\ifourteenlasy}\def\twentyfourpt{\def\prm{\fam\z@\twentyfourrm\def\@currfont{\rm}}%
  62. ++++++++ Continued on next card ++++++++
  63. :OzTeX 1.2:TeX-inputs:sfonts.tex
  64. +++++ Continued from previous card +++++
  65.  
  66. \textfont\z@\twentyfourrm \scriptfont\z@\twentyrm    \scriptscriptfont\z@\seventeenrm\textfont\@ne\twentyfouri \scriptfont\@ne\twentyi    \scriptscriptfont\@ne\seventeeni\textfont\tw@\twentyfoursy \scriptfont\tw@\twentysy    \scriptscriptfont\tw@\seventeensy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\twentyfourit\def\@currfont{\it}}%\textfont\itfam\twentyfourit    \scriptfont\itfam\twentyit \scriptscriptfont\itfam\seventeenit\def\pbf{\fam\bffam\twentyfourbf\def\@currfont{\bf}}%\textfont\bffam\twentyfourbf    \scriptfont\bffam\twentybf \scriptscriptfont\bffam\seventeenbf\def\ptt{\fam\ttfam\twentyfourtt\def\@currfont{\tt}}%\textfont\ttfam\twentyfourtt   \scriptfont\ttfam\twentytt \scriptscriptfont\ttfam\seventeentt\def\lasy{\fam\lyfam\twentyfourlasy\def\@currfont{\lasy}}%\textfont\lyfam\twentyfourlasy \scriptfont\lyfam\twentylasy    \scriptscriptfont\lyfam\seventeenlasy}\def\itwentyfourpt{\def\prm{\fam\z@\itwentyfourrm\def\@currfont{\rm}}%\textfont\z@\itwentyfourrm \scriptfont\z@\itwentyrm    \scriptscriptfont\z@\iseventeenrm\textfont\@ne\itwentyfouri \scriptfont\@ne\itwentyi    \scriptscriptfont\@ne\iseventeeni\textfont\tw@\itwentyfoursy \scriptfont\tw@\itwentysy    \scriptscriptfont\tw@\iseventeensy\textfont\thr@@\itenex \scriptfont\thr@@\itenex \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\itwentyfourit\def\@currfont{\it}}%\textfont\itfam\itwentyfourit   \scriptfont\itfam\itwentyit \scriptscriptfont\itfam\iseventeenit\def\pbf{\fam\bffam\itwentyfourbf\def\@currfont{\bf}}%\textfont\bffam\itwentyfourbf    \scriptfont\bffam\itwentybf \scriptscriptfont\bffam\iseventeenbf\def\ptt{\fam\ttfam\itwentyfourtt\def\@currfont{\tt}}%\textfont\ttfam\itwentyfourtt   \scriptfont\ttfam\itwentytt \scriptscriptfont\ttfam\iseventeentt\def\lasy{\fam\lyfam\itwentyfourlasy\def\@currfont{\lasy}}%\textfont\lyfam\itwentyfourlasy \scriptfont\lyfam\itwentylasy    \scriptscriptfont\lyfam\iseventeenlasy}\def\twentyninept{\def\prm{\fam\z@\twentyninerm\def\@currfont{\rm}}%\textfont\z@\twentyninerm \scriptfont\z@\twentyfourrm    \scriptscriptfont\z@\twentyrm\textfont\@ne\twentyninei \scriptfont\@ne\twentyfouri    \scriptscriptfont\@ne\twentyi\textfont\tw@\twentyninesy \scriptfont\tw@\twentyfoursy    \scriptscriptfont\tw@\twentysy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\twentynineit\def\@currfont{\it}}%\textfont\itfam\twentynineit    \scriptfont\itfam\twentyfourit \scriptscriptfont\itfam\twentyit\def\pbf{\fam\bffam\twentyninebf\def\@currfont{\bf}}%\textfont\bffam\twentyninebf    \scriptfont\bffam\twentyfourbf \scriptscriptfont\bffam\twentybf\def\ptt{\fam\ttfam\twentyninett\def\@currfont{\tt}}%\textfont\ttfam\twentyninett   \scriptfont\ttfam\twentyfourtt \scriptscriptfont\ttfam\twentytt\def\lasy{\fam\lyfam\twentyninelasy\def\@currfont{\lasy}}%\textfont\lyfam\twentyninelasy \scriptfont\lyfam\twentyfourlasy    \scriptscriptfont\lyfam\twentylasy}\def\itwentyninept{\def\prm{\fam\z@\itwentyninerm\def\@currfont{\rm}}%\textfont\z@\itwentyninerm \scriptfont\z@\itwentyfourrm    \scriptscriptfont\z@\itwentyrm\textfont\@ne\itwentyninei \scriptfont\@ne\itwentyfouri    \scriptscriptfont\@ne\itwentyi\textfont\tw@\itwentyninesy \scriptfont\tw@\itwentyfoursy    \scriptscriptfont\tw@\itwentysy\textfont\thr@@\itenex \scriptfont\thr@@\itenex    \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\itwentynineit\def\@currfont{\it}}%\textfont\itfam\itwentynineit \scriptfont\itfam\itwentyfourit \scriptscriptfont\itfam\itwentyit\def\pbf{\fam\bffam\itwentyninebf\def\@currfont{\bf}}%\textfont\bffam\itwentyninebf    \scriptfont\bffam\twentyfourbf \scriptscriptfont\bffam\twentybf\def\ptt{\fam\ttfam\itwentyninett\def\@currfont{\tt}}%\textfont\ttfam\itwentyninett   \scriptfont\ttfam\twentyfourtt \scriptscriptfont\ttfam\twentytt\def\lasy{\fam\lyfam\itwentyninelasy\def\@currfont{\lasy}}%\textfont\lyfam\itwentyninelasy \scriptfont\lyfam\itwentyfourlasy    \scriptscriptfont\lyfam\itwentylasy}\def\thirtyfourpt{\def\prm{\fam\z@\thirtyfourrm\def\@currfont{\rm}}%\textfont\z@\thirtyfourrm \scriptfont\z@\twentyninerm    \scriptscriptfont\z@\twentyfourrm\textfont\@ne\thirtyfouri \scriptfont\@ne\twentyninei    \scriptscriptfont\@ne\twentyfouri\textfont\tw@\thirtyfoursy \scriptfont\tw@\twentyninesy    \scriptscriptfont\tw@\twentyfoursy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\pit{\fam\itfam\thirtyfourit\def\@currfont{\it}}%\textfont\itfam\thirtyfourit    \scriptfont\itfam\twentynineit \scriptscriptfont\itfam\twentyfourit\def\pbf{\fam\bffam\thirtyfourbf\def\@currfont{\bf}}%\textfont\bffam\thirtyfourbf    \scriptfont\bffam\twentyninebf \scriptscriptfont\bffam\twentyfourbf\def\ptt{\fam\ttfam\thirtyfourtt\def\@currfont{\tt}}%\textfont\ttfam\thirtyfourtt   \scriptfont\ttfam\twentyninett \scriptscriptfont\ttfam\twentyfourtt\def\lasy{\fam\lyfam\thirtyfourlasy\def\@currfont{\lasy}}%\textfont\lyfam\thirtyfourlasy \scriptfont\lyfam\twentyninelasy    \scriptscriptfont\lyfam\twentyfourlasy}\def\ithirtyfourpt{\def\prm{\fam\z@\ithirtyfourrm\def\@currfont{\rm}}%\textfont\z@\ithirtyfourrm \scriptfont\z@\itwentyninerm    \scriptscriptfont\z@\itwentyfourrm\textfont\@ne\ithirtyfouri \scriptfont\@ne\itwentyninei    \scriptscriptfont\@ne\itwentyfouri\textfont\tw@\ithirtyfoursy \scriptfont\tw@\itwentyninesy    \scriptscriptfont\tw@\itwentyfoursy\textfont\thr@@\itenex \scriptfont\thr@@\itenex \scriptscriptfont\thr@@\itenex\def\pit{\fam\itfam\ithirtyfourit\def\@currfont{\it}}%\textfont\itfam\ithirtyfourit    \scriptfont\itfam\itwentynineit \scriptscriptfont\itfam\itwentyfourit\def\pbf{\fam\bffam\ithirtyfourbf\def\@currfont{\bf}}%\textfont\bffam\ithirtyfourbf    \scriptfont\bffam\itwentyninebf \scriptscriptfont\bffam\itwentyfourbf\def\ptt{\fam\ttfam\ithirtyfourtt\def\@currfont{\tt}}%\textfont\ttfam\ithirtyfourtt   \scriptfont\ttfam\itwentyninett \scriptscriptfont\ttfam\itwentyfourtt\def\lasy{\fam\lyfam\ithirtyfourlasy\def\@currfont{\lasy}}%\textfont\lyfam\ithirtyfourlasy \scriptfont\lyfam\itwentyninelasy    \scriptscriptfont\lyfam\itwentyfourlasy}\def\fortyonept{\thirtyfourpt\def\prm{\fam\z@\fortyonerm\def\@currfont{\rm}}%\textfont\z@\fortyonerm \scriptfont\z@\twentyninerm \scriptscriptfont\z@\twentyfourrm}\def\ifortyonept{\ithirtyfourpt  \def\prm{\fam\z@\ifortyonerm\def\@currfont{\rm}}%\textfont\z@\ifortyonerm \scriptfont\z@\itwentyninerm \scriptscriptfont\z@\itwentyfourrm}% Definitions of math operators added by LaTeX\mathchardef\mho"0A30\mathchardef\Join"3A31\mathchardef\Box"0A32\mathchardef\Diamond"0A33\mathchardef\leadsto"3A3B\mathchardef\sqsubset"3A3C\mathchardef\sqsupset"3A3D\def\lhd{\mathbin{< \hbox to -.43em{}\if@visible    \hbox{\vrule \@width .065em \@height .55em \@depth .05em}\else   \hbox{\hskip .065em \vrule \@width \z@ \@height .55em \@depth .05em}    \fi\hbox to .2em{}}}\def\rhd{\mathbin{\hbox to .3em{}\if@visible    \hbox{\vrule \@width .065em \@height .55em \@depth .05em}\else    \hbox{\hskip .065em \vrule \@width \z@ \@height .55em \@depth .05em}\fi    \hbox to -.43em{}>}}\def\unlhd{\mathbin{\leq \hbox to -.43em{}\if@visible    \hbox{\vrule \@width .065em \@height .63em \@depth -.08em}\else    \hbox{\hskip .065em \vrule \@width \z@ \@height .63em \@depth -.08em}\fi    \hbox to .2em{}}}\def\unrhd{\mathbin{ \hbox to .3em{}\if@visible    \hbox{\vrule \@width .065em \@height .63em \@depth -.08em}\else    \hbox{\hskip .065em \vrule \@width \z@ \@height .63em \@depth -.08em}\fi    \hbox to -.43em{}\geq}}:OzTeX 1.2:TeX-inputs:slides.doc
  67. % SLIDE DOCUMENT STYLE -- released  17 January 1986%    for SliTeX version 2.09% Copyright (C) 1985 by Leslie Lamport\typeout{Document Style 'slide' -- released 17 January 1986}\def\@notinslitex{\errmessage{This command not allowed in SLiTeX.}}%page layout\@twosidefalse\topmargin -10pt\oddsidemargin 17pt\evensidemargin 17pt\def\pl@twoside{\@latexerr{No 'twoside' layout for slides}\@eha}\headheight 14pt\headsep 15pt\footheight 14pt\footskip 25pt\textheight 600pt\textwidth 460pt\columnwidth \textwidth \columnsep 10pt\columnseprule \z@%footnotes\skip\footins 10pt plus 2pt minus 4pt  % Space between last line of text and                                        % top of first footnote.% \skip\@mpfootins : plays same role for footnotes in a minipage as%                    \skip\footins does for ordinary footnotes\skip\@mpfootins = \skip\footins\footnotesep 20pt     % Height of strut placed at the beginning of every                      % footnote.%floats and marginpar\marginparwidth 20pt \marginparsep 5pt\marginparpush 5pt %    ****************************************%    *               FONTS                  *%    ****************************************%%%  Note that SLITeX uses a different font-naming and size-defining convention%  than LaTeX.\def\@mainsize{\@visibletrue\tiny}  \parindent 0pt\def\baselinestretch{1}\def\sc{\@noslifont\sc}\def\@noslifont#1{\@warning{No \string#1\space type style in SLiTeX}}\def\Huge{\huge}\def\huge{\@nomath\huge\@LARGE\@huge\def\@currsize{\@huge}\rm\baselineskip 60pt plus 10pt minus 6pt%\lineskip 2pt%\def\@parskip{60pt plus 30pt minus 6pt}%\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt%\belowdisplayskip 24pt plus 10pt minus 6pt%\abovedisplayshortskip 12pt plus 8pt%\belowdisplayshortskip 12pt plus 8pt%\setbox\strutbox=\hbox{\vrule height27pt depth11pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@huge{\if@visible\fortyonept\else\ifortyonept\fi}\def\LARGE{\@nomath\LARGE\@LARGE\def\@currsize{\@LARGE}\rm\baselineskip 52pt plus 10pt minus 6pt%\lineskip 2pt%\def\@parskip{52pt plus 30pt minus 6pt}%\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt%\belowdisplayskip 24pt plus 10pt minus 6pt%\abovedisplayshortskip 12pt plus 8pt%\belowdisplayshortskip 12pt plus 8pt%\setbox\strutbox=\hbox{\vrule height27pt depth11pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@LARGE{\if@visible\thirtyfourpt\else\ithirtyfourpt\fi}\def\Large{\@nomath\Large\@Large\def\@currsize{\@Large}\rm\baselineskip 48pt plus 10pt minus 6pt%\lineskip 2pt%\def\@parskip{48pt plus 30pt minus 6pt}%\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt%\belowdisplayskip 24pt plus 10pt minus 6pt%\abovedisplayshortskip 12pt plus 8pt%\belowdisplayshortskip 12pt plus 8pt%\setbox\strutbox=\hbox{\vrule height27pt depth11pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@Large{\if@visible\twentyninept\else\itwentyninept\fi}\def\large{\@nomath\large\@large\def\@currsize{\@large}\rm\baselineskip 42pt plus 8pt minus 5pt%\lineskip 2pt%\def\@parskip{40pt plus 20pt minus 4pt}%\parskip\@parskip\abovedisplayskip 20pt plus 8pt minus 3pt%\belowdisplayskip 20pt plus 8pt minus 3pt%\abovedisplayshortskip 10pt plus 5pt%\belowdisplayshortskip 10pt plus 5pt%\setbox\strutbox=\hbox{\vrule height20pt depth8.5pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@large{\if@visible\twentyfourpt\else\itwentyfourpt\fi}\def\normalsize{\@nomath\normalsize\@normalsize\def\@currsize{\@normalsize}\rm\baselineskip 30pt plus 3pt minus 3pt%\lineskip 2pt%\def\@parskip{30pt plus 18pt minus 9pt}%\parskip\@parskip\abovedisplayskip 15pt plus 3pt minus 3pt%\belowdisplayskip 10pt plus 3pt minus 3pt%\abovedisplayshortskip 10pt plus 3pt%\belowdisplayshortskip 10pt plus 3pt%\setbox\strutbox=\hbox{\vrule height17pt depth7pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@normalsize{\if@visible\twentypt\else\itwentypt\fi}\def\small{\@nomath\small\@small\def\@currsize{\@small}\rm\baselineskip 19pt plus 3pt minus 1pt%\lineskip 2pt%\def\@parskip{15pt plus 15pt minus 7pt}%\parskip\@parskip\abovedisplayskip 12pt plus 3pt minus 3pt%\belowdisplayskip 9pt plus 3pt minus 3pt%\abovedisplayshortskip 6pt plus 3pt%\belowdisplayshortskip 6pt plus 3pt%\setbox\strutbox=\hbox{\vrule height13.5pt depth5.6pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@small{\if@visible\seventeenpt\else\iseventeenpt\fi}\let\footnotesize=\small\let\scriptsize=\small\def\tiny{\@nomath\tiny\@tiny\def\@currsize{\@tiny}\rm\baselineskip 16pt plus 2pt minus 1pt%\lineskip 2pt%\def\@parskip{11pt plus 11pt minus 5pt}%\parskip\@parskip\abovedisplayskip 14pt plus 3pt minus 10pt%\belowdisplayskip 14pt plus 3pt minus 10pt%\abovedisplayshortskip 0pt plus 3pt%\belowdisplayshortskip 8pt plus 3pt minus 5pt%\setbox\strutbox=\hbox{\vrule height10pt depth4pt width0pt}%\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@tiny{\if@visible\fourteenpt\else\ifourteenpt\fi} %    ****************************************%    *            PAGE STYLES               *%    ****************************************%%  The page styles of slides is determined by the 'slide' page%  style, the slide environment executing a \thispagestyle{slide}%  command.  The page styles of overlays and notes are similarly%  determined by 'overlay' and 'note' page styles.  The command%  standard 'headings', 'plain' and 'empty' page styles work by %  redefining the 'slide', 'overlay', and 'note' styles.%\def\ps@headings{%\def\ps@slide{\def\@oddfoot{\@mainsize +\hfil\hbox to 3em{\theslide\hss}}%\def\@oddhead{\@mainsize +\hfil +}%\def\@evenfoot{\@mainsize +\hfil\hbox to 3em{\theslide\hss}}%\def\@evenhead{\@mainsize +\hfil +}}\def\ps@overlay{\def\@oddfoot{\@mainsize +\hfil\hbox to 3em{\theoverlay\hss}}%\def\@oddhead{\@mainsize +\hfil +}%\def\@evenfoot{\@mainsize +\hfil\hbox to 3em{\theoverlay\hss}}%\def\@evenhead{\@mainsize +\hfil +}}\def\ps@note{\def\@oddfoot{\@mainsize \hbox{}\hfil\thenote}%\def\@oddhead{}%\def\@evenfoot{\@mainsize \hbox{}\hfil\thenote}%\def\@evenhead{}}}\def\ps@plain{\def\ps@slide{%\def\@oddfoot{\@mainsize \mbox{}\hfil\hbox to 3em{\theslide\hss}}%\def\@oddhead{}%\def\@evenfoot{\@mainsize \mbox{}\hfil\hbox to 3em{\theslide\hss}}%\def\@evenhead{}}\def\ps@overlay{\def\@oddfoot{\@mainsize    \mbox{}\hfil\hbox to 3em{\theoverlay\hss}}%\def\@oddhead{}%\def\@evenfoot{\@mainsize \mbox{}\hfil\hbox to 3em{\theoverlay\hss}}%\def\@evenhead{}}\def\ps@note{\def\@oddfoot{\@mainsize \hbox{}\hfil\thenote}%\def\@oddhead{}%\def\@evenfoot{\@mainsize \hbox{}\hfil\thenote}%\def\@evenhead{}}}\def\ps@empty{%\def\ps@slide{\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}}%\def\ps@overlay{\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}}%\def\ps@note{\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}}}% Default definition the 'slide', 'overlay', and 'note' page styles.\ps@headings% Set ordinary page style to 'empty'\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}% The \@options command causes the execution of every command \ds@FOO % which is defined and for which the user typed the FOO option in his% \documentstyle command.  For every option BAR he typed for which% \ds@BAR is not defined, the file BAR.sty will be read after the present% (main) .STY file is executed.\@options %    ****************************************%    *           ENVIRONMENTS               *%    ****************************************%% titlepage%\def\titlepage{\newpage\thispagestyle{empty}\c@page\z@}\def\endtitlepage{\newpage}% Default values for list environment.\leftmargini 38pt\leftmarginii 30pt\leftmarginiii 20pt\leftmarginiv 15pt\leftmarginv 15pt\leftmarginvi 10pt\def\@listi{\parsep .5\parskip\topsep \parsep\itemsep\parskip\partopsep 0pt}\def\@listii{\leftmargin\leftmarginii   \labelwidth\leftmarginii\advance\labelwidth-\labelsep   \parsep .5\parskip   \topsep \parsep   \itemsep\parskip}\def\@listiii{\leftmargin\leftmarginiii    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep}\def\@listiv{\leftmargin\leftmarginiv     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}\labelsep 10pt\tabbingsep \labelsep\leftmargin\leftmargini\labelwidth\leftmargini\advance\labelwidth-\labelsep%                PARAGRAPH-FORMATTING ENVIRONMENTS%                ---------------------------------% VERSE%   \CR ends line%   Line continuations indented further.%   Blank line makes new paragraph with \parskip space%\def\verse{\let\\=\@centercr \list{}{\itemsep\z@   \itemindent -15pt\listparindent \itemindent   \rightmargin\leftmargin\advance\leftmargin 15pt}\item[]}\let\endverse\endlist% QUOTATION%   Fills lines%   Indents paragraph%   \def\quotation{\list{}{\listparindent 20pt\relax\itemindent\listparindent    \rightmargin\leftmargin}\item[]}\let\endquotation=\endlist% QUOTE -- same as quotation except no paragraph indentation,\def\quote{\list{}{\rightmargin\leftmargin}\item[]}\let\endquote=\endlist%                 LIST-MAKING ENVIRONMENTS%                 ------------------------%% DESCRIPTION %%  To change the formatting of the label, you must redefine %  \descriptionlabel.  \def\descriptionlabel#1{\hspace\labelsep \bf #1}\def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin       \let\makelabel\descriptionlabel}}\let\enddescription\endlist% ENUMERATE%  Enumeration is done with four counters: enumi, enumii, enumiii%  and enumiv, where enumN controls the numbering of the Nth level%  enumeration.  The label is generated by the commands \labelenumi %  ... \labelenumiv.  The expansion of \p@enumN\theenumN defines the %  output of a \ref command.  \def\labelenumi{\arabic{enumi}.}    \def\theenumi{\arabic{enumi}}      \def\labelenumii{(\alph{enumii})}\def\theenumii{\alph{enumii}}\def\p@enumii{\theenumi}\def\labelenumiii{\roman{enumiii}.}\def\theenumiii{\roman{enumiii}}\def\p@enumiii{\theenumi(\theenumii)}\def\labelenumiv{\Alph{enumiv}.}\def\theenumiv{\Alph{enumiv}}     \def\p@enumiv{\p@enumiii\theenumiii}% ITEMIZE% Itemization is controlled by four commands: \labelitemi, \labelitemii,% \labelitemiii, and \labelitemiv, which define the labels of the various % itemization levels.\def\labelitemi{$\bullet$}\def\labelitemii{\bf --}\def\labelitemiii{$\ast$}\def\labelitemiv{$\cdot$}% Theorem environments % \@begintheorem ... \@endtheorem are the commands executed at the% beginning and end of a (user-defined) theorem-like environment.% Except \@opargbegintheorem is executed when an optional argument is% given.  Cf. LATEX.TEX.%% \def\@begintheorem#1#2{\it \trivlist \item[\hskip \labelsep{\bf #1\ #2}]}% \def\@opargbegintheorem#1#2#3{\it \trivlist%       \item[\hskip \labelsep{\bf #1\ #2\ (#3)}]}% \def\@endtheorem{\endtrivlist}% Array and tabular environment parameters\arraycolsep 8pt\tabcolsep 10pt\arrayrulewidth .6pt\doublerulesep 3pt% \fbox parameters\fboxsep = 5pt\fboxrule = .6pt% Date\def\today{\ifcase\month\or  January\or February\or March\or April\or May\or June\or  July\or August\or September\or October\or November\or December\fi  \space\number\day, \number\year} %    ****************************************%    *             FOOTNOTES                *%    ****************************************%% Following makes footnotes numbered *, dagger, etc., with numbering% begun again on every slide, note, or overlay.\def\thefootnote{\fnsymbol{footnote}}\@addtoreset{footnote}{slide}\@addtoreset{footnote}{overlay}\@addtoreset{footnote}{note}% \footnoterule is a macro to draw the rule separating the footnotes from% the text.  It should take zero vertical space, so it needs a negative% skip to compensate for any positive space taken by the rule.  (See% PLAIN.TEX.)  The resulting rule will appear on all color layers, so% it's best not to draw a rule.\let\footnoterule=\relax%   \@makefntext{NOTE} :%        Must produce the actual footnote, using \@thefnmark as the mark %        of the footnote and NOTE as the text.  It is called when effectively%        inside a \parbox of width \columnwidth (i.e., with \hsize = %        \columnwidth).  The following macro indents%        all lines of the footnote by 10pt, and indents the first line of%        a new paragraph by 1em.  To change these dimensions, just substitute%        the desired value for '10pt' [in both places] or '1em'.%        The mark is flushright against the footnote. %%        It is much easier to write a macro in which the footnote text is%        set like an ordinary text paragraph, with no indentation except%        on the first line of a paragraph, and the first line of the %        footnote.  In that case, all the macro must do is set \parindent%        to the appropriate value for succeeding paragraphs and put the %        proper indentation before mark.\long\def\@makefntext#1{\noindent % Macro to make the text of a footnote    \hangindent 10pt\hbox     to 10pt{\hss $^{\@thefnmark}$}#1}% \@makefnmark : A macro to generate the footnote marker that goes%                in the text.   \def\theequation{\@arabic{\c@equation}}% The following stuff isn't used, but needs to be defined.\def\@figsep{7pt}\def\@textfigsep{5pt}\def\@captionskip{6pt}\def\topfraction{.7}\def\bottomfraction{.3}\def\textfraction{.2}\def\floatpagefraction{.5}\def\dbltopfraction{.7}\def\dblfloatpagefraction{.5} %    ****************************************%    *           INITIALIZATION             *%    ****************************************%% Default initializations\pagenumbering{arabic}\onecolumn\normalsize:OzTeX 1.2:TeX-inputs:slides.sty
  68. % slides.sty 17-Jan-86\typeout{Document Style 'slide' -- released 17 January 1986}\def\@notinslitex{\errmessage{This command not allowed in SLiTeX.}}\@twosidefalse\topmargin -10pt\oddsidemargin 17pt\evensidemargin 17pt\def\pl@twoside{\@latexerr{No 'twoside' layout for slides}\@eha}\headheight 14pt\headsep 15pt\footheight 14pt\footskip 25pt\textheight 600pt\textwidth 460pt\columnwidth \textwidth \columnsep 10pt\columnseprule \z@\skip\footins 10pt plus 2pt minus 4pt \skip\@mpfootins = \skip\footins\footnotesep 20pt \marginparwidth 20pt \marginparsep 5pt\marginparpush 5pt \def\@mainsize{\@visibletrue\tiny} \parindent 0pt\def\baselinestretch{1}\def\sc{\@noslifont\sc}\def\@noslifont#1{\@warning{No \string#1\space type style in SLiTeX}}\def\Huge{\huge}\def\huge{\@nomath\huge\@LARGE\@huge\def\@currsize{\@huge}\rm\baselineskip 60pt plus 10pt minus 6pt\lineskip 2pt\def\@parskip{60pt plus30pt minus 6pt}\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt\belowdisplayskip 24pt plus 10ptminus 6pt\abovedisplayshortskip 12pt plus 8pt\belowdisplayshortskip 12pt plus8pt\setbox\strutbox=\hbox{\vrule height27pt depth11ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@huge{\if@visible\fortyonept\else\ifortyonept\fi}\def\LARGE{\@nomath\LARGE\@LARGE\def\@currsize{\@LARGE}\rm\baselineskip 52pt plus 10pt minus 6pt\lineskip 2pt\def\@parskip{52pt plus30pt minus 6pt}\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt\belowdisplayskip 24pt plus 10ptminus 6pt\abovedisplayshortskip 12pt plus 8pt\belowdisplayshortskip 12pt plus8pt\setbox\strutbox=\hbox{\vrule height27pt depth11ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@LARGE{\if@visible\thirtyfourpt\else\ithirtyfourpt\fi}\def\Large{\@nomath\Large\@Large\def\@currsize{\@Large}\rm\baselineskip 48pt plus 10pt minus 6pt\lineskip 2pt\def\@parskip{48pt plus30pt minus 6pt}\parskip\@parskip\abovedisplayskip 24pt plus 10pt minus 6pt\belowdisplayskip 24pt plus 10ptminus 6pt\abovedisplayshortskip 12pt plus 8pt\belowdisplayshortskip 12pt plus8pt\setbox\strutbox=\hbox{\vrule height27pt depth11ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@Large{\if@visible\twentyninept\else\itwentynineptf\large{\@nomath\large\@large\def\@currsize{\@large}\rm\baselineskip 42pt plus 8pt minus 5pt\lineskip 2pt\def\@parskip{40pt plus 20ptminus 4pt}\parskip\@parskip\abovedisplayskip 20pt plus 8pt minus 3pt\belowdisplayskip 20pt plus 8pt minus3pt\abovedisplayshortskip 10pt plus 5pt\belowdisplayshortskip 10pt plus5pt\setbox\strutbox=\hbox{\vrule height20pt depth8.5ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@large{\if@visible\twentyfourpt\else\itwentyfourpt\fi}\def\normalsize{\@nomath\normalsize\@normalsize\def\@currsize{\@normalsize}\rm\baselineskip 30pt plus 3pt minus 3pt\lineskip 2pt\def\@parskip{30pt plus 18ptminus 9pt}\parskip\@parskip\abovedisplayskip 15pt plus 3pt minus 3pt\belowdisplayskip 10pt plus 3pt minus3pt\abovedisplayshortskip 10pt plus 3pt\belowdisplayshortskip 10pt plus3pt\setbox\strutbox=\hbox{\vrule height17pt depth7ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@normalsize{\if@visible\twentypt\else\itwentypt\fi}\def\small{\@nomath\small\@small\def\@currsize{\@small}\rm\baselineskip 19pt plus 3pt minus 1pt\lineskip 2pt\def\@parskip{15pt plus 15ptminus 7pt}\parskip\@parskip\abovedisplayskip 12pt plus 3pt minus 3pt\belowdisplayskip 9pt plus 3pt minus3pt\abovedisplayshortskip 6pt plus 3pt\belowdisplayshortskip 6pt plus3pt\setbox\strutbox=\hbox{\vrule height13.5pt depth5.6ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@small{\if@visible\seventeenpt\else\iseventeenpt\fi}\let\footnotesize=\small\let\scriptsize=\small\def\tiny{\@nomath\tiny\@tiny\def\@currsize{\@tiny}\rm\baselineskip 16pt plus 2pt minus 1pt\lineskip 2pt\def\@parskip{11pt plus 11ptminus 5pt}\parskip\@parskip\abovedisplayskip 14pt plus 3pt minus 10pt\belowdisplayskip 14pt plus 3ptminus 10pt\abovedisplayshortskip 0pt plus 3pt\belowdisplayshortskip 8pt plus3pt minus 5pt\setbox\strutbox=\hbox{\vrule height10pt depth4ptwidth0pt}\baselineskip\baselinestretch\baselineskip\normalbaselineskip\baselineskip}\def\@tiny{\if@visible\fourteenpt\else\ifourteenpt\fi} \def\ps@headings{\def\ps@slide{\def\@oddfoot{\@mainsize +\hfil\hbox to3em{\theslide\hss}}\def\@oddhead{\@mainsize +\hfil +}\def\@evenfoot{\@mainsize+\hfil\hbox to 3em{\theslide\hss}}\def\@evenhead{\@mainsize +\hfil +}}\def\ps@overlay{\def\@oddfoot{\@mainsize +\hfil\hbox to3em{\theoverlay\hss}}\def\@oddhead{\@mainsize +\hfil+}\def\@evenfoot{\@mainsize +\hfil\hbox to3em{\theoverlay\hss}}\def\@evenhead{\@mainsize +\hfil +}}\def\ps@note{\def\@oddfoot{\@mainsize\hbox{}\hfil\thenote}\def\@oddhead{}\def\@evenfoot{\@mainsize\hbox{}\hfil\thenote}\def\@evenhead{}}}\def\ps@plain{\def\ps@slide{\def\@oddfoot{\@mainsize \mbox{}\hfil\hbox to3em{\theslide\hss}}\def\@oddhead{}\def\@evenfoot{\@mainsize \mbox{}\hfil\hboxto 3em{\theslide\hss}}\def\@evenhead{}}\def\ps@overlay{\def\@oddfoot{\@mainsize  \mbox{}\hfil\hbox to3em{\theoverlay\hss}}\def\@oddhead{}\def\@evenfoot{\@mainsize\mbox{}\hfil\hbox to 3em{\theoverlay\hss}}\def\@evenhead{}}\def\ps@note{\def\@oddfoot{\@mainsize\hbox{}\hfil\thenote}\def\@oddhead{}\def\@evenfoot{\@mainsize\hbox{}\hfil\thenote}\def\@evenhead{}}}\def\ps@empty{\def\ps@slide{\def\@oddhead{}\def\@oddfoot{}\def\@evenhead{}%\def\@evenfoot{}}\def\ps@overlay{\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}}\def\ps@note{\def\@oddhead{}\def\@oddfoot{}%\def\@evenhead{}\def\@evenfoot{}}}\ps@headings\def\@oddhead{}\def\@oddfoot{}\def\@evenhead{}\def\@evenfoot{}\@options \def\titlepage{\newpage\thispagestyle{empty}\c@page\z@}\def\endtitlepage{\newpage}\leftmargini 38pt\leftmarginii 30pt\leftmarginiii 20pt\leftmarginiv 15pt\leftmarginv 15pt\leftmarginvi 10pt\def\@listi{\parsep .5\parskip\topsep \parsep\itemsep\parskip\partopsep 0pt}\def\@listii{\leftmargin\leftmarginii \labelwidth\leftmarginii\advance\labelwidth-\labelsep \parsep .5\parskip \topsep \parsep \itemsep\parskip}\def\@listiii{\leftmargin\leftmarginiii \labelwidth\leftmarginiii\advance\labelwidth-\labelsep}\def\@listiv{\leftmargin\leftmarginiv \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}\def\@listv{\leftmargin\leftmarginv \labelwidth\leftmarginv\advance\labelwidth-\labelsep}\def\@listvi{\leftmargin\leftmarginvi \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}\labelsep 10pt\tabbingsep \labelsep\leftmargin\leftmargini\labelwidth\leftmargini\advance\labelwidth-\labelsep\def\verse{\let\\=\@centercr \list{}{\itemsep\z@  \itemindent -15pt\listparindent \itemindent  \rightmargin\leftmargin\advance\leftmargin 15pt}\item[]}\let\endverse\endlist\def\quotation{\list{}{\listparindent 20pt\relax\itemindent\listparindent \rightmargin\leftmargin}\item[]}\let\endquotation=\endlist\def\quote{\list{}{\rightmargin\leftmargin}\item[]}\let\endquote=\endlist\def\descriptionlabel#1{\hspace\labelsep \bf #1}\def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin \let\makelabel\descriptionlabel}}\let\enddescription\endlist\def\labelenumi{\arabic{enumi}.} \def\theenumi{\arabic{enumi}} \def\labelenumii{(\alph{enumii})}\def\theenumii{\alph{enumii}}\def\p@enumii{\theenumi}\def\labelenumiii{\roman{enumiii}.}\def\theenumiii{\roman{enumiii}}\def\p@enumiii{\theenumi(\theenumii)}\def\labelenumiv{\Alph{enumiv}.}\def\theenumiv{\Alph{enumiv}} \def\p@enumiv{\p@enumiii\theenumiii}\def\labelitemi{$\bullet$}\def\labelitemii{\bf --}\def\labelitemiii{$\ast$}\def\labelitemiv{$\cdot$}\arraycolsep 8pt\tabcolsep 10pt\arrayrulewidth .6pt\doublerulesep 3pt\fboxsep = 5pt\fboxrule = .6pt\def\today{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\day, \number\year} \def\thefootnote{\fnsymbol{footnote}}\@addtoreset{footnote}{slide}\@addtoreset{footnote}{overlay}\@addtoreset{footnote}{note}\let\footnoterule=\relax\long\def\@makefntext#1{\noindent \hangindent 10pt\hbox  to 10pt{\hss $^{\@thefnmark}$}#1} \def\theequation{\@arabic{\c@equation}}\def\@figsep{7pt}\def\@textfigsep{5pt}\def\@captionskip{6pt}\def\topfraction{.7}\def\bottomfraction{.3}\def\textfraction{.2}\def\floatpagefraction{.5}\def\dbltopfraction{.7}\def\dblfloatpagefraction{.5} \pagenumbering{arabic}\onecolumn\normalsize:OzTeX 1.2:TeX-inputs:slides.tex
  69. % Created 5 June 1984\documentstyle[twoside]{report}\oddsidemargin -2pt\evensidemargin 96pt\newskip\foobarskip\foobarskip=10pt plus 5pt minus 5pt\newlength{\pagewidth}\setlength{\pagewidth}{\textwidth}\addtolength\pagewidth\marginparwidth\addtolength\pagewidth\marginparsep\makeatletter\def\ps@headings{\def\@oddfoot{}%\def\@oddhead{\makebox[\textwidth][l]{\underline{\hbox to \pagewidth{\bf\firstmark\hfill\thepage}}}}%\def\@evenfoot{}%\def\@evenhead{\makebox[\textwidth][r]{\underline{\hbox to \pagewidth{\bf\thepage\hfill\@lhead}}}}%\def\chaptermark##1{\mark{}\def\@lhead{##1}}%\def\sectionmark##1{{\let\protect\noexpand\mark{\thesection     \hskip 1em##1}}}}\pagestyle{headings}\newlength\examboxwidth\setlength\examboxwidth{.5\pagewidth}\addtolength\examboxwidth{-13pt}\def\exambox{\par\addvspace\foobarskip\setbox0=\hbox   to \pagewidth\bgroup \hspace*{3pt}\small \minipage[t]{\examboxwidth}}\def\midbox{\endminipage\hfill\minipage[t]{\examboxwidth}}\def\endexambox{\endminipage\hspace{3pt}\egroup \setbox0=\hbox{\frame{\vbox{\vskip 3pt \box0 \vskip 3pt}}}\noindent \rule{0pt}{\ht0}\marginpar[{\makebox[0pt][l]{\copy0}}]{\makebox[\marginparwidth][r]{\copy0}}    \par\vskip\foobarskip}\long\def\exampage#1{\mbox{}\hfill\raisebox{-176pt}{\framebox(145,188){\vbox    to 153pt{\hsize=115pt #1}}}\hfill\mbox{}}\long\def\slidepage#1{\exampage{\xipt \baselineskip=13.5pt \sf #1}}\parskip 0pt plus 1pt \nofiles\newcommand\bs{\char '134 }  % A backslash character for \tt font\newcommand\lb{\char '173 }  % A left brace character for \tt font\newcommand\rb{\char '175 }  % A right brace character for \tt font\newcommand{\xsp}{\hspace{.3em}}\newcommand{\Xsp}{\nolinebreak\hspace{.3em}}\newcommand{\yspace}{\vspace{1.1ex}}\newcommand{\remindbox}[1]{\begin{center}\fbox{\parbox{300pt}{\it #1}}\end{center}}\newcommand{\warningbox}[1]{\par\vskip 6pt{\it \noindent\underline{Warning:}#1}\par\vskip 6pt}\setlength{\unitlength}{1pt}\def\LATEX{L\kern-.3em\raise.8ex\hbox{a}\TeX}\let\TEX = \TeX\def\BIBTEX{BIB\kern-.1em\TeX}\def\SLITEX{S\kern-.065em L\kern-.18em\raise.32ex\hbox{i}\kern-.03em\TEX}% TEMPORARY DEFINITIONS\def\knuth{The \TEX book}%&t&\mbox{\tt #}&%&h&\hbox#& %&v&\hbox{\verb"#"}&%&m&\mbox{#}& %&i&\index{#}&%&x&\xsp{}#& %&.&\Xsp.#& \begin{document}\begin{titlepage}\vspace*{2in}\begin{center}\Large Addendum \\to theSecond Preliminary Edition\\(dated December 13, 1983)\\of the\\\LARGE \LATEX{} Manual\\[.3in]\large Leslie Lamport\\\today\end{center}\end{titlepage}\appendix\setcounter{chapter}{2}\setcounter{page}{156}\chapter{Making Color Slides  With \protect\SLITEX}\section{How \protect\SLITEX{} Makes Colors}\SLITEX{} \index{!slitex} is a version of \LATEX{} designed for makingcolor \index{color slides}\index{slides,color}slides, \index{slides}though you can use it for black-and-white \index{slides,black andwhite} slides as well.  You don't need a special printer to make colorslides; \SLITEX{} uses the same black-and-white printer as \LATEX.You get color slides by copying \SLITEX's output onto coloredtransparencies.  To see how this works, suppose you want to makethe following slide:\footnote{The illustrations of slides used here are notaccurate representations of the output actually produced by\SLITEX.}\begin{center}\slidepage{\hbox to \hsize{\small +\hfill +}    \vfill    \noindent\hspace*{20pt}\rule{0pt}{25pt}RED\\    \hspace*{20pt}\rule{0pt}{25pt}BLACK\\    \hspace*{20pt}\rule{0pt}{25pt}BLUE    \vfill    \hbox to \hsize{\small +\hfill \makebox[2em][l]{9}}}\end{center}where ``{\sf RED}'' is colored red, ``{\sf BLACK}'' is colored black,and ``{\sf BLUE}'' is colored blue.  \SLITEX{} would generatethe following three separate pages of output for this slide:{\setbox0=\hbox to \pagewidth{\slidepage{\hbox to \hsize{\small +\hfill +}    \vfill    \noindent\hspace*{20pt}\rule{0pt}{25pt}RED\\    \hspace*{20pt}\rule{0pt}{25pt}\\    \hspace*{20pt}\rule{0pt}{25pt}    \vfill    \hbox to \hsize{\small +\hfill \makebox[2em][l]{9}}}\hfill\slidepage{\hbox to \hsize{\small +\hfill +}    \vfill    \noindent\hspace*{20pt}\rule{0pt}{25pt}\\    \hspace*{20pt}\rule{0pt}{25pt}BLACK\\    \rule{0pt}{25pt}    \vfill    \hbox to \hsize{\small +\hfill \makebox[2em][l]{9}}}\hfill\slidepage{\hbox to \hsize{\small +\hfill +}    \vfill    \rule{0pt}{25pt}\\    \rule{0pt}{25pt}\\    \hspace*{20pt}\rule{0pt}{25pt}BLUE    \vfill    \hbox to \hsize{\small +\hfill \makebox[2em][l]{9}}}}\par\vskip\foobarskip\noindent \vrule width 0pt height \ht0 depth \dp0\marginpar[{\makebox[0pt][l]{\copy0}}]{\makebox[\marginparwidth][r]{\copy0}}    \par\vskip\foobarskip}These pages are called {\it color \index{color layer} layers}.  Eachcolor layer is then copied onto a special sheet that produces atransparency of the appropriate color.  (Such sheets are commerciallyavailable for an assortment of colors.)  The slide is produced bylaying the three transparencies on top of one another.I will refer to the text that is meant to be colored red on the slide,and is therefore printed by \SLITEX{} on the red color layer, as ``redtext''.  So, remember that when I write about the color ofa piece of text, I'm referring only to the color layer on which itappears; \SLITEX{} doesn't print anything in red ink.It's hard to tell what a slide will look like from theseparate color layers.  Therefore, \SLITEX{} also produces ablack-and-white version of the slide, containing all the color layersproperly superimposed.  When first making a set of slides, you shouldgenerate only the black-and-white versions, making the color layersafter you've fixed all the problems that are visible in theblack-and-white versions.  If you don't want color slides, youdon't have to make any color layers, and can copy the black-and-whiteversions onto transparencies.\section{The Root File}\SLITEX{} is a separate program that you run the same way you run\LATEX{}, giving it the first name of an input file whose second nameis \xsp{}\mbox{\tt .tex}\Xsp.  This file is called the {\it root\index{root file} file}.  As usual, I'll suppose that your root fileis named \index{myfile.tex}\xsp{}\mbox{\tt myfile.tex}\Xsp.  This filestarts out with the customary\xsp\hbox{\verb"\pagelayout"}\index{!pagelayou}\xsp{} and \linebreak %%%%%%\xsp{}\hbox{\verb"\documentstyle"}\index{!documentstyle}\xsp{}commands.  The standard page layout and document styles for makingslides are both named \xsp{}\mbox{\tt slides}\Xsp,\index{slidesdocument style} so your file is likely to begin\begin{verbatim}       \pagelayout{slides}       \documentstyle{slides}\end{verbatim}The commands are followed by any declarations that you may want tomake, followed in turn by the \xsp{}\hbox{\verb"\begin{document}"}\Xsp.Any text that comes after the \xsp{}\hbox{\verb"\begin{document}"}\xsp{}is treated as``front \index{front matter} matter''and not as slide material.  You can use it for notes toidentify the slides.   \begin{exambox}\slidepage{\vfillThis is an example of front matter.Note the different type style, and how thetext is centered on the page. \par\vfill}\midbox\begin{verbatim}\begin{document}This is an example of front matter.Note the different type style, and how the text ...\end{verbatim}\end{exambox}For \SLITEX{} to produce color slides, you have to tell it what colorsyou will be using.  This is done with the\xsp{}\hbox{\verb"\colors"\index{!colors}}\xsp{} command.  The command\begin{verbatim}       \colors{red,black,blue}\end{verbatim}states that you will be using three colors, which you have named\xsp{}\mbox{\tt red}\Xsp, \xsp{}\mbox{\tt black}\Xsp, and\xsp{}\mbox{\tt blue}\Xsp.  \SLITEX{} knows nothing about real colors,so you could just as well have called your three colors \mbox{\ttpuce}, \mbox{\tt mauve}, and \mbox{\tt fred}.  If you're making onlyblack-and-white slides, then you don't need a\xsp{}\hbox{\verb"\colors"}\xsp{} command.The text of your slides is contained not in \xsp{}\mbox{\ttmyfile.tex}\Xsp, but in a separate {\it slide \index{slide file}file}.  This file can have any name that ends in \mbox{\tt .tex}; Iwill assume that it is called \xsp{}\mbox{\tt myslid.tex}\Xsp.  Whatgoes into the file \xsp{}\mbox{\tt myslid.tex}\xsp{} is explainedbelow.  Black-and white-slides are generated by placing the followingcommand in the root file:\index{!blackandwhite}\begin{verbatim}       \blackandwhite{myslid}\end{verbatim}Color slides are generated by the command\index{!colorslides}\begin{verbatim}       \colorslides{myslid}\end{verbatim}The \xsp{}\hbox{\verb"\colorslides"}\xsp{} command generates a set ofcolor layer pages for each color specified by the\hbox{\verb"\colors"} command.  For example, the command\begin{verbatim}       \colors{red,black,blue}\end{verbatim}causes a subsequent \xsp{}\hbox{\verb"\colorslides"}\xsp{} command togenerate first all the red color-layer pages, then the black ones, andthen the blue ones.As usual, your root file ends with an\xsp{}\hbox{\verb"\end{document}"}\xsp{} command.\section{The Slide File}The main purpose of the root file is to tell \SLITEX{} what colors touse and where to find the slide file, so the root file tends to be prettyshort.  It's the slide file that actually makes the individualslides.\subsection{Slides}Each slide is produced by a \xsp{}\mbox{\tt \index{slideenvironment}slide}\xsp{} environment.  This environment has a singleargument, which is a list of all the colors contained on the slide.For example, a slide that has the colors \xsp{}\mbox{\tt red}\xsp{}and \xsp{}\mbox{\tt blue}\xsp{} is created by an environment\begin{verbatim}       \begin{slide}{red,blue}       ...       \end{slide}\end{verbatim}The colors in the argument must have been declared by a\xsp{}\hbox{\verb"\colors"\index{!colors}}\xsp{} command in the rootfile.  They tell \SLITEX{} which color layers to produce for thisparticular slide.  If there is green text in the slide, that text willappear in the black-and-white version, but no green color layer willbe generated unless \xsp{}\mbox{\tt green}\xsp{} is included in the\xsp{}\mbox{\tt slide}\xsp{} environment's argument.  If you want onlyblack-and-white slides, then you can use a null argument:\begin{verbatim}       \begin{slide}{}       ...\end{verbatim}The text that appears on a slide is produced using ordinary \LATEX{}commands.  You can use any commands that make sense for slides.Commands that {\it don't\/} make sense include sectioning commands,\xsp{}\mbox{\tt figure}\xsp{} and \xsp{}\mbox{\tt table}\xsp{}environments, indexing commands, commands for generating abibliography, and page-breaking commands.  The latter make no sense ina slide because each slide must fit on a single page.  You can use an\xsp{}\hbox{\verb"\input"\index{!input}}\xsp{} command, but not an\xsp{}\hbox{\verb"\include"}\xsp{} command.  Commands for producingonly some of the slides in your slide file are described below.There are two major differences between the text generated by\SLITEX{} and that generated by \LATEX{}.  First of all, text isautomatically centered vertically on the slide.  Secondly, and mostnoticable, \SLITEX{} uses a set of type \index{type faces} facesespecially chosen for slides.  The characters in these type faces aremuch larger than the ones in the corresponding \LATEX{} type faces.\SLITEX's \xsp{}\hbox{\verb"\normalsize"}\xsp{} produces roughly thesame size characters as \LATEX's \xsp{}\hbox{\verb"\LARGE"}\Xsp.Also, \SLITEX's ordinary Roman type style is similar to \LATEX's sansserif style.  Besides Roman, the only other type styles generallyavailable are italic (\hbox{\verb"\it"}), bold (\hbox{\verb"\bf"}),and typewriter (\hbox{\verb"\tt"}).The only commands you need inside a slide that aren't present inordinary \LATEX{} input are ones to tell \SLITEX{} what color the textis.  The \xsp{}\hbox{\verb"\colors"}\xsp{} command in your root filedefines the declarations \index{color declarations} for doing this.For example, if the root file contains the command\xsp{}\hbox{\verb"\colors{red,black,blue}"}\Xsp,then \xsp{}\hbox{\verb"\red"}\Xsp, \xsp{}\hbox{\verb"\black"}\Xsp, and\xsp{}\hbox{\verb"\blue"}\xsp{} are declarations that specify thecolor.  They work just like any other declaration, such as\xsp{}\hbox{\verb"\bf"}\Xsp, having the same scoping rules.  This isillustrated below, where only the red color layer is shown.\begin{exambox}\slidepage{\hbox to \hsize{\small +\hfill +}\vfillThis is red text with two\makebox[50pt]{}.This is more red text.\vfill \hbox to \hsize{\small +\hfill \makebox[2em][l]{6}}}\midbox\begin{verbatim}\red\begin{slide}{red,blue}   This is red text with two    {\blue blue words}.   This is more red text.\end{slide}\end{verbatim}\end{exambox}A color declaration does not affect the type style, as illustratedby the following example, where again only the red color layer isshown.\begin{exambox}\slidepage{\hbox to \hsize{\small +\hfill +}\vfill\it This is red italic.\vfill\hbox to \hsize{\small +\hfill\makebox[2em][l]{7}}}\midbox\begin{verbatim}\begin{slide}{red,blue}  \begin{blue} This is blue Roman text.      {\it This is blue italic.           {\red This is red italic.}           This is more blue italic.    }      This is blue Roman.  \end{blue}\end{slide}\end{verbatim}\end{exambox}The command \xsp{}\hbox{\verb"\invisible"\index{!invisible}}\xsp{} isa special color declaration for invisible text.  Invisible text is notonly colorless, appearing in no color layer, but does not appear inthe black-and-white version either.  The use of invisible text isexplained below.\warningbox{Don't use a color declaration or an \xsp\hbox{\tt \bs invisible}\xsp{} command in math mode.}\warningbox{Certain horizontal lines drawn by\/ {\rm \TEX} will appearin color layers where they shouldn't.  The offending lines are theones produced by \xsp{}\mbox{\tt \index{!underline}\bs underline}\Xsp,\xsp{}\mbox{\tt \index{!overline}\bs overline}\Xsp, and\xsp{}\mbox{\tt \index{!frac}\bs frac}\Xsp.}\subsection{Overlays}The \xsp{}\mbox{\tt overlay\index{overlay environment}}\xsp{}environment is exactly the same as the \xsp{}\mbox{\tt slide}\xsp{}environment except for how the page is numbered.  The first\xsp{}\mbox{\tt overlay}\xsp{} following slide number~9 is numbered``9a'', the second one is numbered ``9b'', and so forth.  To make anoverlay that perfectly overlays a slide, the slide and the overlayshould be absolutely identical except that text visible in one shouldbe invisible in the other.  This is illustrated by the followingexample.\settowidth{\dimen2}{\xipt\sf overlay}\settowidth{\dimen0}{\xipt \sf An}\begin{exambox}\slidepage{\hbox to \hsize{\small +\hfill +}\vfillAn \makebox[\dimen2]{} goes here.\par\vfill \hbox to \hsize{\small +\hfill \makebox[2em][l]{9}}}\midbox\begin{verbatim}\begin{slide}{red}\redAn {\invisible overlay}goes here.\end{slide}\end{verbatim}\end{exambox}\begin{exambox}\slidepage{\hbox to \hsize{\small +\hfill +}\vfill\makebox[\dimen0]{} overlay \par\vfill \hbox to \hsize{\small +\hfill \makebox[2em][l]{9-a}}}\midbox\begin{verbatim}\begin{overlay}{red}\invisibleAn {\red overlay}goes here.\end{overlay}\end{verbatim}\end{exambox} The slide and the overlay will match up to read\[ \mbox{\xipt \sf An overlay goes here.} \]when placed atop one another.\subsection{Notes}It is sometimes convenient to put notes to yourself in with theslides.  The \mbox{\tt note}\index{note environment} environmentproduces a one-page note that appears only in the black-and-whiteversions of the slides.  For example,\begin{exambox}\slidepage{\vfill This is a note to myself,perhaps reminding me ofwhat I wanted to say here.
  70. ++++++++ Continued on next card ++++++++
  71. :OzTeX 1.2:TeX-inputs:slides.tex
  72. +++++ Continued from previous card +++++
  73.  
  74. \vfill \hbox to \hsize{\small \hfill 9-1}}\midbox\begin{verbatim}\begin{note}  This is a note to myself,  perhaps ...\end{note}\end{verbatim}\end{exambox}\noindent Notes that follow slide number~9 are numbered``9-1'', ``9-2'', etc.  \section{Making Some of the Slides}For making corrections, it's handy to be able to produce a subset ofthe slides in your file.  The command\index{!onlyslides}\begin{verbatim}       \onlyslides{4,7-13,23}\end{verbatim}in the root file will cause the following\xsp{}\hbox{\verb"\blackandwhite"}\xsp{} and\xsp{}\hbox{\verb"\colorslides"}\xsp{} commands to generate onlyslides numbered 4, 7-13 (inclusive) and 23, plus all of theiroverlays.  The slide numbers in the argument must be in ascendingorder, and can include nonexistent slides---for example, you can type\begin{verbatim}       \onlyslides{10-9999}\end{verbatim}to produce all but the first nine slides.  The argument of the\xsp{}\hbox{\verb"\onlyslides"}\xsp{} command must be nonempty.There is also an analogous\xsp{}\hbox{\verb"\onlynotes"\index{!onlynsp{} command togenerate a subset of the notes.  Notes numbered 11-1, 11-2, etc. willall be generated by specifying page 11 in the argument of the\xsp{}\hbox{\verb"\onlynotes"}\xsp{} command.If your input has an \xsp{}\hbox{\verb"\onlyslides"}\xsp{} command andno \hbox{\verb"\onlynotes"} command, then notes will be produced forthe specified slides.  If there is an\xsp{}\hbox{\verb"\onlynotes"}\xsp{} command but no\xsp{}\hbox{\verb"\onlyslide"}\xsp{} command, then no slides will beproduced.  Including both an \xsp{}\hbox{\verb"\onlyslides"}\xsp{} andan \xsp{}\hbox{\verb"\onlynotes"}\xsp{} command has the expectedeffect of producing only the specified slides and notes.\end{document}:OzTeX 1.2:TeX-inputs:slitex.tex
  75. % SLITEX VERSION 2.09 <8 Jun 1988>% Copyright (C) 1986 by Leslie Lamport\everyjob{\typeout{SliTeX Version 2.09 <8 Jun 1988>}}\immediate\write10{SliTeX Version 2.09 <8 Jun 1988>}% NOTES FOR DEFINING FONTS AND STYLES FOR SLIDES%   Every font definition -- \rm, \it, etc. must \def\@currfont to itself.%   Every size definition such as \normalsize is defined to be%          \@normalsize%          \def\@currsize{\@normal}\rm %          commands to set:%             \baselineskip %             \lineskip%             the ...displayskip and ...displayshortskip parameters%             \strutbox%             \parskip and \@parskip%   where \@normal makes all the font definitions.%   \@normal must test the switch @visible and define its %   fonts equal to the visible or the invisible versions accordingly.  \message{hacks,}%      **********************************************%      *          HACKS FOR SLIDE MACROS            *%      **********************************************% % The macro \@getend{FOO} defines \@arg to equal all the text up to% but excluding the next \end{FOO}, which it gobbles up.  % Note that the characters in this text will all be interpreted with% their current category codes, so any embedded environments (such as% an example environment) won't work right.  NOTE--GOBBLES% THE \fi's -- MUST BE MODIFIED LIKE \@gobbletoend BELOW.%\def\@getend#1{\def\@arg{}\def\@argend{#1}\@addtoarg}%%\long\def\@addtoarg#1\end#2{\tokens{#1}%%\long\edef\@x@add##1\@@{\long\def\@arg{##1\the\tokens}}%%\expandafter\@x@add\@arg\@@\def\@x@a{#2}\ifx\@x@a\@argend\else%\tokens{\end{#2}}\long\edef\@x@add##1\@@{\long\def\@arg{##1\the\tokens}}%%\expandafter\@x@add\@arg\@@\@addtoarg\fi}% \@gobbletoend{FOO} gobbles all text up to and including the% next \end{FOO}.  Must be used inside an \if, right before the \fi.\def\@gobbletoend#1{\def\@argend{#1}\@ggobtoend}\long\def\@ggobtoend#1\end#2{\@xfi\def\@x@a{#2}%\ifx\@x@a\@argend\else\@ggobtoend\fi}\def\@xfi{\fi}  \message{slides,}%      **********************************************%      *               SLIDE  MACROS                *%      **********************************************% % Switches:% @bw      : true if making black and white slides% @visible : true if visible output to be produced.% @makingslides : true if executing \blackandwhite or \colorslides\newif\if@bw\newif\if@visible\newif\if@onlyslidesw \@onlyslideswfalse\newif\if@onlynotesw  \@onlynoteswfalse\newif\if@makingslides% Counters%  slide   = slide number%  overlay = overlay number for a slide%  note    = note number for a slide\countdef\c@slide=0 \c@slide=0\def\cl@slide{}\countdef\c@overlay=1 \c@overlay=0\def\cl@overlay{}\countdef\c@note=2 \c@note=0\def\cl@note{}\@addtoreset{overlay}{slide}\@addtoreset{note}{slide}% Redefine page counter to some other number.% The page counter will always be zero except when putting out an% extra page for a slide, note or overlay.%\@definecounter{page} \@addtoreset{page}{slide}\@addtoreset{page}{note}\@addtoreset{page}{overlay}\def\theslide{\@arabic\c@slide}\def\theoverlay{\theslide-\@alph\c@overlay}\def\thenote{\theslide-\@arabic\c@note}% \@setlimits \LIST \LOW \HIGH %%    Assumes that \LIST = RANGE1,RANGE2,...,RANGEn  (n>0)%    Where RANGEi = j or j-k.%    %    Then \@setlimits  globally sets%        (i) \LIST := RANGE2, ... , RANGEn%       (ii) \LOW  := p%      (iii) \HIGH := q%   where either RANGE1 = p-q   or  RANGE1 = p  and  q=p.\def\@sl@getargs#1-#2-#3\relax#4#5{\xdef#4{#1}\xdef#5{#2}}\def\@sl@ccdr#1,#2\relax#3#4{\xdef#3{#1-#1-}\xdef#4{#2}}\def\@setlimits #1#2#3{\expandafter\@sl@ccdr#1\relax\@sl@gtmp #1%\expandafter\@sl@getargs\@sl@gtmp\relax#2#3}% \onlyslides{LIST} ::=%  BEGIN%    @onlyslidesw := true%    \@doglslidelist :=G LIST,999999,999999%   if @onlynotesw = true%     else @onlynotesw := true%          \@doglnotelist :=G LIST,999999,999999%   fi%   message: Only Slides LIST%  END\def\onlyslides#1{\@onlyslideswtrue\gdef\@doglslidelist{#1,999999,999999}%\if@onlynotesw \else \@onlynoteswtrue\gdef\@doglnotelist{999999,999999}\fi\typeout{Only Slides #1}}% \onlynotes{LIST} ::=%  BEGIN%    @onlynotesw := true%    \@doglnotelist :=G LIST,999999,999999%   if @onlyslidesw = true%     else \@onlyslidesw := true%          \@doglslidelist{999999,999999}%   fi%   message: Only Notes LIST%  END\def\onlynotes#1{\@onlynoteswtrue\gdef\@doglnotelist{#1,999999,999999}%\if@onlyslidesw \else \@onlyslideswtrue\gdef\@doglslidelist{999999,999999}\fi\typeout{Only Notes #1}}% \blackandwhite #1  ::=%    \newpage%    page counter := 0%    @bw := T%    @visible := T%    if @onlyslidesw = true%      then  \@doslidelist := \@doglslidelist%            \@setlimits\@doslidelist\@doslidelow\@doslidehigh%    fi%    if @onlynotesw = true%      then  \@donotelist := \@doglnotelist%            \@setlimits\@donotelist\@donotelow\@donotehigh%    fi%    \normalsize    % Note, this sets font to \rm , which sets%                     % \@currfont to \rm%    counter slidenumber := 0%    counter note        := 0%    counter overlay     := 0%    @makingslides       := T%    input #1%    @makingslides       := F\def\blackandwhite#1{\newpage\setcounter{page}{0}\@bwtrue\@visibletrue\if@onlyslidesw \xdef\@doslidelist{\@doglslidelist}%\@setlimits\@doslidelist\@doslidelow\@doslidehigh\fi\if@onlynotesw \xdef\@donotelist{\@doglnotelist}%\@setlimits\@donotelist\@donotelow\@donotehigh\fi\normalsize\setcounter{slide}{0}\setcounter{overlay}{0}%\setcounter{note}{0}\@makingslidestrue\input #1\@makingslidesfalse}% \colors{COLORS} ::=%  for \@colortemp := COLORS%     do \csname \@colortemp \endcsname == \@color{\@colortemp} od%  if \@colorlist = empty%     then \@colorlist := COLORS%     else \@colorlist := \@colorlist , COLORS%  fi%\def\colors#1{\@for\@colortemp:=#1\do{\expandafter  \xdef\csname\@colortemp\endcsname{\noexpand\@color{\@colortemp}}}\ifx  \@colorlist\@empty \gdef\@colorlist{#1}    \else \xdef\@colorlist{\@colorlist,#1}\fi}\def\@colorlist{}% \colorslides{FILE} ::=%    \newpage%    page counter := 0%    @bw := F%    for \@currcolor := \@colorlist%      do  @visible := T%          if @onlyslidesw = true%            then  \@doslidelist := \@doglslidelist%                  \@setlimits\@doslidelist\@doslidelow\@doslidehigh%          fi%          if @onlynotesw = true%            then  \@donotelist := \@doglnotelist%                  \@setlimits\@donotelist\@donotelow\@donotehigh%          fi%          \normalsize%          counter slide := 0%          counter overlay := 0%          counter note    := 0%          type message%          generate color layer output page%          @makingslides := T%          input #1%          @makingslides := F%      od\def\colorslides#1{\newpage\setcounter{page}{0}\@bwfalse\@for\@currcolor:=\@colorlist\do{\@visibletrue\if@onlyslidesw \xdef\@doslidelist{\@doglslidelist}%\@setlimits\@doslidelist\@doslidelow\@doslidehigh\fi\if@onlynotesw \xdef\@donotelist{\@doglnotelist}%\@setlimits\@donotelist\@donotelow\@donotehigh\fi\normalsize\setcounter{slide}{0}\setcounter{overlay}{0}%\setcounter{note}{0}\typeout{color \@currcolor}%\newpage\begin{huge}\begin{center}COLOR LAYER\\[.75in]\@currcolor\end{center}\end{huge}\newpage\@makingslidestrue\input #1\@makingslidesfalse}}% \slide COLORS ::=%  BEGIN%   \stepcounter{slide}   %   \@slidesw :=G T%   if @onlyslidesw = true                     % set \@slidesw = T iff page to%     then                                   % be output%       while \c@slide > \@doslidehigh%          do  \@setlimits\@doslidelist\@doslidelow\@doslidehigh  od%       if \c@slide < \@doslidelow%         then \@slidesw := F%       fi%   fi%   if \@slidesw = T%      then \@slidesw :=G F%           \begingroup                           %              if @bw = true  %                then  \@slidesw :=G T   %                else \@color{COLORS}%                     \if@visible then \@slidesw :=G T \fi%              fi%            \endgroup%  fi%  if \@slidesw = T%    then \newpage%         \thispagestyle{slide}%    else \end{slide}%          \@gobbletoend{slide}%  fi% END% \endslide ::=%  BEGIN%    \par\break%  END\def\slide#1{\stepcounter{slide}\gdef\@slidesw{T}\if@onlyslidesw\@whilenum \c@slide > \@doslidehigh\relax\do{\@setlimits\@doslidelist\@doslidelow\@doslidehigh}\ifnum\c@slide < \@doslidelow\relax\gdef\@slidesw{F}\fi\fi\if\@slidesw T\gdef\@slidesw{F}\begingroup\if@bw\gdef\@slidesw{T}\else\@color{#1}\if@visible \gdef\@slidesw{T}\fi\fi\endgroup\fi\if\@slidesw T\newpage\thispagestyle{slide}%\else\end{slide}\@gobbletoend{slide}\fi}\def\endslide{\par\break}% \overlay COLORS ::=%  BEGIN%   \stepcounter{overlay}   %   \@slidesw :=G T%   if @onlyslidesw = T                       % set \@slidesw = T iff page to%     then                                  % be output%       if \c@slide < \@doslidelow%         then \@slidesw :=G F%       fi%  fi%  if \@slidesw = T%    \@slidesw :=G F%    \begingroup %      if @bw = true %          then  \@slidesw :=G T %          else  \@color{COLORS}%                \if@visible then \@slidesw :=G T \fi%      fi%    \endgroup%  fi%  if \@slidesw = T%     then \newpage%          \thispagestyle{overlay}%     else \end{overlay}%          \@gobbletoend{overlay}%  fi% END% \endoverlay ::=%  BEGIN%    \par\break%  END\def\overlay#1{\stepcounter{overlay}\gdef\@slidesw{T}%\if@onlyslidesw\ifnum \c@slide < \@doslidelow\relax\gdef\@slidesw{F}\fi\fi\if\@slidesw T\gdef\@slidesw{F}\begingroup\if@bw\gdef\@slidesw{T}%\else\@color{#1}\if@visible \gdef\@slidesw{T}\fi\fi\endgroup\fi\if\@slidesw T\newpage\thispagestyle{overlay}%\else\end{overlay}\@gobbletoend{overlay}\fi}\def\endoverlay{\par\break}% \note ::=%  BEGIN%   \stepcounter{note}   %   if @bw = T%     then %       \@slidesw :=G T%       if @onlynotesw = true                  % set \@notesw = T iff page to%         then                                 % be output%           while \c@slide > \@donotehigh%              do  \@setlimits\@donotelist\@donotelow\@donotehigh  od%           if \c@slide < \@donotelow%             then \@slidesw :=G F%           fi%       fi%     else \@slidesw :=G F%  fi%  if \@slidesw = T%     then \newpage%          \thispagestyle{note}%     else \end{note}%          \@gobbletoend{note}%  fi% END% \endnote ::=%  BEGIN%    \par\break%  END\def\note{\stepcounter{note}%\if@bw \gdef\@slidesw{T}\if@onlynotesw\@whilenum \c@slide > \@donotehigh\relax\do{\@setlimits\@donotelist\@donotelow\@donotehigh}\ifnum\c@slide < \@donotelow\relax \gdef\@slidesw{F}\fi\fi\else\gdef\@slidesw{F}\fi\if\@slidesw T\newpage\thispagestyle{note}\else\end{note}\@gobbletoend{note}\fi}\def\endnote{\par\break}% \@color{COLORS} ::=%  BEGIN%   if math mode%     then type warning%   fi%   if @bw%     then @visible := T%     else @visible := F%         for \@x@a := COLORS%          do if \@x@a = \@currcolor%               then @visible := T%             fi%          od%   fi%   \@currsize -- sets the visibility of the current size%   \@currfont -- sets the visibility of the current font%   \ignorespaces% END\def\@color#1{\@mmodetest\if@bw \@visibletrue\else\@visiblefalse  \@for \@x@a :=#1\do{\ifx\@x@a\@currcolor\@visibletrue\fi}\fi  \@currsize\@currfont\ignorespaces}\def\@mmodetest{\ifmmode\@warning{Color-changing command in math mode}\fi}% \invisible ::= BEGIN type warning if math mode%                      \@visiblefalse \@currsize\@currfont\ignorespaces END\def\invisible{\@mmodetest\@visiblefalse\@currsize\@currfont\ignorespaces}\let\invisible=\invisible\let\endinvisible=\relax  \message{picture,}%      ****************************************%      *          MODIFICATIONS TO            *%      *       THE PICTURE ENVIRONMENT        *%      ****************************************%%  Below are the new definitions of the picture-drawing macros%  required for SLiTeX.  Only those commands that actually%  draw something must be changed so that they do not produce%  any output when the @visible switch is false.\def\line(#1,#2)#3{\if@visible\@xarg #1\relax \@yarg #2\relax\@linelen=#3\unitlength\ifnum\@xarg =0 \@vline   \else \ifnum\@yarg =0 \@hline \else \@sline\fi\fi\fi}\def\vector(#1,#2)#3{\if@visible\@xarg #1\relax \@yarg #2\relax\@linelen=#3\unitlength\ifnum\@xarg =0 \@vvector   \else \ifnum\@yarg =0 \@hvector \else \@svector\fi\fi\fi}\def\dashbox#1(#2,#3){\leavevmode\if@visible\hbox to \z@{\baselineskip \z@%\lineskip \z@%\@dashdim=#2\unitlength%\@dashcnt=\@dashdim \advance\@dashcnt 200\@dashdim=#1\unitlength\divide\@dashcnt \@dashdim\ifodd\@dashcnt\@dashdim=\z@%\advance\@dashcnt \@ne \divide\@dashcnt \tw@ \else \divide\@dashdim \tw@ \divide\@dashcnt \tw@\advance\@dashcnt \m@ne\setbox\@dashbox=\hbox{\vrule \@height \@halfwidth \@depth \@halfwidth\@width \@dashdim}\put(0,0){\copy\@dashbox}%\put(0,#3){\copy\@dashbox}%\put(#2,0){\hskip-\@dashdim\copy\@dashbox}%\put(#2,#3){\hskip-\@dashdim\box\@dashbox}%\multiply\@dashdim 3 \fi\setbox\@dashbox=\hbox{\vrule \@height \@halfwidth \@depth \@halfwidth\@width #1\unitlength\hskip #1\unitlength}\@tempcnta=0\put(0,0){\hskip\@dashdim \@whilenum \@tempcnta <\@dashcnt\do{\copy\@dashbox\advance\@tempcnta \@ne }}\@tempcnta=0\put(0,#3){\hskip\@dashdim \@whilenum \@tempcnta <\@dashcnt\do{\copy\@dashbox\advance\@tempcnta \@ne }}%\@dashdim=#3\unitlength%\@dashcnt=\@dashdim \advance\@dashcnt 200\@dashdim=#1\unitlength\divide\@dashcnt \@dashdim\ifodd\@dashcnt \@dashdim=\z@%\advance\@dashcnt \@ne \divide\@dashcnt \tw@\else\divide\@dashdim \tw@ \divide\@dashcnt \tw@\advance\@dashcnt \m@ne\setbox\@dashbox\hbox{\hskip -\@halfwidth\vrule \@width \@wholewidth \@height \@dashdim}\put(0,0){\copy\@dashbox}%\put(#2,0){\copy\@dashbox}%\put(0,#3){\lower\@dashdim\copy\@dashbox}%\put(#2,#3){\lower\@dashdim\copy\@dashbox}%\multiply\@dashdim 3\fi\setbox\@dashbox\hbox{\vrule \@width \@wholewidth \@height #1\unitlength}\@tempcnta0\put(0,0){\hskip -\@halfwidth \vbox{\@whilenum \@tempcnta < \@dashcnt\do{\vskip #1\unitlength\copy\@dashbox\advance\@tempcnta \@ne }%\vskip\@dashdim}}\@tempcnta0\put(#2,0){\hskip -\@halfwidth \vbox{\@whilenum \@tempcnta< \@dashcnt\relax\do{\vskip #1\unitlength\copy\@dashbox\advance\@tempcnta \@ne }%\vskip\@dashdim}}}\fi\@makepicbox(#2,#3)}\def\@oval(#1,#2)[#3]{\if@visible\begingroup \boxmaxdepth \maxdimen  \@ovttrue \@ovbtrue \@ovltrue \@ovrtrue  \@tfor\@tempa :=#3\do{\csname @ov\@tempa false\endcsname}\@ovxx  #1\unitlength \@ovyy #2\unitlength  \@tempdimb \ifdim \@ovyy >\@ovxx \@ovxx\else \@ovyy \fi  \@getcirc \@tempdimb  \@ovro \ht\@tempboxa \@ovri \dp\@tempboxa  \@ovdx\@ovxx \advance\@ovdx -\@tempdima \divide\@ovdx \tw@  \@ovdy\@ovyy \advance\@ovdy -\@tempdima \divide\@ovdy \tw@  \@circlefnt \setbox\@tempboxa  \hbox{\if@ovr \@ovvert32\kern -\@tempdima \fi  \if@ovl \kern \@ovxx \@ovvert01\kern -\@tempdima \kern -\@ovxx \fi  \if@ovt \@ovhorz \kern -\@ovxx \fi  \if@ovb \raise \@ovyy \@ovhorz \fi}\advance\@ovdx\@ovro  \advance\@ovdy\@ovro \ht\@tempboxa\z@ \dp\@tempboxa\z@  \@put{-\@ovdx}{-\@ovdy}{\box\@tempboxa}%  \endgroup\fi}\def\@circle#1{\if@visible \begingroup \boxmaxdepth \maxdimen    \@tempdimb #1\unitlength   \ifdim \@tempdimb >15.5pt\relax \@getcirc\@tempdimb      \@ovro\ht\@tempboxa      \setbox\@tempboxa\hbox{\@circlefnt      \advance\@tempcnta\tw@ \char \@tempcnta      \advance\@tempcnta\m@ne \char \@tempcnta \kern -2\@tempdima      \advance\@tempcnta\tw@      \raise \@tempdima \hbox{\char\@tempcnta}\raise \@tempdima        \box\@tempboxa}\ht\@tempboxa\z@ \dp\@tempboxa\z@      \@put{-\@ovro}{-\@ovro}{\box\@tempboxa}%
  76. ++++++++ Continued on next card ++++++++
  77. :OzTeX 1.2:TeX-inputs:slitex.tex
  78. +++++ Continued from previous card +++++
  79.  
  80.    \else  \@circ\@tempdimb{96}\fi\endgroup\fi}\def\@dot#1{\if@visible\@tempdimb #1\unitlength \@circ\@tempdimb{112}\fi}\long\def\@iframebox[#1][#2]#3{\leavevmode  \savebox\@tempboxa[#1][#2]{\kern\fboxsep #3\kern\fboxsep}\@tempdima\fboxrule    \advance\@tempdima \fboxsep \advance\@tempdima \dp\@tempboxa   \hbox{\lower \@tempdima\hbox  {\vbox{ \if@visible \hrule \@height \else \vskip \fi \fboxrule           \hbox{\if@visible \vrule \@width \fboxrule \hskip-\fboxrule \fi                \vbox{\vskip\fboxsep \box\@tempboxa\vskip\fboxsep}\if@visible                 \vrule \@width \fboxrule \hskip-\fboxrule \fi}\if@visible       \hrule \@height \else \vskip\fi\fboxrule}}}}         \long\def\frame#1{\if@visible\leavevmode\vbox{\vskip-\@halfwidth\hrule \@height\@halfwidth \@depth \@halfwidth  \vskip-\@halfwidth\hbox{\hskip-\@halfwidth \vrule \@width\@wholewidth  \hskip-\@halfwidth #1\hskip-\@halfwidth \vrule \@width \@wholewidth  \hskip -\@halfwidth}\vskip -\@halfwidth\hrule \@height \@halfwidth  \@depth \@halfwidth\vskip -\@halfwidth}\else #1\fi}\long\def\fbox#1{\leavevmode\setbox\@tempboxa\hbox{#1}\@tempdima\fboxrule    \advance\@tempdima \fboxsep \advance\@tempdima \dp\@tempboxa   \hbox{\lower \@tempdima\hbox  {\vbox{\if@visible \hrule \@height \else \vskip\fi\fboxrule           \hbox{\if@visible\vrule \@width \else \hskip \fi\fboxrule                  \hskip\fboxsep        \vbox{\vskip\fboxsep \box\@tempboxa\vskip\fboxsep}\hskip                    \fboxsep \if@visible\vrule \@width\else\hskip \fi\fboxrule}           \if@visible\hrule \@height \else \vskip \fi\fboxrule}}}}  \message{mods,}%      ****************************************%      *        OTHER MODIFICATIONS TO        *%      *        TeX AND LaTeX COMMANDS        *%      ****************************************%% \rule\def\@rule[#1]#2#3{\@tempdima#3\advance\@tempdima #1\leavevmode \hbox{\if@visible\vrule  \@width#2 \@height\@tempdima \@depth-#1\else\vrule \@width \z@ \@height\@tempdima \@depth-#1\vrule  \@width#2 \@height\z@\fi}}% \_  (Added 10 Nov 86)\def\_{\leavevmode \kern.06em \if@visible\vbox{\hrule width.3em}\else   \vbox{\hrule height 0pt width.3em}\vbox{\hrule width 0pt}\fi}% \overline, \underline, \frac and \sqrt%% \@mathbox{STYLE}{BOX}{MTEXT} : Called in math mode, typesets MTEXT and%   stores result in BOX, using style STYLE.%% \@bphant{BOX}    : Creates a phantom with dimensions BOX.% \@vbphant{BOX}   : Creates a phantom with ht of BOX and zero width.% \@hbphant{BOX}   : Creates a phantom with width of BOX and zero ht & dp.% \@hvsmash{STYLE}{MTEXT} : Creates a copy of MTEXT with zero height and width%                           in style STYLE.\def\@mathbox#1#2#3{\setbox#2\hbox{$\m@th#1{#3}$}}\def\@vbphantom#1{\setbox\tw@\null \ht\tw@\ht #1 \dp\tw@\dp #1   \box\tw@}\def\@bphantom#1{\setbox\tw@\null \wd\tw@\wd #1 \ht\tw@\ht #1 \dp\tw@\dp #1   \box\tw@}\def\@hbphantom#1{\setbox\tw@\null \wd\tw@\wd #1 \ht\tw@\z@ \dp\tw@\z@   \box\tw@}\def\@hvsmash#1#2{\@mathbox#1\z@{#2}\ht\z@\z@ \dp\z@\z@ \wd\z@\z@ \box\z@}\def\underline#1{\relax\ifmmode   \@xunderline{#1}\else $\@xunderline{\hbox{#1}}$\relax\fi}\def\@xunderline#1{\mathchoice{\@xyunderline\displaystyle{#1}}{\@xyunderline    \textstyle{#1}}{\@xyunderline\scriptstyle{#1}}{\@xyunderline      \scriptscriptstyle{#1}}}\def\@xyunderline#1#2{\@mathbox#1\@smashboxa{#2}\@hvsmash#1{\copy\@smashboxa}   \if@visible \@hvsmash#1{\@@underline{\@bphantom\@smashboxa}}\fi  \@mathbox#1\@smashboxb{\@@underline{\box\@smashboxa}}   \@bphantom\@smashboxb}\let\@@overline=\overline \def\overline#1{\mathchoice{\@xoverline\displaystyle{#1}}{\@xoverline    \textstyle{#1}}{\@xoverline\scriptstyle{#1}}{\@xoverline      \scriptscriptstyle{#1}}}\def\@xoverline#1#2{\@mathbox#1\@smashboxa{#2}\@hvsmash#1{\copy\@smashboxa}   \if@visible \@hvsmash#1{\@@overline{\@bphantom\@smashboxa}}\fi   \@mathbox#1\@smashboxb{\@@overline{\box\@smashboxa}}   \@bphantom\@smashboxb}% \@frac {STYLE}{DENOMSTYLE}{NUM}{DEN}{FONTSIZE} : Creates \frac{NUM}{DENOM}%   in style SYTLE with NUM and DENOM in style DENOMSTYLE%   FONTSIZE should be \textfont \scriptfont or \scriptscriptfont\def\frac#1#2{\mathchoice   {\@frac\displaystyle\textstyle{#1}{#2}\textfont}{\@frac          \textstyle\scriptstyle{#1}{#2}\textfont}{\@frac          \scriptstyle\scriptscriptstyle{#1}{#2}\scriptfont}{\@frac          \scriptscriptstyle\scriptscriptstyle{#1}{#2}\scriptscriptfont}}\def\@frac#1#2#3#4#5{\@mathbox#2\@smashboxa{#3}\@mathbox#2\@smashboxb{#4}   \@mathbox#1\@smashboxc{\copy\@smashboxa\over\copy\@smashboxb}      \@vbphantom\@smashboxc   \vcenter{\vbox to \z@{\hsize \wd\@smashboxc                         \vss\nointerlineskip                         \hbox to \wd\@smashboxc{\hss\box\@smashboxa\hss}              \hrule height \z@}          \vskip 7\fontdimen8#53                      \if@visible\hrule height \fontdimen8#53\else \vskip \fontdimen8#53\fi          \vskip 7\fontdimen8#53                      \nointerlineskip          \vbox to \z@{\nointerlineskip                         \hbox to \wd\@smashboxc{\hss\box\@smashboxb\hss}              \hrule height \z@\vss}           }}\def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\@xysqrt#1{#2}$}  \dimen@\ht\z@ \advance\dimen@-\dp\z@  \mskip5mu\raise.6\dimen@\copy\rootbox \mskip-10mu \box\z@}\def\sqrt{\@ifnextchar[{\@sqrt}{\@xsqrt}}\def\@sqrt[#1]{\root #1\of}\def\@xsqrt#1{\mathchoice{\@xysqrt\displaystyle{#1}}{\@xysqrt     \textstyle{#1}}{\@xysqrt\scriptstyle{#1}}{\@xysqrt    \scriptscriptstyle{#1}}}\def\@xysqrt#1#2{\@mathbox#1\@smashboxa{#2}\if@visible    \@hvsmash#1{\@@sqrt{\@bphantom\@smashboxa}}\fi    \phantom{\@@sqrt{\@vbphantom\@smashboxa}}\box\@smashboxa}\newbox\@smashboxa\newbox\@smashboxb\newbox\@smashboxc% array and tabular environments: changes to `|', \hline, \cline, and \vline% added 8 Jun 88\def\@arrayrule{\if@visible\@addtopreamble{\hskip -.5\arrayrulewidth    \vrule \@width \arrayrulewidth\hskip -.5\arrayrulewidth}\fi}\def\cline#1{\if@visible\@cline[#1]\fi}\def\hline{\noalign{\ifnum0=`}\fi    \if@visible \hrule \@height \arrayrulewidth       \else \hrule \@width \z@     \fi    \futurelet \@tempa\@xhline}\def\vline{\if@visible \vrule \@width \arrayrulewidth            \else \vrule \@width \arrayrulewidth \@height \z@            \@depth \z@ \fi}  \message{output,}%      ****************************************%      *   CHANGES TO LaTeX \output ROUTINE   *%      ****************************************%%  \@makecol ==%    BEGIN% % Following test added for slides to check if extra page%     if @makingslides = T%     then if \c@page > 0%             then if \c@note > 0%                     then type 'Note \thenote too long.'%                     else if \c@overlay > 0%                            then type 'Overlay \theoverlay too long.'%                            else type 'Slide \theslide too long'%     fi     fi     fi     fi%     ifvoid \insert\footins%        then  \@outputbox := \box255%        else  \@outputbox := \vbox {\unvbox255%                                    \vskip \skip\footins%                                    \footnoterule%                                    \unvbox\@footinsert%                                   }%    fi%    \@freelist :=G \@freelist * \@midlist%    \@midlist  :=G empty%    \@combinefloats%    \@outputbox := \vbox to \@colht{\boxmaxdepth := \maxdepth%                                     \vfil     %%\vfil added for slides%                                     \unvbox\@outputbox%                                     \vfil }   %%\vfil added for slides%    \maxdepth :=G \@maxdepth%    END\def\@makecol{\if@makingslides\ifnum\c@page>\z@ \@extraslide\fi\fi\ifvoid\footins \setbox\@outputbox\box\@cclv \let\@botfil\vfil   \else\let\@botfil\relax\setbox\@outputbox     \vbox{\unvbox\@cclv\vfil           \vskip\skip\footins\footnoterule\unvbox\footins\vskip            \z@ plus.1fil\relax}\fi  \xdef\@freelist{\@freelist\@midlist}\gdef\@midlist{}\@combinefloats     \setbox\@outputbox\vbox to\@colht{\boxmaxdepth\maxdepth        \vfil\unvbox\@outputbox\@botfil}\global\maxdepth\@maxdepth}\def\@extraslide{\ifnum\c@note>\z@     \@warning{Note \thenote\space too long}\else      \ifnum\c@overlay>\z@         \@warning{Overlay \theoverlay\space too long}\else         \@warning{Slide \theslide\space too long}\fi\fi}  \message{init}%      ****************************************%      *    SPECIAL SLiTeX INITIALIZATIONS    *%      ****************************************%\nofiles\@visibletrue:OzTeX 1.2:TeX-inputs:small.tex
  81. % SMALL.TEX -- Released 5 July 1985% USE THIS FILE AS A MODEL FOR MAKING YOUR OWN LaTeX INPUT FILE.% EVERYTHING TO THE RIGHT OF A  %  IS A REMARK TO YOU AND IS IGNORED BY LaTeX.% THE FILE  /usr/local/lib/tex82/local.gid  TELLS HOW TO RUN LaTeX.% WARNING!  DO NOT TYPE ANY OF THE FOLLOWING 10 CHARACTERS EXCEPT AS DIRECTED:%                &   $   #   %   _   {   }   ^   ~   \   \documentstyle{article}        % YOUR INPUT FILE MUST CONTAIN THESE TWO LINES \begin{document}               % PLUS THE \end COMMAND AT THE END.\section{Simple Text}          % THIS COMMAND MAKES A SECTION TITLE.Words are separated by one or more spaces.  Paragraphs are separated byone or more blank lines.  The output is not affected by adding extraspaces or extra blank lines to the input file.Double quotes are typed like this: ``quoted text''.Single quotes are typed like this: `single-quoted text'.Long dashes are typed as three dash characters---like this.Italic text is typed like this: {\em this is italic text}.Bold   text is typed like this: {\bf this is  bold  text}.\subsection{A Warning or Two}        % THIS COMMAND MAKES A SUBSECTION TITLE.If you get too much space after a mid-sentence period---abbreviationslike etc.\ are the common culprits)---then type a backslash followed bya space after the period, as in this sentence.Remember, don't type the 10 special characters (such as dollar sign andbackslash) except as directed!  The following seven are printed bytyping a backslash in front of them:  \$  \&  \#  \%  \_  \{  and  \}.  The manual tells how to make other symbols.\end{document}                    % THE INPUT FILE ENDS WITH THIS COMMAND.:OzTeX 1.2:TeX-inputs:splain.tex
  82. % File SPLAIN.TEX - Created 11 October 1987% % This is the SliTeX version of the plain TeX format that's described in % The TeXbook.  All modifications can be found by searching for% the word 'LaTeX' or 'SliTeX'% N.B.: A version number is defined at the very end of this file;%       please change that number whenever the file is modified!% And don't modify the file under any circumstances.\catcode`\{=1 % left brace is begin-group character\catcode`\}=2 % right brace is end-group character\catcode`\$=3 % dollar sign is math shift\catcode`\&=4 % ampersand is alignment tab\catcode`\#=6 % hash mark is macro parameter character\catcode`\^=7 \catcode`\^^K=7 % circumflex and uparrow are for superscripts\catcode`\_=8 \catcode`\^^A=8 % underline and downarrow are for subscripts\catcode`\^^I=10 % ascii tab is a blank space\chardef\active=13 \catcode`\~=\active % tilde is active\catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"\message{Preloading the plain format: codes,}% We had to define the \catcodes right away, before the message line,% since \message uses the { and } characters.% When INITEX (the TeX initializer) starts up,% it has defined the following \catcode values:% \catcode`\^^@=9 % ascii null is ignored% \catcode`\^^M=5 % ascii return is end-line% \catcode`\\=0 % backslash is TeX escape character% \catcode`\%=14 % percent sign is comment character% \catcode`\ =10 % ascii space is blank space% \catcode`\^^?=15 % ascii delete is invalid% \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters% \catcode`\a=11 ... \catcode`\z=11 % lowercase letters% all others are type 12 (other)% Here is a list of the characters that have been specially catcoded:\def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%  \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}% (not counting ascii null, tab, linefeed, formfeed, return, delete)% Each symbol in the list is preceded by \do, which can be defined% if you want to do something to every item in the list.% We make @ signs act like letters, temporarily, to avoid conflict% between user names and internal control sequences of plain format.\catcode`@=11% INITEX sets up \mathcode x=x, for x=0..127, except that% \mathcode x=x+"7100, for x = `A to `Z and `a to `z;% \mathcode x=x+"7000, for x = `0 to `9.% The following changes define internal codes as recommended% in Appendix C of The TeXbook:\mathcode`\^^@="2201 % \cdot\mathcode`\^^A="3223 % \downarrow\mathcode`\^^B="010B % \alpha\mathcode`\^^C="010C % \beta\mathcode`\^^D="225E % \land\mathcode`\^^E="023A % \lnot\mathcode`\^^F="3232 % \in\mathcode`\^^G="0119 % \lambda\mathcode`\^^H="0115 % \pi\mathcode`\^^I="010D % \gamma\mathcode`\^^J="010E % \delta\mathcode`\^^K="3222 % \uparrow\mathcode`\^^L="2206 % \pm\mathcode`\^^M="2208 % \oplus\mathcode`\^^N="0231 % \infty\mathcode`\^^O="0140 % \partial\mathcode`\^^P="321A % \subset\mathcode`\^^Q="321B % \supset\mathcode`\^^R="225C % \cap\mathcode`\^^S="225B % \cup\mathcode`\^^T="0238 % \forall\mathcode`\^^U="0239 % \exists\mathcode`\^^V="220A % \otimes\mathcode`\^^W="3224 % \leftrightarrow\mathcode`\^^X="3220 % \leftarrow\mathcode`\^^Y="3221 % \rightarrow\mathcode`\^^Z="8000 % \ne\mathcode`\^^[="2205 % \diamond\mathcode`\^^\="3214 % \le\mathcode`\^^]="3215 % \ge\mathcode`\^^^="3211 % \equiv\mathcode`\^^_="225F % \lor\mathcode`\ ="8000 % \space\mathcode`\!="5021\mathcode`\'="8000 % ^\prime\mathcode`\(="4028\mathcode`\)="5029\mathcode`\*="2203 % \ast\mathcode`\+="202B\mathcode`\,="613B\mathcode`\-="2200\mathcode`\.="013A\mathcode`\/="013D\mathcode`\:="303A\mathcode`\;="603B\mathcode`\<="313C\mathcode`\=="303D\mathcode`\>="313E\mathcode`\?="503F\mathcode`\[="405B\mathcode`\\="026E % \backslash\mathcode`\]="505D\mathcode`\_="8000 % \_\mathcode`\{="4266\mathcode`\|="026A\mathcode`\}="5267\mathcode`\^^?="1273 % \smallint% INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,% and \lccode`x=`x, \lccode`X=`x; all other values are zero.% No changes to those tables are needed in plain TeX format.% INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999% for uppercase letters. The following changes are needed:\sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0% The \nonfrenchspacing macro will make further changes to \sfcode values.% Finally, INITEX sets all \delcode values to -1, except \delcode`.=0\delcode`\(="028300\delcode`\)="029301\delcode`\[="05B302\delcode`\]="05D303\delcode`\<="26830A\delcode`\>="26930B\delcode`\/="02F30E\delcode`\|="26A30C\delcode`\\="26E30F% N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!% To make the plain macros more efficient in time and space,% several constant values are declared here as control sequences.% If they were changed, anything could happen; so they are private symbols.\chardef\@ne=1\chardef\tw@=2\chardef\thr@@=3\chardef\six\chardef\@cclv=255\mathchardef\@cclvi=256\mathchardef\@m=1000\mathchardef\@M=10000\mathchardef\@MM=20000% Allocation of registers% Here are macros for the automatic allocation of \count, \box, \dimen,% \skip, \muskip, and \toks registers, as well as \read and \write% stream numbers, \fam codes, and \insert numbers.\message{registers,}% When a register is used only temporarily, it need not be allocated;% grouping can be used, making the value previously in the register return% after the close of the group.  The main use of these macros is for% registers that are defined by one macro and used by others, possibly at% different nesting levels.  All such registers should be defined through% these macros; otherwise conflicts may occur, especially when two or more% more macro packages are being used at once.% The following counters are reserved:%   0 to 9  page numbering%       10  count allocation%       11  dimen allocation%       12  skip allocation%       13  muskip allocation%       14  box allocation%       15  toks allocation%       16  read file allocation%       17  write file allocation%       18  math family allocation%       19  insert allocation%       20  the most recently allocated number%       21  constant -1% New counters are allocated starting with 22, 23, etc.  Other registers are% allocated starting with 10.  This leaves 0 through 9 for the user to play% with safely, except that counts 0 to 9 are considered to be the page and% subpage numbers (since they are displayed during output). In this scheme,% \count 10 always contains the number of the highest-numbered counter that% has been allocated, \count 14 the highest-numbered box, etc.% Inserts are given numbers 254, 253, etc., since they require a \count,% \dimen, \skip, and \box all with the same number; \count 19 contains the% lowest-numbered insert that has been allocated. Of course, \box255 is% reserved for \output; \count255, \dimen255, and \skip255 can be used freely.% It is recommends that macro designers always use% \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and% always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.% This will prevent ``save stack buildup'' that might otherwise occur.\count10=21 % allocates \count registers 22, 23, ...\count11=9 % allocates \dimen registers 10, 11, ...\count12=9 % allocates \skip registers 10, 11, ...\count13=9 % allocates \muskip registers 10, 11, ...\count14=9 % allocates \box registers 10, 11, ...\count15=9 % allocates \toks registers 10, 11, ...\count16=-1 % allocates input streams 0, 1, ...\count17=-1 % allocates output streams 0, 1, ...\count18=3 % allocates math families 4, 5, ...\count19=255 % allocates insertions 254, 253, ...\countdef\insc@unt=19 % the insertion counter\countdef\allocationnumber=20 % the most recent allocation\countdef\m@ne=21 \m@ne=-1 % a handy constant\def\wlog{\immediate\write\m@ne} % write on log file (only)% Here are abbreviations for the names of scratch registers% that don't need to be allocated.\countdef\count@=255\dimendef\dimen@=0\dimendef\dimen@i=1 % global only\dimendef\dimen@ii=2\skipdef\skip@=0\toksdef\toks@=0% Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo% and \foo will be defined (with \countdef) to be the next counter.% To find out which counter \foo is, you can look at \allocationnumber.% Since there's no \boxdef command, \chardef is used to define a \newbox,% \newinsert, \newfam, and so on.\outer\def\newcount{\alloc@0\count\countdef\insc@unt}\outer\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}\outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}\outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}\outer\def\newbox{\alloc@4\box\chardef\insc@unt}\let\newtoks=\relax % we do this to allow plain.tex to be read in twice\outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}\outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}\outer\def\newread{\alloc@6\read\chardef\sixt@@n}\outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}\outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}\def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne  \ch@ck#1#4#2% make sure there's still room  \allocationnumber=\count1#1%  \global#3#5=\allocationnumber  \wlog{\string#5=\string#2\the\allocationnumber}}\outer\def\newinsert#1{\global\advance\insc@unt by\m@ne  \ch@ck0\insc@unt\count  \ch@ck1\insc@unt\dimen  \ch@ck2\insc@unt\skip  \ch@ck4\insc@unt\box  \allocationnumber=\insc@unt  \global\chardef#1=\allocationnumber  \wlog{\string#1=\string\insert\the\allocationnumber}}\def\ch@ck#1#2#3{\ifnum\count1#1<#2%  \else\errmessage{No room for a new #3}\fi}% Here are some examples of allocation.\newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>\newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow% LaTeX change: this was \centering in PLAIN\newskip\@centering \@centering=0pt plus 1000pt minus 1000pt\newdimen\p@ \p@=1pt % this saves macro space and time\newdimen\z@ \z@=0pt % can be used both for 0pt and 0\newskip\z@skip \z@skip=0pt plus0pt minus0pt\newbox\voidb@x % permanently void box register% And here's a different sort of allocation:% For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.\outer\def\newif#1{\count@\escapechar \escapechar\m@ne  \expandafter\expandafter\expandafter   \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%  \expandafter\expandafter\expandafter   \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%  \@if#1{false}\escapechar\count@} % the condition starts out false\def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}{\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required% Assign initial values to TeX's parameters\message{parameters,}% All of TeX's numeric parameters are listed here,% but the code is commented out if no special value needs to be set.% INITEX makes all parameters zero except where noted.\pretolerance=100\tolerance=200 % INITEX sets this to 10000\hbadness=1000\vbadness=1000\linepenalty=10\hyphenpenalty=50\exhyphenpenalty=50\binoppenalty=700\relpenalty=500\clubpenalty=150\widowpenalty=150\displaywidowpenalty=50\brokenpenalty=100\predisplaypenalty=10000% \postdisplaypenalty=0% \interlinepenalty=0% \floatingpenalty=0, set during \insert% \outputpenalty=0, set before TeX enters \output\doublehyphendemerits=10000\finalhyphendemerits=5000\adjdemerits=10000% \looseness=0, cleared by TeX after each paragraph% \pausing=0% \tracingonline=0% \tracingmacros=0% \tracingstats=0% \tracingparagraphs=0% \tracingpages=0% \tracingoutput=0\tracinglostchars=1% \tracingcommands=0% \tracingrestores=0\uchyph=1% \globaldefs=0% \maxdeadcycles=25 % INITEX does this% \hangafter=1 % INITEX does this, also TeX after each paragraph% \fam=0% \mag=1000 % INITEX does this% \escapechar=`\\ % INITEX does this\defaulthyphenchar=`\-\defaultskewchar=-1% \endlinechar=`\^^M % INITEX does this\newlinechar=-1\delimiterfactor=901% \time=now % TeX does this at beginning of job% \day=now % TeX does this at beginning of job% \month=now % TeX does this at beginning of job% \year=now % TeX does this at beginning of job\showboxbreadth=5\showboxdepth=3\hfuzz=0.1pt\vfuzz=0.1pt\overfullrule=5pt\hsize=6.5in\vsize=8.9in\maxdepth=4pt\splitmaxdepth=\maxdimen\boxmaxdepth=\maxdimen% \lineskiplimit=0pt, changed by \normalbaselines\delimitershortfall=5pt\nulldelimiterspace=1.2pt\scriptspace=0.5pt% \mathsurround=0pt% \predisplaysize=0pt, set before TeX enters $$% \displaywidth=0pt, set before TeX enters $$% \displayindent=0pt, set before TeX enters $$\parindent=20pt% \hangindent=0pt, zeroed by TeX after each paragraph% \hoffset=0pt% \voffset=0pt% \baselineskip=0pt, changed by \normalbaselines% \lineskip=0pt, changed by \normalbaselines\parskip=0pt plus 1pt\abovedisplayskip=12pt plus 3pt minus 9pt\abovedisplayshortskip=0pt plus 3pt\belowdisplayskip=12pt plus 3pt minus 9pt\belowdisplayshortskip=7pt plus 3pt minus 4pt% \leftskip=0pt% \rightskip=0pt\topskip=10pt\splittopskip=10pt% \tabskip=0pt% \spaceskip=0pt% \xspaceskip=0pt\parfillskip=0pt plus 1fil\thinmuskip=3mu\medmuskip=4mu plus 2mu minus 4mu\thickmuskip=5mu plus 5mu% We also define special registers that function like parameters:\newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt\newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt\newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt\newskip\normalbaselineskip \normalbaselineskip=12pt\newskip\normallineskip \normallineskip=1pt\newdimen\normallineskiplimit \normallineskiplimit=0pt\newdimen\jot \jot=3pt\newcount\interdisplaylinepenalty \interdisplaylinepenalty=100\newcount\interfootnotelinepenalty \interfootnotelinepenalty=100% Definitions for preloaded fonts\def\magstephalf{1095 }\def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}% Note: At present, "am" fonts are loaded instead of "cm" ones.% The "almost computer modern" typefaces will be replaced by% better fonts in the future; meanwhile we must use these.% Fonts assigned to \preloaded are not part of "plain TeX",% but they are preloaded so that other format packages can use them.% For example, if another set of macros says "\font\ninerm=cmr9",% TeX will not have to reload the font metric information for cmr9.% SLiTeX font definitions are taken from the file SFONTS.TEX,% so all of PLAIN's font definitions are commented out.%\message{fonts,}%\font\tenrm=amr10 % roman text%\font\preloaded=amr9%\font\preloaded=amr8%\font\sevenrm=amr7%\font\preloaded=amr6%\font\fiverm=amr5%%\font\teni=ami10 % math italic%\font\preloaded=ami9%\font\preloaded=ami8%\font\seveni=ami7%\font\preloaded=ami6%\font\fivei=ami5%%\font\tensy=amsy10 % math symbols%\font\preloaded=amsy9%\font\preloaded=amsy8%\font\sevensy=amsy7%\font\preloaded=amsy6%\font\fivesy=amsy5%%\font\tenex=amex10 % math extension%%\font\preloaded=amss10 % sans serif%\font\preloaded=amssq8%%\font\preloaded=amssi10 % sans serif italic%\font\preloaded=amssqi8%%\font\tenbf=ambx10 % boldface extended%\font\preloaded=ambx9%\font\preloaded=ambx8%\font\sevenbf=ambx7%\font\preloaded=ambx6%\font\fivebf=ambx5%%\font\tentt=amtt10 % typewriter%\font\preloaded=amtt9%\font\preloaded=amtt8%%\font\preloaded=amsltt10 % slanted typewriter%%\font\tensl=amsl10 % slanted roman%\font\preloaded=amsl9%\font\preloaded=amsl8%%\font\tenit=amti10 % text italic%\font\preloaded=amti9%\font\preloaded=amti8%\font\preloaded=amti7%%\message{more fonts,}%\font\preloaded=amu10 % unslanted text italic%%\font\preloaded=ambi10 % bold math italic%\font\preloaded=ambsy10 % bold math symbols%%\font\preloaded=amcsc10 % caps and small caps%%\font\preloaded=amssbx10 % sans serif bold extended%%\font\preloaded=amdunh10 % Dunhill style%
  83. ++++++++ Continued on next card ++++++++
  84. :OzTeX 1.2:TeX-inputs:splain.tex
  85. +++++ Continued from previous card +++++
  86.  
  87. %\font\preloaded=amr7 scaled \magstep4 % for titles%\font\preloaded=amtt10 scaled \magstep2%\font\preloaded=amssbx10 scaled \magstep2%%\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols%%% Additional \preloaded fonts can be specified here.%% (And those that were \preloaded above can be eliminated.)%%\let\preloaded=\undefined % preloaded fonts must be declared anew later.%%\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177%\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60%%\textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm%\def\rm{\fam\z@\tenrm}%\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei%\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}%\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy%\def\cal{\fam\tw@}%\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex%\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4%\textfont\itfam=\tenit%\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5%\textfont\slfam=\tensl%\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6%\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf%\scriptscriptfont\bffam=\fivebf%\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7%\textfont\ttfam=\tentt% Macros for setting ordinary text\message{macros,}\def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m  \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}\def\nonfrenchspacing{\s3000\sfcode`\?3000\sfcode`\!3000%  \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }\def\normalbaselines{\lineskip\normallineskip  \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}\def\^^M{\ } % control <return> = control <space>\def\^^I{\ } % same for <tab>\def\lq{`} \def\rq{'}\def\lbrack{[} \def\rbrack{]}\let\endgraf=\par \let\endline=\cr\def\space{ }\def\empty{}\def\null{\hbox{}}\let\bgroup={ \let\egroup=}% In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'% since this allows, for example, `\let\par=\cr \obeylines \halign{...'{\catcode`\^^M=\active % these lines must end with %  \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%  \global\let^^M\par} % this is in case ^^M appears in a \write\def\obeyspaces{\catcode`\ \active}{\obeyspaces\global\let =\space}\def\loop#1\repeat{\def\body{#1}\iterate}\def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}\let\repeat=\fi % this makes \loop...\if...\repeat skippable\def\thinspace{\kern .16667em }\def\negthinspace{\kern-.16667em }\def\enspace{\kern.5em }\def\enskip{\hskip.5em\relax}\def\quad{\hskip1em\relax}\def\qquad{\hskip2em\relax}\def\smallskip{\vskip\smallskipamount}\def\medskip{\vskip\medskipamount}\def\bigskip{\vskip\bigskipamount}\def\nointerlineskip{\prevdepth-1000\p@}\def\offinterlineskip{\baselineskip-1000\p@  \lineskip\z@ \lineskiplimit\maxdimen}\def\vglue{\afterassignment\vgl@\skip@=}\def\vgl@{\par \dimen@\prevdepth \hrule height\z@  \nobreak\vskip\skip@ \prevdepth\dimen@}\def\hglue{\afterassignment\hgl@\skip@=}\def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@  \nobreak\hskip\skip@ \spacefactor\count@}\def~{\penalty\@M \ } % tie\def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'\def\break{\penalty-\@M}\def\nobreak{\penalty \@M}\def\allowbreak{\penalty \z@}\def\filbreak{\par\vfil\penalty-200\vfilneg}\def\goodbreak{\par\penalty-500 }\def\eject{\par\break}\def\supereject{\par\penalty-\@MM}\def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}\def\smallbreak{\par\ifdim\lastskip<\smallskipamount  \removelastskip\penalty-50\smallskip\fi}\def\medbreak{\par\ifdim\lastskip<\medskipamount  \removelastskip\penalty-100\medskip\fi}\def\bigbreak{\par\ifdim\lastskip<\bigskipamount  \removelastskip\penalty-200\bigskip\fi}% \line changed to \@@line because LaTeX redefines \line\def\@@line{\hbox to\hsize}\def\leftline#1{\@@line{#1\hss}}\def\rightline#1{\@@line{\hss#1}}\def\centerline#1{\@@line{\hss#1\hss}}\def\rlap#1{\hbox to\z@{#1\hss}}\def\llap#1{\hbox to\z@{\hss#1}}\def\m@th{\mathsurround=\z@}\def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@  \m@th \underline{\box\z@}$}\newbox\strutbox\setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}\def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}\def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out\def\ialign{\tabskip\z@skip\halign} % initialized \halign\newcount\mscount\def\multispan#1{\omit \mscount#1  \loop\ifnum\mscount>\@ne \sp@n\repeat}\def\sp@n{\span\omit\advance\mscount\m@ne}% LaTeX has its own tabbing environment, so PLAIN's is disabled.%%\newif\ifus@ \newif\if@cr%\newbox\tabs \newbox\tabsyet \newbox\tabsdone%%\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}%\outer\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}%\let\+=\relax % in case this file is being read in twice%\def\sett@b{\ifx\next\+\let\next\relax%    \def\next{\afterassignment\s@tt@b\let\next}%%  \else\let\next\s@tcols\fi\next}%\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}%\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+%\outer\def\+{\tabalign}%\def\s@tcols#1\columns{\count@#1 \dimen@\hsize%  \loop\ifnum\count@>\z@ \@nother \repeat}%\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@%  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%%  \advance\dimen@-\dimen@ii \advance\count@\m@ne}%%\def\m@ketabbox{\begingroup%  \global\setbox\tabsyet\copy\tabs%  \global\setbox\tabsdone\null%  \def\cr{\@crtrue\crcr\egroup\egroup%    \ifus@\unvbox\z@\lastbox\fi\endgroup%    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%%  \setbox\z@\vbox\bgroup\@crfalse%    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}%%\def\t@bbox{\setbox\z@\hbox\bgroup}%\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column%  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet%      \global\setbox\@ne\lastbox}% now \box\@ne holds its size%    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%%    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi%    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi%  \box\z@}\def\hang{\hangindent\parindent}\def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}\def\item{\par\hang\textindent}\def\itemitem{\par\indent \hangindent2\parindent \textindent}\def\narrower{\advance\leftskip\parindent  \advance\rightskip\parindent}% LaTeX has its own sectioning macros%\outer\def\beginsection#1\par{\filbreak\bigskip%  \message{#1}\leftline{\bf#1}\nobreak\smallskip\vskip-\parskip%  \noindent}\outer\def\proclaim #1. #2\par{\medbreak\vskip-\parskip  \noindent{\bf#1.\enspace}{\sl#2}\par  \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}\def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em }\def\ttraggedright{\tt\rightskip\z@ plus2em } % for use with \tt only\chardef\%=`\%\chardef\&=`\&\chardef\#=`\#\chardef\$=`\$\chardef\ss="19\chardef\ae="1A\chardef\oe="1B\chardef\o="1C\chardef\AE="1D\chardef\OE="1E\chardef\O="1F\chardef\i="10 \chardef\j="11 % dotless letters\def\aa{\accent23a}\def\l{\char32l}\def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}\def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary\def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}\def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%  \rlap{\raise.67\dimen@\hbox{\char'27}}A}\def\mathhexbox#1#2#3{\leavevmode  \hbox{$\m@th \mathchar"#1#2#3$}}\def\dag{\mathhexbox279}\def\ddag{\mathhexbox27A}\def\S{\mathhexbox278}\def\P{\mathhexbox27B}\def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%  \ialign{##\crcr#1\crcr}}} % put characters over each other\def\ooalign{\lineskiplimit-\maxdimen \oalign}% LaTeX change: \d, \b, \c redefined to work in a moving argument.\def\pd#1{\oalign{#1\crcr\hidewidth.\hidewidth}}\def\d{\protect\pd}\def\pb#1{\oalign{#1\crcr\hidewidth    \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}\def\b{\protect\pb}\def\pc#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%  \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}\def\c{\protect\pc}% end of LaTeX change to \d, \b, \c \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}% LaTeX change: \ldots is redefined to do essentially what Plain's \dots does,% so ...\def\dots{\ldots}\def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}\def\`#1{{\accent18 #1}}\def\'#1{{\accent19 #1}}\def\v#1{{\accent20 #1}} \let\^^_=\v\def\u#1{{\accent21 #1}} \let\^^S=\u\def\=#1{{\accent22 #1}}\def\^#1{{\accent94 #1}} \let\^^D=\^\def\.#1{{\accent95 #1}}\def\H#1{{\accent"7D #1}}\def\~#1{{\accent"7E #1}}\def\"#1{{\accent"7F #1}}% LaTeX change: Make \t work in a moving argument.\def\pt#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}\def\t{\protect\pt}\def\hrulefill{\leaders\hrule\hfill}\def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill}\def\rightarrowfill{$\m@th\mathord-\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord\rightarrow$}\def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%  \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill  \mkern-6mu\mathord-$}\mathchardef\braceld="37A \mathchardef\bracerd="37B\mathchardef\bracelu="37C \mathchardef\braceru="37D\def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru  \bracelu\leaders\vrule\hfill\bracerd$}\def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd  \braceld\leaders\vrule\hfill\braceru$}% LaTeX change: \bye is eliminated.%\outer\def\bye{\par\vfill\supereject\end}% Macros for math setting\message{math definitions,}\let\sp=^ \let\sb=_\def\,{\mskip\thinmuskip}\def\>{\mskip\medmuskip}\def\;{\mskip\thickmuskip}\def\!{\mskip-\thinmuskip}\def\*{\discretionary{\thinspace\edef\next{\the\textfont2}\next\char2}{}{}}{\catcode`\'=\active \gdef'{^\bgroup\prim@s}}\def\prim@s{\prime\futurelet\next\pr@m@s}\def\pr@m@s{\ifx'\next \let\next\pr@@@s \else\let\next\egroup\fi \next}\def\pr@@@s#1{\prim@s}{\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math% LaTeX change: the `\global' in the following command was% inadvertently omitted by DEK {\catcode`\_=\active \global\let_=\_} % _ is like \_ if not used for subscripts\mathchardef\alpha="010B\mathchardef\beta="010C\mathchardef\gamma="010D\mathchardef\delta="010E\mathchardef\epsilon="010F\mathchardef\zeta="0110\mathchardef\eta="0111\mathchardef\theta="0112\mathchardef\iota="0113\mathchardef\kappa="0114\mathchardef\lambda="0115\mathchardef\mu="0116\mathchardef\nu="0117\mathchardef\xi="0118\mathchardef\pi="0119\mathchardef\rho="011A\mathchardef\sigma="011B\mathchardef\tau="011C\mathchardef\upsilon="011D\mathchardef\phi="011E\mathchardef\chi="011F\mathchardef\psi="0120\mathchardef\omega="0121\mathchardef\varepsilon="0122\mathchardef\vartheta="0123\mathchardef\varpi="0124\mathchardef\varrho="0125\mathchardef\varsigma="0126\mathchardef\varphi="0127\mathchardef\Gamma="7000\mathchardef\Delta="7001\mathchardef\Theta="7002\mathchardef\Lambda="7003\mathchardef\Xi="7004\mathchardef\Pi="7005\mathchardef\Sigma="7006\mathchardef\Upsilon="7007\mathchardef\Phi="7008\mathchardef\Psi="7009\mathchardef\Omega="700A\mathchardef\aleph="0240\def\hbar{{\mathchar'26\mskip-9muh}}\mathchardef\imath="017B\mathchardef\jmath="017C\mathchardef\ell="0160\mathchardef\wp="017D\mathchardef\Re="023C\mathchardef\Im="023D\mathchardef\partial="0140\mathchardef\infty="0231\mathchardef\prime="0230\mathchardef\emptyset="023B\mathchardef\nabla="0272\def\surd{{\mathchar"1270}}\mathchardef\top="023E\mathchardef\bot="023F\def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\cr\not\mathrel{\mkern14mu}\cr      \noalign{\nointerlineskip}      \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\cr}}}}\mathchardef\triangle="0234\mathchardef\forall="0238\mathchardef\exists="0239\mathchardef\neg="023A \let\lnot=\neg\mathchardef\flat="015B\mathchardef\natural="015C\mathchardef\sharp="015D\mathchardef\clubsuit="027C\mathchardef\diamondsuit="027D\mathchardef\heartsuit="027E\mathchardef\spadesuit="027F\mathchardef\coprod="1360\mathchardef\bigvee="1357\mathchardef\bigwedge="1356\mathchardef\biguplus="1355\mathchardef\bigcap="1354\mathchardef\bigcup="1353\mathchardef\intop="1352 \def\int{\intop\nolimits}\mathchardef\prod="1351\mathchardef\sum="1350\mathchardef\bigotimes="134E\mathchardef\bigoplus="134C\mathchardef\bigodot="134A\mathchardef\ointop="1348 \def\oint{\ointop\nolimits}\mathchardef\bigsqcup="1346\mathchardef\smallint="1273\mathchardef\triangleleft="212F\mathchardef\triangleright="212E\mathchardef\bigtriangleup="2234\mathchardef\bigtriangledown="2235\mathchardef\wedge="225E \let\land=\wedge\mathchardef\vee="225F \let\lor=\vee\mathchardef\cap="225C\mathchardef\cup="225B\mathchardef\ddagger="227A\mathchardef\dagger="2279\mathchardef\sqcap="2275\mathchardef\sqcup="2274\mathchardef\uplus="225D\mathchardef\amalg="2271\mathchardef\diamond="2205\mathchardef\bullet="220F\mathchardef\wr="226F\mathchardef\div="2204\mathchardef\odot="220C\mathchardef\oslash="220B\mathchardef\otimes="220A\mathchardef\ominus="2209\mathchardef\oplus="2208\mathchardef\mp="2207\mathchardef\pm="2206\mathchardef\circ="220E\mathchardef\bigcirc="220D\mathchardef\setminus="226E % for set difference A\setminus B\mathchardef\cdot="2201\mathchardef\ast="2203\mathchardef\times="2202\mathchardef\star="213F\mathchardef\propto="322F\mathchardef\sqsubseteq="3276\mathchardef\sqsupseteq="3277\mathchardef\parallel="326B\mathchardef\mid="326A\mathchardef\dashv="3261\mathchardef\vdash="3260\mathchardef\nearrow="3225\mathchardef\searrow="3226\mathchardef\nwarrow="322D\mathchardef\swarrow="322E\mathchardef\Leftrightarrow="322C\mathchardef\Leftarrow="3228\mathchardef\Rightarrow="3229\def\neq{\not=} \let\ne=\neq\mathchardef\leq="3214 \let\le=\leq\mathchardef\geq="3215 \let\ge=\geq\mathchardef\succ="321F\mathchardef\prec="321E\mathchardef\approx="3219\mathchardef\succeq="3217\mathchardef\preceq="3216\mathchardef\supset="321B\mathchardef\subset="321A\mathchardef\supseteq="3213\mathchardef\subseteq="3212\mathchardef\in="3232\mathchardef\ni="3233 \let\owns=\ni\mathchardef\gg="321D\mathchardef\ll="321C\mathchardef\not="3236\mathchardef\leftrightarrow="3224\mathchardef\leftarrow="3220 \let\gets=\leftarrow\mathchardef\rightarrow="3221 \let\to=\rightarrow\mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}\mathchardef\sim="3218\mathchardef\simeq="3227\mathchardef\perp="323F\mathchardef\equiv="3211\mathchardef\asymp="3210\mathchardef\smile="315E\mathchardef\frown="315F\mathchardef\leftharpoonup="3128\mathchardef\leftharpoondown="3129\mathchardef\rightharpoonup="312A\mathchardef\rightharpoondown="312B\def\joinrel{\mathrel{\mkern-3mu}}\def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +\def\Relbar{\mathrel=}\mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}\mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}\def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}\def\models{\mathrel|\joinrel=}\def\Longrightarrow{\Relbar\joinrel\Rightarrow}% LaTeX Change: \longrightarrow and \longleftarrow redefined to make%   then robust.\def\longrightarrow{\protect\@lra}  \def\@lra{\relbar\joinrel\rightarrow}\def\longleftarrow{\protect\@lla}   \def\@lla{\leftarrow\joinrel\relbar}% End of LaTeX change to \longrightarrow and \longleftarrow \def\Longleftarrow{\Leftarrow\joinrel\Relbar}\def\longmapsto{\mapstochar\longrightarrow}\def\longleftrightarrow{\leftarrow\joinrel\rightarrow}\def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}\def\iff{\;\Longleftrightarrow\;}
  88. ++++++++ Continued on next card ++++++++
  89. :OzTeX 1.2:TeX-inputs:splain.tex
  90. +++++ Continued from previous card +++++
  91.  
  92. \mathchardef\ldotp="602E % ldot as a punctuation mark\mathchardef\cdotp="6201 % cdot as a punctuation mark\mathchardef\colon="603A % colon as a punctuation mark% LaTeX change: make \ldots work outside math mode too.\def\@ldots{\mathinner{\ldotp\ldotp\ldotp}}\def\ldots{\protect\pldots}\def\pldots{\relax\ifmmode\@ldots\else\mbox{$\@ldots\,$}\fi}% End of LaTeX change to \ldots\def\cdots{\mathinner{\cdotp\cdotp\cdotp}}\def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@    \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}\def\ddots{\mathinner{\mskip1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mskip2mu    \raise4\p@\hbox{.}\mskip2mu\raise\p@\hbox{.}\mskip1mu}}\def\acute{\mathaccent"7013 }\def\grave{\mathaccent"7012 }\def\ddot{\mathaccent"707F }\def\tilde{\mathaccent"707E }\def\bar{\mathaccent"7016 }\def\breve{\mathaccent"7015 }\def\check{\mathaccent"7014 }\def\hat{\mathaccent"705E }\def\vec{\mathaccent"017E }\def\dot{\mathaccent"705F }\def\widetilde{\mathaccent"0365 }\def\widehat{\mathaccent"0362 }\def\overrightarrow#1{\vbox{\ialign{##\crcr      \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overleftarrow#1{\vbox{\ialign{##\crcr      \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}      \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}      $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}\def\underbrace#1{\mathop{\vtop{\ialign{##\crcr      $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}      \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}\def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}\def\lmoustache{\delimiter"4000340 } % top from (, bottom from )\def\rmoustache{\delimiter"5000341 } % top from ), bottom from (\def\lgroup{\delimiter"400033A } % extensible ( with sharper tips\def\rgroup{\delimiter"500033B } % extensible ) with sharper tips\def\arrowvert{\delimiter"33C } % arrow without arrowheads\def\Arrowvert{\delimiter"33D } % double arrow without arrowheads\def\bracevert{\delimiter"33E } % the vertical bar that extends braces\def\Vert{\delimiter"26B30D } \let\|=\Vert\def\vert{\delimiter"26A30C }\def\uparrow{\delimiter"3222378 }\def\downarrow{\delimiter"3223379 }\def\updownarrow{\delimiter"326C33F }\def\Uparrow{\delimiter"322A37E }\def\Downarrow{\delimiter"322B37F }\def\Updownarrow{\delimiter"326D377 }\def\backslash{\delimiter"26E30F } % for double coset G\backslash H\def\rangle{\delimiter"526930B }\def\langle{\delimiter"426830A }\def\rbrace{\delimiter"5267309 } \let\}=\rbrace\def\lbrace{\delimiter"4266308 } \let\{=\lbrace\def\rceil{\delimiter"5265307 }\def\lceil{\delimiter"4264306 }\def\rfloor{\delimiter"5263305 }\def\lfloor{\delimiter"4262304 }\def\bigl{\mathopen\big}\def\bigm{\mathrel\big}\def\bigr{\mathclose\big}\def\Bigl{\mathopen\Big}\def\Bigm{\mathrel\Big}\def\Bigr{\mathclose\Big}\def\biggl{\mathopen\bigg}\def\biggm{\mathrel\bigg}\def\biggr{\mathclose\bigg}\def\Biggl{\mathopen\Bigg}\def\Biggm{\mathrel\Bigg}\def\Biggr{\mathclose\Bigg}\def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}\def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}\def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}\def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}\def\n@space{\nulldelimiterspace\z@ \m@th}\def\choose{\atopwithdelims()}\def\brack{\atopwithdelims[]}\def\brace{\atopwithdelims\{\}}\def\sqrt{\radical"270370 }\def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%  {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}\newbox\rootbox\def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}  \mathpalette\r@@t}\def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}  \dimen@\ht\z@ \advance\dimen@-\dp\z@  \mskip5mu\raise.6\dimen@\copy\rootbox \mskip-10mu \box\z@}\newif\ifv@ \newif\ifh@\def\vphantom{\v@true\h@false\ph@nt}\def\hphantom{\v@false\h@true\ph@nt}\def\phantom{\v@true\h@true\ph@nt}\def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%  \else\let\next\makeph@nt\fi\next}\def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}\def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}\def\finph@nt{\setbox\tw@\null  \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi  \ifh@ \wd\tw@\wd\z@\fi \box\tw@}\def\mathstrut{\vphantom(}\def\smash{\relax % \relax, in case this comes first in \halign  \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh  \fi\next}\def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}\def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}\def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}\def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign\def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@    \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}\def\notin{\mathrel{\mathpalette\c@ncel\in}}\def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}\def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}\def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt          \hbox{$#1\rightharpoonup$}\crcr        $#1\leftharpoondown$}}}}\def\buildrel#1\over#2{\mathrel{\mathop{#2}\limits^{#1}}}\def\doteq{\buildrel\textstyle.\over=}\def\log{\mathop{\rm log}\nolimits}\def\lg{\mathop{\rm lg}\nolimits}\def\ln{\mathop{\rm ln}\nolimits}\def\lim{\mathop{\rm lim}}\def\limsup{\mathop{\rm lim\,sup}}\def\liminf{\mathop{\rm lim\,inf}}\def\sin{\mathop{\rm sin}\nolimits}\def\arcsin{\mathop{\rm arcsin}\nolimits}\def\sinh{\mathop{\rm sinh}\nolimits}\def\cos{\mathop{\rm cos}\nolimits}\def\arccos{\mathop{\rm arccos}\nolimits}\def\cosh{\mathop{\rm cosh}\nolimits}\def\tan{\mathop{\rm tan}\nolimits}\def\arctan{\mathop{\rm arctan}\nolimits}\def\tanh{\mathop{\rm tanh}\nolimits}\def\cot{\mathop{\rm cot}\nolimits}\def\coth{\mathop{\rm coth}\nolimits}\def\sec{\mathop{\rm sec}\nolimits}\def\csc{\mathop{\rm csc}\nolimits}\def\max{\mathop{\rm max}}\def\min{\mathop{\rm min}}\def\sup{\mathop{\rm sup}}\def\inf{\mathop{\rm inf}}\def\arg{\mathop{\rm arg}\nolimits}\def\ker{\mathop{\rm ker}\nolimits}\def\dim{\mathop{\rm dim}\nolimits}\def\hom{\mathop{\rm hom}\nolimits}\def\det{\mathop{\rm det}}\def\exp{\mathop{\rm exp}\nolimits}\def\Pr{\mathop{\rm Pr}}\def\gcd{\mathop{\rm gcd}}\def\deg{\mathop{\rm deg}\nolimits}\def\bmod{\mskip-\medmuskip\mskip5mu  \mathbin{\rm mod}\penalty900\mskip5mu\mskip-\medmuskip}\def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}\def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th    \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}\def\matrix#1{\,\vcenter{\normalbaselines\m@th    \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr      \mathstrut\crcr\noalign{\kern-\baselineskip}      #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}\def\pmatrix#1{\left(\matrix{#1}\right)}\newdimen\p@renwd% LaTeX: following command is moved after the \tenex font is defined%  by SFONTS%\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (\def\bordermatrix#1{\begingroup \m@th  \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%    \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil      &&\quad\hfil$##$\hfil\crcr      \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%      #1\crcr\omit\strut\cr}}%  \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%  \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%  \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne    \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%    \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%  \;\vbox{\kern\ht\@ne\box\tw@}\endgroup}\def\openup{\afterassignment\@penup\dimen@=}\def\@penup{\advance\lineskip\dimen@  \advance\baselineskip\dimen@  \advance\lineskiplimit\dimen@}\newif\ifdt@p\def\displ@y{\global\dt@ptrue\openup\jot\m@th  \everycr{\noalign{\ifdt@p \global\dt@pfalse      \vskip-\lineskiplimit \vskip\normallineskiplimit      \else \penalty\interdisplaylinepenalty \fi}}}\def\displaylines#1{\displ@y  \halign{\hbox to\displaywidth{$\hfil\displaystyle##\hfil$}\crcr    #1\crcr}}% LaTeX: The following \eqalign type macros are eliminated, since% they are replaced by the eqnarray environment.%%\def\eqalign#1{\,\vcenter{\openup\jot\m@th%  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil%      \crcr#1\crcr}}\,}%\def\eqalignno#1{\displ@y \tabskip\centering%  \halign to\displaywidth{\hfil$\displaystyle{##}$\tabskip\z@skip%    &$\displaystyle{{}##}$\hfil\tabskip\centering%    &\llap{$##$}\tabskip\z@skip\crcr%    #1\crcr}}%\def\leqalignno#1{\displ@y \tabskip\centering%  \halign to\displaywidth{\hfil$\displaystyle{##}$\tabskip\z@skip%    &$\displaystyle{{}##}$\hfil\tabskip\centering%    &\kern-\displaywidth\rlap{$##$}\tabskip\displaywidth\crcr%    #1\crcr}}% Definitions related to output% LaTeX uses its own output routine%%\message{output routines,}%%\countdef\pageno=0 \pageno=1 % first page is number 1%\newtoks\headline \headline={\hfil} % headline is normally blank%\newtoks\footline \footline={\hss\tenrm\folio\hss}%  % footline is normally a centered page number in font \tenrm%\newif\ifr@ggedbottom%\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}%\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom%\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}%\def\nopagenumbers{\footline{\hfil}} % blank out the footline%\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne%  \else\global\advance\pageno\@ne \fi} % increase |pageno|% LaTeX does use the same insert for footnotes as PLAIN\newinsert\footins%\def\footnote#1{\let\@sf\empty%  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\fi%  #1\@sf\vfootnote{#1}}%\def\vfootnote#1{\insert\footins\bgroup%  \interlinepenalty\interfootnotelinepenalty%  \splittopskip\ht\strutbox % top baseline for broken footnotes%  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM%  \leftskip\z@skip \rightskip\z@skip%  \textindent{#1}\footstrut\futurelet\next\fo@t}%\def\fo@t{\ifcat\bground\next \let\next\f@@t%  \else\let\next\f@t\fi \next}%\def\f@@t{\bgroup\aftergroup\@foot\let\next}%\def\f@t#1{#1\@foot}%\def\@foot{\strut\egroup}%\def\footstrut{\vbox to\splittopskip{}}% LaTeX leaves these initializations for the \footins insert.%\skip\footins=\bigskipamount % space added when footnote is present\count\footins=1000 % footnote magnification factor (1 to 1)\dimen\footins=8in % maximum footnotes per page%\newinsert\topins%\newif\ifp@ge \newif\if@mid%\def\topinsert{\@midfalse\p@gefalse\@ins}%\def\midinsert{\@midtrue\@ins}%\def\pageinsert{\@midfalse\p@getrue\@ins}%\skip\topins=\z@skip % no space added when a topinsert is present%\count\topins=1000 % magnification factor (1 to 1)%\dimen\topins=\maxdimen % no limit per page%\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox%\def\endinsert{\egroup % finish the \vbox%  \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@%    \advance\dimen@12\p@ \advance\dimen@\pagetotal%    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi%  \if@mid \bigskip\box\z@\bigbreak%  \else\insert\topins{\penalty100 % floating insertion%    \splittopskip\z@skip%    \splitmaxdepth\maxdimen \floatingpenalty\z@%    \ifp@ge \dimen@\dp\z@%    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero%    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}%\output{\plainoutput}%\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%  \advancepageno%  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}%\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}%\def\makeheadline{\vbox to\z@{\vskip-22.5\p@%  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}%\def\makefootline{\baselineskip24\p@\line{\the\footline}}%\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over%  \vbox to-\topskip{\line{}\vss}\vfill\supereject\fi}%%\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi%  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255%  \ifvoid\footins\else % footnote info is present%    \vskip\skip\footins%    \footnoterule%    \unvbox\footins\fi%  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}% LaTeX keeps PLAIN TeX's \footnoterule as the default\def\footnoterule{\kern-3\p@  \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high% Hyphenation, miscellaneous macros, and initial values for standard layout\message{hyphenation}\input hyphen% \magnification doesn't work in LaTeX%%\def\magnification{\afterassignment\m@g\count@}%\def\m@g{\mag\count@%  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}\def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@  \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne  \tracingmacros\@ne\tracingparagraphs\@ne\tracingrestores\@ne  \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}\def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm  \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}% input SLiTeX fonts and commands\input sfonts\input latex\input slitex% LaTeX change: moved from above. \setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (% SliTeX: default values\normalbaselines\twentypt\nonfrenchspacing % punctuation affects the spacing\catcode`@=12 % at signs are no longer letters% SliTeX: File called SPLAIN% identify the current format\def\fmtname{splain}\def\fmtversion{2.09-11/22/85} \typeout{Input any local modifications here.}:OzTeX 1.2:TeX-inputs:testpage.tex
  93. % testpage.tex - created 20 July 1987% Copyright (C) 1987 by Leslie Lamport%% Test of how accurately printer reproduces dimensions specified% by LaTeX output.%% Revised by Stephen Gildea to:% make 10 tic marks instead of 9% add a long rule through the tics to show the exact edge of the paper% short tics on right-hand ruler positioned correctly% some comments added\documentstyle{article}\pagestyle{empty}\oddsidemargin  0pt     \evensidemargin 0pt\marginparwidth 1in\marginparsep 0pt\topmargin 0pt\headheight 0pt\headsep 0pt\topskip 0pt        \footheight 0pt\footskip 0pt\textheight 9in\textwidth 6.5in\setlength{\unitlength}{1in}\newcounter{foo}\begin{document}\parindent 0pt\begin{picture}(0,0)\scriptsize\put(0,-9){\framebox(6.5,9){}}% left ruler\put(0,-4.5){\line(-1,0){2.5}}\multiput(-.1,-4.6)(-.1,0){10}{\line(0,1){.2}}\multiput(-.05,-4.55)(-.1,0){10}{\line(0,1){.1}}\setcounter{foo}{1}\multiput(-.1,-4.35)(-.1,0){9}{\makebox                                 (0,0){\arabic{foo}}\addtocounter{foo}{1}}% right ruler\put(6.5,-4.5){\line(1,0){2.5}}\multiput(6.6,-4.6)(.1,0){10}{\line(0,1){.2}}\multiput(6.55,-4.55)(.1,0){10}{\line(0,1){.1}} %fixed mit-erl!gildea 13Feb86%\multiput(6.55,-4.6)(.1,0){10}{\line(0,1){.1}}\setcounter{foo}{1}\multiput(6.6,-4.35)(.1,0){9}{\makebox                                 (0,0){\arabic{foo}}\addtocounter{foo}{1}}% top ruler\put(3.25,0){\line(0,1){2.5}}\multiput(3.15,.1)(0,.1){10}{\line(1,0){.2}}\multiput(3.2,.05)(0,.1){10}{\line(1,0){.1}}\setcounter{foo}{1}\multiput(3.4,.1)(0,.1){9}{\makebox                                 (0,0){\arabic{foo}}\addtocounter{foo}{1}}% bottom ruler\put(3.25,-9){\line(0,-1){2.5}}\multiput(3.15,-9.1)(0,-.1){10}{\line(1,0){.2}}\multiput(3.2,-9.05)(0,-.1){10}{\line(1,0){.1}}\setcounter{foo}{1}\multiput(3.4,-9.1)(0,-.1){9}{\makebox                                 (0,0){\arabic{foo}}\addtocounter{foo}{1}}\end{picture}\vfill\mbox{}\hfill\begin{minipage}{4in}The frame on this page should be $6\frac{1}{2}'' \times 9''$.  Whenprinted on $8\frac{1}{2}'' \times 11''$ paper, the frame should be oneinch from each edge of the paper.\\[10pt]The rulers at the four edges will indicate how much of the page isuseable.  The large ticks are $.1''$ apart.\end{minipage}\hfill\mbox{}\vfill\mbox{}\end{document}:OzTeX 1.2:TeX-inputs:Times-LaTeX.tex
  94. % The Times-LaTeX format replaces most of the CM text fonts with their% "equivalent" PostScript fonts.  Here's how to create the fmt file:%% 1. Put Times-lfonts.tex into TeX-formats and rename it lfonts.tex.%% 2. Start up OzTeX and make TeX-formats the current folder by using "TeX..."%    to locate the new lfonts.tex and then selecting Cancel.%% 3. Run INITeX and in response to the "**" prompt type "Times-LaTeX\dump"%    and hit Return.  INITeX will read lfonts.tex from the current folder.%% 3. When you get the standard file dialogue, save Times-LaTeX.fmt in%    the TeX-formats folder.%% 4. Go back to the Finder and restore the original name for lfonts.tex.%    If you forget this step then INITeX will use this file the next%    time you build the LaTeX format!%% 5. Add the new format name to Oz.config and restart OzTeX.%    Test Times-LaTeX with the Times-test.tex file.%% There are a number of problems with Times-LaTeX:% -- Standard PS text fonts don't have a tie accent, nor a dotless j.% -- There are no readily available PS fonts to replace the CM math fonts.% Since it was created in a bit of a hurry, there are probably other problems!% % Andrew Trevorrow, October 1989\input lplain    % will \input lfonts.tex, then latex.tex% We redefine \LaTeX so that it doesn't use \sc (since there is no PostScript% Small Caps font readily available).% The new definition must come after the one in lateX.tex:\def\LaTeX{{L\kern-.35em\raise-0.4ex\hbox{$^{\rm A}$}\kern-.15em\TeX}}% \PStext sets things up for a PostScript text font:\def\PStext{% PS foreign language locations:\chardef\ss="FB%\chardef\ae="F1%\chardef\oe="FA%\chardef\o="F9%\chardef\AE="E1%\chardef\OE="EA%\chardef\O="E9%\chardef\i="F5%\chardef\l="F8%\chardef\L="E8%\def\aa{\leavevmode\raise0.1ex\rlap{\kern0.05em\char'312}a}%\def\AA{\leavevmode\raise0.4ex\rlap{\kern0.2em\char'312}A}%\def\j{j\write16{No dotless j in this font!}}%% PS accent locations:\def\`##1{{\accent193 ##1}}%\def\'##1{{\accent194 ##1}}%\def\v##1{{\accent207 ##1}}%\def\u##1{{\accent198 ##1}}%\def\=##1{{\accent197 ##1}}%\def\^##1{{\accent195 ##1}}%\def\.##1{{\accent199 ##1}}%\def\H##1{{\accent205 ##1}}%\def\~##1{{\accent196 ##1}}%\def\"##1{{\accent200 ##1}}%\def\b##1{\oalign{##1\crcr\hidewidth%\vbox to.2ex{\hbox{\char197}\vss}\hidewidth}}%\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent203 ##1%\else{\ooalign{\hidewidth\char203\hidewidth\crcr\unhbox0}}\fi}%\def\t{\write16{No tie accent in this font!}}%% PS uppercase Greek (assumes \sy is Symbol font):\def\Gamma{\hbox{\sy G}}%\def\Delta{\hbox{\sy D}}%\def\Theta{\hbox{\sy Q}}%\def\Lambda{\hbox{\sy L}}%\def\Xi{\hbox{\sy X}}%\def\Pi{\hbox{\sy P}}%\def\Sigma{\hbox{\sy S}}%\def\Upsilon{\hbox{\sy U}}%\def\Phi{\hbox{\sy F}}%\def\Psi{\hbox{\sy Y}}%\def\Omega{\hbox{\sy W}}%}% \CMtext sets things up for a Computer Modern text font:\def\CMtext{% CM foreign language locations:\chardef\ss="19%\chardef\ae="1A%\chardef\oe="1B%\chardef\o="1C%\chardef\AE="1D%\chardef\OE="1E%\chardef\O="1F%\chardef\i="10%\chardef\j="11%\def\l{\char32l}%\def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}%\def\aa{\accent23a}%\def\AA{\leavevmode\setbox0\hbox{h}\dimen0\ht0\advance\dimen0-1ex%\rlap{\raise.67\dimen0\hbox{\char'27}}A}%% CM accent locations:\def\`##1{{\accent18 ##1}}%\def\'##1{{\accent19 ##1}}%\def\v##1{{\accent20 ##1}}\let\^^_=\v%\def\u##1{{\accent21 ##1}}\let\^^S=\u%\def\=##1{{\accent22 ##1}}%\def\^##1{{\accent94 ##1}}\let\^^D=\^%\def\.##1{{\accent95 ##1}}%\def\H##1{{\accent"7D ##1}}%\def\~##1{{\accent"7E ##1}}%\def\"##1{{\accent"7F ##1}}%\def\b##1{\oalign{##1\crcr\hidewidth%\vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}%\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent24 ##1%\else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox0}}\fi}%\def\t##1{{\edef\next{\the\font}\the\textfont1\accent"7F\next##1}}%% CM uppercase Greek (assumes current font is a CM text font):\def\Gamma{\hbox{\char0}}%\def\Delta{\hbox{\char1}}%\def\Theta{\hbox{\char2}}%\def\Lambda{\hbox{\char3}}%\def\Xi{\hbox{\char4}}%\def\Pi{\hbox{\char5}}%\def\Sigma{\hbox{\char6}}%\def\Upsilon{\hbox{\char7}}%\def\Phi{\hbox{\char8}}%\def\Psi{\hbox{\char9}}%\def\Omega{\hbox{\char10}}%}\PStext    % switch to PostScript text:OzTeX 1.2:TeX-inputs:Times-LFONTS.tex
  95. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This modified version of LFONTS.TEX is for creating the Times-LaTeX format.% See Times-LaTeX.tex for details.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% File LFONTS - Version of 10 April 1989%% This version of LFONTS.TEX is for the CMR fonts.  It was converted% from the AMR version by David Fuchs on 18 December 1985.% And corrected on 11 Nov 1986 by Leslie Lamport.  % Last vestige of AMR fonts removed 3 Mar 89 by Leslie Lamport.% This file needs to be customized for the fonts available at a particular% site.  There are three places where changes need to be made.  They% can be found by searching this file for the string  FONT-CUSTOMIZING.%% FONT CONVENTIONS%% A TYPESTYLE COMMAND is something like \it that defines a type style.% Each style command \xx is defined to be \protect\pxx, where % \pxx is defined to choose the correct font for the current size.% This allows style commands to appear in 'unsafe' arguments where% protection is required.%% A SIZE COMMAND is something like \normalsize that defines a type size.% It is defined by the document style.  However, \normalsize is handled% somewhat differently because it is called so often--e.g., on every% page by the output routine.  The document style defines \@normalsize% instead of \normalsize.% % A ONE-SIZE typestyle is one that exists only in the \normalsize size.%% A FONT-SIZE COMMAND is one that defines \textfont, \scriptfont and % \scriptscriptfont for the font families corresponding to preloaded fonts,% as well as the typestyle commands for the preloaded fonts.  Each% font-size command has an associated @fontsize command, having the same% name except for an '@' at the front.   All font-size commands are defined % in LFONTS.  The naming convention is that a fifteenpt font has a font-size% name \xvpt, and so on.%% Each size command \SIZE executes the command%             \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE% which does the following.%   0. Executes \@nomath\SIZE to issue warning if in math mode.%   1. \let \@currsize = \SIZE  %   2. Sets \strutbox to a strut of height .7 * BASELINESKIP and%      depth .3 * BASELINESKIP%%       Note: Charles Karney observed that step 2 is useless, since the%       \FONTSIZE command executed in step 4 resets \strutbox using%       the actual baselineskip, which is \baselinestretch * BASELINESKIP.%       Some day, this step may get removed.  (Note made 28 Feb 89)%%   3. Sets \baselineskip to \baselinestretch * BASELINESKIP %      and %   4. Calls \FONTSIZE %   5. Executes the \@FONTSIZE command.% It should then define all the typestyle commands not defined by the font-size% command, except for the one-size type styles. A typestyle command for which% the corresponding font exists but is not preloaded is defined to expand to a% \@getfont command.  A typestyle whose font does not exist is defined to % expand to a \@subfont command.%% A one-size typestyle whose font is not preloaded is defined to expand to% a \@onesizefont command.%% \em is defined to be \it inside an unslanted style and \rm inside a% slanted style.  An \em command in a section title will produce a \pem% command in the table of contents.%\def\em{\protect\pem{}}\def\pem{\ifdim \fontdimen\@ne\font >\z@ \rm \else \it \fi}\def\normalsize{\ifx\@currsize\normalsize \rm \else \@normalsize\fi}% \load{SIZE}{STYLE} : Solves anomaly of loaded-on-demand font%    used for first time in math mode.  Give this command outside math%    mode, before formula using it for first time.\def\load#1#2{\let\@tempa\@currsize \let\@currsize\relax #1#2\@tempa}% \newfont{\CMD}{FONT} defines \CMD to be the font FONT.%    It is equivalent to \font \CMD = FONT% \symbol{NUM} == \char NUM\def\newfont#1#2{\@ifdefinable #1{\font #1=#2\relax}}\def\symbol#1{\char #1\relax}% \@getfont \STYLE \FAM \@FONTSIZE{LOADING.INFO}%   \STYLE       = style command%   \FAM         = a control sequence defined by \newfam\FAM%   \@FONTSIZE   = the @fontsize command for the current size. %   LOADING.INFO = information needed to load the font--e.g., %                  cmtti10 \magstep 2%   Does the following, where \FONTNAME denotes a new unique, untypeable%   font name:%    1. Executes  \font \FONTNAME = LOADING.INFO %    2. Appends '\textfont FAM \FONTNAME \def\STYLE{\fam \FAM \FONTNAME}' %       to the definition of \@FONTSIZE.%    3. Executes \@FONTSIZE \STYLE.%% \@nohyphens\STYLE\@FONTSIZE%   Used right after \@getfont to set \hyphenchar of the new font to -1,%   thereby prohibiting hyphenation.  It is used with \tt fonts.%   (\@nohyphens was added on 12/18/85)%% \@subfont \STYLE \REPSTYLE %   \STYLE, \REPSTYLE = type style commands.%   Types warning message and defines uses \REPSTYLE.%% \@onesizefont \STYLE {LOADING.INFO}%   Defines \STYLE to be a typestyle that exists only for the \normalsize%   size.  It produces the font specified by LOADING.INFO%% \@addfontinfo\@FONTSIZE{DEFS}%    Expands DEFS and adds to the definition of \@FONTSIZE. Items that should %    not be expanded should be protected with \@prtct---except no protection%    is needed for '\def\foo', only for the contents of the definition.%% \@nomath\CS : Types a warning '\CS used in math mode' if encountered%    in math mode.% Remove \outer from definition of \newfam\def\newfam{\alloc@8\fam\chardef\sixt@@n}\def\@setsize#1#2#3#4{\@nomath#1\let\@currsize#1\baselineskip   #2\setbox\strutbox\hbox{\vrule height.7\baselineskip      depth.3\baselineskip width\z@}\baselineskip\baselinestretch\baselineskip   \normalbaselineskip\baselineskip#3#4}\newif\if@bold\let\@prtct=\relax\def\@addfontinfo#1#2{{\def\@prtct{\noexpand\@prtct\noexpand}\def\def{\noexpand    \def\noexpand}\xdef#1{#1#2}}}\def\@getfont#1#2#3#4{\@ifundefined{\string #1\string #3}{\global\expandafter    \font \csname \string #1\string #3\endcsname #4\relax      \@addfontinfo#3{\textfont #2\csname \string #1\string #3\endcsname      \scriptfont #2\csname \string #1\string #3\endcsname      \scriptscriptfont #2\csname \string #1\string #3\endcsname      \def#1{\fam #2\csname\string #1\string #3\endcsname}}}{}#3#1}\def\@nohyphens#1#2{\global\expandafter \hyphenchar\csname    \string #1\string #2\endcsname \m@ne}\def\@subfont#1#2{\@warning{No \string#1\space typeface in         this size, using \string#2}#2}\def\@onesizefont#1#2{\expandafter\newfam\csname fm\string#1\endcsname  \global\expandafter\font\csname ft\string#1\endcsname #2\relax  \gdef#1{\ifx \@currsize\normalsize \@ftfam#1\else  \@warning{Typeface \string#1\space available only in   \string\normalsize, using \string\rm}\gdef #1{\ifx \@currsize\normalsize   \textfont\@fontfam#1 \scriptfont\@fontfam#1 \scriptscriptfont  \@fontfam#1\@ftfam#1\else \rm\fi}#1\fi}#1}\def\@ftfam#1{\fam\csname fm\string#1\endcsname\csname ft\string#1\endcsname}\def\@nomath#1{\ifmmode \@warning{\string#1\space in math mode.}\fi}\def\@nomathbold{\ifmmode \@warning{\string\mathbold\space in math mode.}\fi}% The following definitions save token space.  E.g., using \@height % instead of height saves 5 tokens at the cost in time of one macro % expansion.\def\@height{height}\def\@depth{depth}\def\@width{width}%% FONT-CUSTOMIZING:  The following \font commands define the%% preloaded LaTeX fonts.  Font names should be changed to cause%% different fonts to be loaded in place of these particular fonts.%% \font commands should be added or deleted to change which fonts%% are preloaded.\input psnames.tex\xdef\PSnorm{\TimesR}\xdef\PSital{\TimesI}\xdef\PSbold{\TimesB}\xdef\PSboit{\TimesBI}\xdef\PSslan{\TimesS}\xdef\PSsltt{\CourierO}\xdef\PStype{\Courier}\xdef\PSsans{\Helv}\xdef\PSsani{\HelvO}\xdef\PSsanb{\HelvB}\xdef\PSsymb{\Symbol}\def\atvpt   { at 5pt}\def\atvipt  { at 6pt}\def\atviipt { at 7pt}\def\atviiipt{ at 8pt}\def\atixpt  { at 9pt}\def\atxpt   { at 10pt}\def\@halfmag{ at 10.95pt}\def\@magi   { at 12pt}\def\@magii  { at 14.4pt}\def\@magiii { at 17.28pt}\def\@magiv  { at 20.74pt}\def\@magv   { at 24.88pt}% five point \font\fivrm  = \PSnorm     \atvpt % normal \font\fivmi  = cmmi5              % math italic    \skewchar\fivmi ='177          % for placement of accents%\font\fivmib = cmmib10     \atvpt % bold math italic \font\fivsy  = cmsy5              % math symbols    \skewchar\fivsy ='60           % for placement of math accents%\font\fivsyb = cmbsy10     \atvpt % bold math symbols%\font\fivit  = \PSital     \atvpt % text italic%\font\fivsl  = \PSslan     \atvpt % slanted%\font\fivbf  = \PSbold     \atvpt % extended bold%\font\fivbfs = \PSboit     \atvpt % extended bold slanted%\font\fivtt  = \PStype     \atvpt % typewriter%\font\fivtti = cmitt10     \atvpt % italic typewriter%\font\fivtts = \PSsltt     \atvpt % slanted typewriter%\font\fivsf  = \PSsans     \atvpt % sans serif%\font\fivsfi = \PSsani     \atvpt % italic sans serif%\font\fivsfb = \PSsanb     \atvpt % bold sans serif%\font\fivsc  = cmcsc10     \atvpt % small caps \font\fivly  = lasy5              % LaTeX symbols%\font\fivlyb = lasyb10     \atvpt % LaTeX symbols%\font\fivuit = cmu10       \atvpt % unslanted italic% six point \font\sixrm  = \PSnorm    \atvipt % normal \font\sixmi  = cmmi6              % math italic    \skewchar\sixmi ='177          % for placement of accents%\font\sixmib = cmmib10    \atvipt % bold math italic \font\sixsy  = cmsy6              % math symbols    \skewchar\sixsy ='60           % for placement of math accents%\font\sixsyb = cmbsy10    \atvipt % bold math symbols%\font\sixit  = \PSital    \atvipt % text italic%\font\sixsl  = \PSslan    \atvipt % slanted%\font\sixbf  = \PSbold    \atvipt % extended bold%\font\sixbfs = \PSboit    \atvipt % extended bold slanted%\font\sixtt  = \PStype    \atvipt % typewriter%\font\sixtti = cmitt10    \atvipt % italic typewriter%\font\sixtts = \PSsltt    \atvipt % slanted typewriter%\font\sixsf  = \PSsans    \atvipt % sans serif%\font\sixsfi = \PSsani    \atvipt % italic sans serif%\font\sixsfb = \PSsanb    \atvipt % bold sans serif%\font\sixsc  = cmcsc10    \atvipt % small caps \font\sixly  = lasy6              % LaTeX symbols%\font\sixlyb = lasyb10    \atvipt % LaTeX symbols%\font\sixuit = cmu10      \atvipt % unslanted italic% seven point \font\sevrm  = \PSnorm   \atviipt % normal \font\sevmi  = cmmi7              % math italic    \skewchar\sevmi ='177          % for placement of accents%\font\sevmib = cmmib10   \atviipt % bold math italic \font\sevsy  = cmsy7              % math symbols    \skewchar\sevsy ='60           % for placement of math accents%\font\sevsyb = cmbsy10   \atviipt % bold math symbols \font\sevit  = \PSital   \atviipt % text italic%\font\sevsl  = \PSslan   \atviipt % slanted%\font\sevbf  = \PSbold   \atviipt % extended bold%\font\sevbfs = \PSboit   \atviipt % extended bold slanted%\font\sevtt  = \PStype   \atviipt % typewriter%\font\sevtti = cmitt10   \atviipt % italic typewriter%\font\sevtts = \PSsltt   \atviipt % slanted typewriter%\font\sevsf  = \PSsans   \atviipt % sans serif%\font\sevsfi = \PSsani   \atviipt % italic sans serif%\font\sevsfb = \PSsanb   \atviipt % bold sans serif%\font\sevsc  = cmcsc10   \atviipt % small caps \font\sevly  = lasy7              % LaTeX symbols%\font\sevlyb = lasyb10   \atviipt % LaTeX symbols%\font\sevuit = cmu10     \atviipt % unslanted italic% eight point \font\egtrm  = \PSnorm  \atviiipt % normal \font\egtmi  = cmmi8              % math italic    \skewchar\egtmi ='177          % for placement of accents%\font\egtmib = cmmib10  \atviiipt % bold math italic \font\egtsy  = cmsy8              % math symbols    \skewchar\egtsy ='60           % for placement of math accents%\font\egtsyb = cmbsy10  \atviiipt % bold math symbols \font\egtit  = \PSital  \atviiipt % text italic%\font\egtsl  = \PSslan  \atviiipt % slanted%\font\egtbf  = \PSbold  \atviiipt % extended bold%\font\egtbfs = \PSboit  \atviiipt % extended bold slanted%\font\egttt  = \PStype  \atviiipt % typewriter%\font\egttti = cmitt10  \atviiipt % italic typewriter%\font\egttts = \PSsltt  \atviiipt % slanted typewriter%\font\egtsf  = \PSsans  \atviiipt % sans serif%\font\egtsfi = \PSsani  \atviiipt % italic sans serif%\font\egtsfb = \PSsanb  \atviiipt % bold sans serif%\font\egtsc  = cmcsc10  \atviiipt % small caps \font\egtly  = lasy8              % LaTeX symbols%\font\egtlyb = lasyb10  \atviiipt % LaTeX symbols%\font\egtuit = cmu10    \atviiipt % unslanted italic% nine point \font\ninrm  = \PSnorm    \atixpt % normal \font\ninmi  = cmmi9              % math italic    \skewchar\ninmi ='177          % for placement of accents%\font\ninmib = cmmib10    \atixpt % bold math italic \font\ninsy  = cmsy9              % math symbols    \skewchar\ninsy ='60           % for placement of math accents%\font\ninsyb = cmbsy10    \atixpt % bold math symbols \font\ninit  = \PSital    \atixpt % text italic%\font\ninsl  = \PSslan    \atixpt % slanted \font\ninbf  = \PSbold    \atixpt % extended bold%\font\ninbfs = \PSboit    \atixpt % extended bold slanted \font\nintt  = \PStype    \atixpt % typewriter    \hyphenchar\nintt = -1         % suppress hyphenation in \tt font%\font\nintti = cmitt10    \atixpt % italic typewriter%\font\nintts = \PSsltt    \atixpt % slanted typewriter%\font\ninsf  = \PSsans    \atixpt % sans serif%\font\ninsfi = \PSsani    \atixpt % italic sans serif%\font\ninsfb = \PSsanb    \atixpt % bold sans serif%\font\ninsc  = cmcsc10    \atixpt % small caps \font\ninly  = lasy9              % LaTeX symbols%\font\ninlyb = lasyb10    \atixpt % LaTeX symbols%\font\ninuit = cmu10      \atixpt % unslanted italic% ten point \font\tenrm  = \PSnorm     \atxpt % normal \font\tenmi  = cmmi10             % math italic    \skewchar\tenmi ='177          % for placement of accents%\font\tenmib = cmmib10            % bold math italic \font\tensy  = cmsy10             % math symbols    \skewchar\tensy ='60           % for placement of math accents%\font\tensyb = cmbsy10            % bold symbols \font\tenit  = \PSital     \atxpt % text italic \font\tensl  = \PSslan     \atxpt % slanted \font\tenbf  = \PSbold     \atxpt % extended bold \font\tenbfs = \PSboit     \atxpt % extended bold slanted \font\tentt  = \PStype     \atxpt % typewriter    \hyphenchar\tentt = -1         % suppress hyphenation in \tt font%\font\tentti = cmitt10            % italic typewriter%\font\tentts = \PSsltt     \atxpt % slanted typewriter \font\tensf  = \PSsans     \atxpt % sans serif%\font\tensfi = \PSsani     \atxpt % italic sans serif%\font\tensfb = \PSsanb     \atxpt % bold sans serif%\font\tensc  = cmcsc10            % small caps \font\tenly  = lasy10             % LaTeX symbols%\font\tenlyb = lasyb10            % bold LaTeX symbols%\font\tenuit = cmu10              % unslanted italic% eleven point \font\elvrm  = \PSnorm    \@halfmag % normal \font\elvmi  = cmmi10     \@halfmag % math italic    \skewchar\elvmi ='177            % for placement of accents%\font\elvmib = cmmib10    \@halfmag % bold math italic \font\elvsy  = cmsy10     \@halfmag % math symbols    \skewchar\elvsy ='60             % for placement of math accents%\font\elvsyb = cmbsy10    \@halfmag % bold symbols \font\elvit  = \PSital    \@halfmag % text italic \font\elvsl  = \PSslan    \@halfmag % slanted \font\elvbf  = \PSbold    \@halfmag % exelvded bold%\font\elvbfs = \PSboit    \@halfmag % exelvded bold slanted \font\elvtt  = \PStype    \@halfmag % typewriter    \hyphenchar\elvtt = -1           % suppress hyphenation in \tt font%\font\elvtti = cmitt10    \@halfmag % italic typewriter%\font\elvtts = \PSsltt    \@halfmag % slanted typewriter
  96. ++++++++ Continued on next card ++++++++
  97. :OzTeX 1.2:TeX-inputs:Times-LFONTS.tex
  98. +++++ Continued from previous card +++++
  99.  
  100.  \font\elvsf  = \PSsans    \@halfmag % sans serif%\font\elvsfi = \PSsani    \@halfmag % italic sans serif%\font\elvsfb = \PSsanb    \@halfmag % bold sans serif%\font\elvsc  = cmcsc10    \@halfmag % small caps \font\elvly  = lasy10     \@halfmag % LaTeX symbols%\font\elvlyb = lasyb10    \@halfmag % bold LaTeX symbols%\font\elvuit = cmu10      \@halfmag % unslanted italic% twelve point \font\twlrm  = \PSnorm      \@magi  % normal \font\twlmi  = cmmi10       \@magi  % math italic    \skewchar\twlmi ='177            % for placement of accents%\font\twlmib = cmmib10      \@magi  % bold math italic \font\twlsy  = cmsy10       \@magi  % math symbols    \skewchar\twlsy ='60             % for placement of math accents%\font\twlsyb = cmbsy10      \@magi  % bold symbols \font\twlit  = \PSital      \@magi  % text italic \font\twlsl  = \PSslan      \@magi  % slanted \font\twlbf  = \PSbold      \@magi  % extended bold%\font\twlbfs = \PSboit      \@magi  % extended bold slanted \font\twltt  = \PStype      \@magi  % typewriter    \hyphenchar\twltt = -1           % suppress hyphenation in \tt font%\font\twltti = cmitt10      \@magi  % italic typewriter%\font\twltts = \PSsltt      \@magi  % slanted typewriter \font\twlsf  = \PSsans      \@magi  % sans serif%\font\twlsfi = \PSsani      \@magi  % italic sans serif%\font\twlsfb = \PSsanb      \@magi  % bold sans serif%\font\twlsc  = cmcsc10      \@magi  % small caps \font\twlly  = lasy10       \@magi  % LaTeX symbols%\font\twllyb = lasyb10      \@magi  % bold LaTeX symbols%\font\twluit = cmu10        \@magi  % unslanted italic% fourteen point \font\frtnrm  = \PSnorm        \@magii % normal \font\frtnmi  = cmmi10         \@magii % math italic    \skewchar\frtnmi ='177              % for placement of accents%\font\frtnmib = cmmib10        \@magii % bold math italic \font\frtnsy  = cmsy10         \@magii % math symbols    \skewchar\frtnsy ='60               % for placement of math accents%\font\frtnsyb = cmbsy10        \@magii % bold symbols%\font\frtnit  = \PSital        \@magii % text italic%\font\frtnsl  = \PSslan        \@magii % slanted \font\frtnbf  = \PSbold        \@magii % extended bold%\font\frtnbfs = \PSboit        \@magii % extended bold slanted%\font\frtntt  = \PStype        \@magii % typewriter%\font\frtntti = cmitt10        \@magii % italic typewriter%\font\frtntts = \PSsltt        \@magii % slanted typewriter%\font\frtnsf  = \PSsans        \@magii % sans serif%\font\frtnsfi = \PSsani        \@magii % italic sans serif%\font\frtnsfb = \PSsanb        \@magii % bold sans serif%\font\frtnsc  = cmcsc10        \@magii % small caps \font\frtnly  = lasy10         \@magii % LaTeX symbols%\font\frtnlyb = lasyb10        \@magii % bold LaTeX symbols%\font\frtnuit = cmu10          \@magii % unslanted italic% seventeen point \font\svtnrm  = \PSnorm        \@magiii % normal \font\svtnmi  = cmmi10         \@magiii % math italic    \skewchar\svtnmi ='177               % for placement of accents%\font\svtnmib = cmmib10        \@magiii % bold math italic \font\svtnsy  = cmsy10         \@magiii % math symbols    \skewchar\svtnsy ='60                % for placement of math accents%\font\svtnsyb = cmbsy10        \@magiii % bold symbols%\font\svtnit  = \PSital        \@magiii % text italic%\font\svtnsl  = \PSslan        \@magiii % slanted \font\svtnbf  = \PSbold        \@magiii % extended bold%\font\svtnbfs = \PSboit        \@magiii % extended bold slanted%\font\svtntt  = \PStype        \@magiii % typewriter%\font\svtntti = cmitt10        \@magiii % italic typewriter%\font\svtntts = \PSsltt        \@magiii % slanted typewriter%\font\svtnsf  = \PSsans        \@magiii % sans serif%\font\svtnsfi = \PSsani        \@magiii % italic sans serif%\font\svtnsfb = \PSsanb        \@magiii % bold sans serif%\font\svtnsc  = cmcsc10        \@magiii % small caps \font\svtnly  = lasy10         \@magiii % LaTeX symbols%\font\svtnlyb = lasyb10        \@magiii % bold LaTeX symbols%\font\svtnuit = cmu10          \@magiii % unslanted italic% twenty point \font\twtyrm  = \PSnorm         \@magiv % normal \font\twtymi  = cmmi10          \@magiv % math italic    \skewchar\twtymi ='177               % for placement of accents%\font\twtymib = cmmib10         \@magiv % bold math italic \font\twtysy  = cmsy10          \@magiv % math symbols    \skewchar\twtysy ='60                % for placement of math accents%\font\twtysyb = cmbsy10         \@magiv % bold symbols%\fit  = \PSital         \@magiv % text italic%\font\twtysl  = \PSslan         \@magiv % slanted%\font\twtybf  = \PSbold         \@magiv % extended bold%\font\twtybfs = \PSboit         \@magiv % extended bold slanted%\font\twtytt  = \PStype         \@magiv % typewriter%\font\twtytti = cmitt10         \@magiv % italic typewriter%\font\twtytts = \PSsltt         \@magiv % slanted typewriter%\font\twtysf  = \PSsans         \@magiv % sans serif%\font\twtysfi = \PSsani         \@magiv % italic sans serif%\font\twtysfb = \PSsanb         \@magiv % bold sans serif%\font\twtysc  = cmcsc10         \@magiv % small caps \font\twtyly  = lasy10          \@magiv % LaTeX symbols%\font\twtylyb = lasyb10         \@magiv % bold LaTeX symbols%\font\twtyuit = cmu10           \@magiv % unslanted italic% twenty-five point \font\twfvrm  = \PSnorm          \@magv % normal%\font\twfvmi  = cmmi10           \@magv % math italic%\font\twfvmib = cmmib10          \@magv % bold math italic%\font\twfvsy  = cmsy10           \@magv % math symbols%\font\twfvsyb = cmbsy10          \@magv % bold symbols%\font\twfvit  = \PSital          \@magv % text italic%\font\twfvsl  = \PSslan          \@magv % slanted%\font\twfvbf  = \PSbold          \@magv % extended bold%\font\twfvbfs = \PSboit          \@magv % extended bold slanted%\font\twfvtt  = \PStype          \@magv % typewriter%\font\twfvtti = cmitt10          \@magv % italic typewriter%\font\twfvtts = \PSsltt          \@magv % slanted typewriter%\font\twfvsf  = \PSsans          \@magv % sans serif%\font\twfvsfi = \PSsani          \@magv % italic sans serif%\font\twfvsfb = \PSsanb          \@magv % bold sans serif%\font\twfvsc  = cmcsc10          \@magv % small caps%\font\twfvly  = lasy10           \@magv % LaTeX symbols%\font\twfvlyb = lasyb10          \@magv % bold LaTeX symbols%\font\twfvuit = cmu10            \@magv % unslanted italic% Math extension\font\tenex    = cmex10% line & circle fonts \font\tenln    = line10\font\tenlnw   = linew10  \font\tencirc  = circle10\font\tencircw = circlew10 % Change made 6 May 86: `\@warning' replaced by `\immediate\write 15' % since it's not defined when lfonts.tex is read by lplain.tex.%\ifnum\fontdimen8\tenln=\fontdimen8\tencirc \else   \immediate\write 15{Incompatible thin line and circle fonts}\fi\ifnum\fontdimen8\tenlnw=\fontdimen8\tencircw \else   \immediate\write 15{Incompatible thick line and circle fonts}\fi% protected font names\def\rm{\protect\prm}\def\it{\protect\pit}\def\bf{\protect\pbf}\def\sl{\protect\psl}\def\sf{\protect\psf}\def\sc{\protect\psc}\def\tt{\protect\ptt}\def\sy{\protect\psy}%% FONT-CUSTOMIZING:  The following definitions define certain commands%% to be abbreviations for certain font names.  These commands are used%% below in \@getfont commands, which load the loaded-on-demand fonts.%% This is done only to save space.  To change the fonts that are loaded%% on demand, one can either change these definitions or else change%% the arguments of the \@getfont commands.  %%\def\@mbi{cmmib10}\def\@mbsy{cmbsy10}\def\@mcsc{cmcsc10}\def\@lasyb{lasyb10}% families\newfam\itfam      % \it is family 4\newfam\slfam      % \sl is family 5\newfam\bffam      % \bf is family 6\newfam\ttfam      % \tt is family 7\newfam\sffam      % \sf is family 8\newfam\scfam      % \sc is family 9\newfam\lyfam      % \ly is family 10\newfam\syfam      % \sy is family 11\def\cal{\fam\tw@}\def\mit{\fam\@ne}\def\@setstrut{\setbox\strutbox=\hbox{\vrule \@height .7\baselineskip    \@depth .3\baselineskip \@width\z@}}%% FONT-CUSTOMIZING: The commands \vpt, \vipt, ... , \xxvpt perform all%% the declarations needed to change the type size to 5pt, 6pt, ... ,%% 25pt.  To see how this works, consider the definition of \viipt,%% which determines the fonts used in a 7pt type size.  The command%%    \def\pit{\fam\itfam\sevit}%% means that the \it command causes the preloaded \sevit font to%% be used--this font was defined earlier with a \font\sevit...%% command.  The commands%%     \textfont\itfam\sevit %%     \scriptfont\itfam\sevit %%     \scriptscriptfont\itfam\sevit %% tell TeX to use the \sevit font for all three math-mode sizes%% (text, script, and scriptscript) for the 7pt size.  %% The fonts appearing in these commands must be preloaded.%% %% The command %%     \def\pbf{\@getfont\pbf\bffam\@viipt{cmbx7}}%% declares \bf to use a loaded-on-demand font--namely, the font%% cmbx7.%%%% The command%%     \def\ptt{\@subfont\tt\rm}%% declares that the \tt font is unavailable in the 7pt size, so%% the \rm font is used instead.  (The substituted type style should%% correspond to a preloaded size.)\def\vpt{\textfont\z@\fivrm  \scriptfont\z@\fivrm \scriptscriptfont\z@\fivrm\textfont\@ne\fivmi \scriptfont\@ne\fivmi \scriptscriptfont\@ne\fivmi\textfont\tw@\fivsy \scriptfont\tw@\fivsy \scriptscriptfont\tw@\fivsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\prm{\fam\z@\fivrm}%\def\unboldmath{\everymath{}\everydisplay{}\@nomath  \unboldmath\fam\@ne\@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\pit{\@getfont\pit\itfam\@vpt{\PSital \atvpt}}%\def\psl{\@subfont\sl\it}%\def\pbf{\@getfont\pbf\bffam\@vpt{\PSbold \atvpt}}%\def\ptt{\@subfont\tt\rm}%\def\psf{\@subfont\sf\rm}%\def\psc{\@subfont\sc\rm}%\def\ly{\fam\lyfam\fivly}\textfont\lyfam\fivly    \scriptfont\lyfam\fivly \scriptscriptfont\lyfam\fivly\def\psy{\@getfont\psy\syfam\@vpt{\PSsymb \atvpt}}%\@setstrut\rm}\def\@vpt{}\def\vipt{\textfont\z@\sixrm  \scriptfont\z@\sixrm \scriptscriptfont\z@\sixrm\textfont\@ne\sixmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\sixmi\textfont\tw@\sixsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\sixsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\prm{\fam\z@\sixrm}%\def\unboldmath{\everymath{}\everydisplay{}\@nomath  \unboldmath\@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\pit{\@getfont\pit\itfam\@vipt{\PSital\atvipt}}%\def\psl{\@subfont\sl\rm}%\def\pbf{\@getfont\pbf\bffam\@vipt{\PSbold\atvipt}}%\def\ptt{\@subfont\tt\rm}%\def\psf{\@subfont\sf\rm}%\def\psc{\@subfont\sc\rm}%\def\ly{\fam\lyfam\sixly}\textfont\lyfam\sixly    \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\sixly\def\psy{\@getfont\psy\syfam\@vipt{\PSsymb\atvipt}}%\@setstrut\rm}\def\@vipt{}\def\viipt{\textfont\z@\sevrm  \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm\textfont\@ne\sevmi \scriptfont\@ne\fivmi \scriptscriptfont\@ne\fivmi\textfont\tw@\sevsy \scriptfont\tw@\fivsy \scriptscriptfont\tw@\fivsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\prm{\fam\z@\sevrm}%\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath\@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\pit{\fam\itfam\sevit}\textfont\itfam\sevit   \scriptfont\itfam\sevit \scriptscriptfont\itfam\sevit\def\psl{\@subfont\sl\it}%\def\pbf{\@getfont\pbf\bffam\@viipt{\PSbold\atvipt}}%\def\ptt{\@subfont\tt\rm}%\def\psf{\@subfont\sf\rm}%\def\psc{\@subfont\sc\rm}%\def\ly{\fam\lyfam\sevly}\textfont\lyfam\sevly    \scriptfont\lyfam\fivly \scriptscriptfont\lyfam\fivly\def\psy{\@getfont\psy\syfam\@viipt{\PSsymb\atviipt}}%\@setstrut \rm}\def\@viipt{}\def\viiipt{\textfont\z@\egtrm  \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm\textfont\@ne\egtmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\fivmi\textfont\tw@\egtsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\fivsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\prm{\fam\z@\egtrm}%\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath\@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\pit{\fam\itfam\egtit}\textfont\itfam\egtit   \scriptfont\itfam\sevit \scriptscriptfont\itfam\sevit\def\psl{\@getfont\psl\slfam\@viiipt{\PSslan \atviiipt}}%\def\pbf{\@getfont\pbf\bffam\@viiipt{\PSbold \atviiipt}}%\def\ptt{\@getfont\ptt\ttfam\@viiipt{\PStype \atviiipt}\@nohyphens\ptt\@viiipt}%\def\psf{\@getfont\psf\sffam\@viiipt{\PSsans \atviiipt}}%\def\psc{\@getfont\psc\scfam\@viiipt{\@mcsc \atviiipt}}%\def\ly{\fam\lyfam\egtly}\textfont\lyfam\egtly    \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly\def\psy{\@getfont\psy\syfam\@viiipt{\PSsymb \atviiipt}}%\@setstrut \rm}\def\@viiipt{}\def\ixpt{\textfont\z@\ninrm  \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm\textfont\@ne\ninmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\fivmi\textfont\tw@\ninsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\fivsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\prm{\fam\z@\ninrm}%\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath    \@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\pit{\fam\itfam\ninit}\textfont\itfam\ninit   \scriptfont\itfam\sevit \scriptscriptfont\itfam\sevit\def\psl{\@getfont\psl\slfam\@ixpt{\PSslan\atixpt}}%\def\pbf{\fam\bffam\ninbf}\textfont\bffam\ninbf   \scriptfont\bffam\ninbf \scriptscriptfont\bffam\ninbf\def\ptt{\fam\ttfam\nintt}\textfont\ttfam\nintt   \scriptfont\ttfam\nintt \scriptscriptfont\ttfam\nintt\def\psf{\@getfont\psf\sffam\@ixpt{\PSsans\atixpt}}%\def\psc{\@getfont\psc\scfam\@ixpt{\@mcsc\atixpt}}%\def\ly{\fam\lyfam\ninly}\textfont\lyfam\ninly   \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly\def\psy{\@getfont\psy\syfam\@ixpt{\PSsymb\atixpt}}%\@setstrut \rm}\def\@ixpt{}\def\xpt{\textfont\z@\tenrm  \scriptfont\z@\sevrm \scriptscriptfont\z@\fivrm\textfont\@ne\tenmi \scriptfont\@ne\sevmi \scriptscriptfont\@ne\fivmi\textfont\tw@\tensy \scriptfont\tw@\sevsy \scriptscriptfont\tw@\fivsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath          \textfont\@ne\tenmi          \textfont\tw@\tensy \textfont\lyfam\tenly          \@boldfalse}\@boldfalse\def\boldmath{\@ifundefined{tenmib}{\global\font\tenmib\@mbi   \global\font\tensyb\@mbsy   \global\font\tenlyb\@lasyb\relax\@addfontinfo\@xpt   {\def\boldmath{\everymath{\mit}\everydisplay{\mit}\@prtct\@nomathbold        \textfont\@ne\tenmib \textfont\tw@\tensyb        \textfont\lyfam\tenlyb \@prtct\@boldtrue}}}{}\@xpt\boldmath}%\def\prm{\fam\z@\tenrm}%\def\pit{\fam\itfam\tenit}\textfont\itfam\tenit \scriptfont\itfam\sevit    \scriptscriptfont\itfam\sevit\def\psl{\fam\slfam\tensl}\textfont\slfam\tensl     \scriptfont\slfam\tensl \scriptscriptfont\slfam\tensl\def\pbf{\fam\bffam\tenbf}\textfont\bffam\tenbf    \scriptfont\bffam\tenbf \scriptscriptfont\bffam\tenbf\def\ptt{\fam\ttfam\tentt}\textfont\ttfam\tentt    \scriptfont\ttfam\tentt \scriptscriptfont\ttfam\tentt\def\psf{\fam\sffam\tensf}\textfont\sffam\tensf    \scriptfont\sffam\tensf \scriptscriptfont\sffam\tensf\def\psc{\@getfont\psc\scfam\@xpt{\@mcsc}}%\def\ly{\fam\lyfam\tenly}\textfont\lyfam\tenly   \scriptfont\lyfam\sevly \scriptscriptfont\lyfam\fivly\def\psy{\@getfont\psy\syfam\@xpt{\PSsymb\atxpt}}%\@setstrut \rm}\def\@xpt{}\def\xipt{\textfont\z@\elvrm  \scriptfont\z@\egtrm \scriptscriptfont\z@\sixrm\textfont\@ne\elvmi \scriptfont\@ne\egtmi \scriptscriptfont\@ne\sixmi\textfont\tw@\elvsy \scriptfont\tw@\egtsy \scriptscriptfont\tw@\sixsy
  101. ++++++++ Continued on next card ++++++++
  102. :OzTeX 1.2:TeX-inputs:Times-LFONTS.tex
  103. +++++ Continued from previous card +++++
  104.  
  105. \textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath          \textfont\@ne\elvmi \textfont\tw@\elvsy          \textfont\lyfam\elvly \@boldfalse}\@boldfalse\def\boldmath{\@ifundefined{elvmib}{\global\font\elvmib\@mbi\@halfmag         \global\font\elvsyb\@mbsy\@halfmag         \global\font\elvlyb\@lasyb\@halfmag\relax\@addfontinfo\@xipt         {\def\boldmath{\everymath{\mit}\everydisplay{\mit}\@prtct\@nomathbold                \textfont\@ne\elvmib \textfont\tw@\elvsyb                \textfont\lyfam\elvlyb\@prtct\@boldtrue}}}{}\@xipt\boldmath}%\def\prm{\fam\z@\elvrm}%\def\pit{\fam\itfam\elvit}\textfont\itfam\elvit   \scriptfont\itfam\egtit \scriptscriptfont\itfam\sevit\def\psl{\fam\slfam\elvsl}\textfont\slfam\elvsl    \scriptfont\slfam\tensl \scriptscriptfont\slfam\tensl\def\pbf{\fam\bffam\elvbf}\textfont\bffam\elvbf   \scriptfont\bffam\ninbf \scriptscriptfont\bffam\ninbf\def\ptt{\fam\ttfam\elvtt}\textfont\ttfam\elvtt   \scriptfont\ttfam\nintt \scriptscriptfont\ttfam\nintt\def\psf{\fam\sffam\elvsf}\textfont\sffam\elvsf    \scriptfont\sffam\tensf \scriptscriptfont\sffam\tensf\def\psc{\@getfont\psc\scfam\@xipt{\@mcsc \@halfmag}}%\def\ly{\fam\lyfam\elvly}\textfont\lyfam\elvly   \scriptfont\lyfam\egtly \scriptscriptfont\lyfam\sixly\def\psy{\@getfont\psy\syfam\@xipt{\PSsymb \@halfmag}}%\@setstrut \rm}\def\@xipt{}\def\xiipt{\textfont\z@\twlrm  \scriptfont\z@\egtrm \scriptscriptfont\z@\sixrm\textfont\@ne\twlmi \scriptfont\@ne\egtmi \scriptscriptfont\@ne\sixmi\textfont\tw@\twlsy \scriptfont\tw@\egtsy \scriptscriptfont\tw@\sixsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath          \textfont\@ne\twlmi          \textfont\tw@\twlsy \textfont\lyfam\twlly          \@boldfalse}\@boldfalse\def\boldmath{\@ifundefined{twlmib}{\global\font\twlmib\@mbi  \@magi\global        \font\twlsyb\@mbsy  \@magi\global\font         \twllyb\@lasyb  \@magi\relax\@addfontinfo\@xiipt              {\def\boldmath{\everymath                {\mit}\everydisplay{\mit}\@prtct\@nomathbold                \textfont\@ne\twlmib \textfont\tw@\twlsyb                \textfont\lyfam\twllyb\@prtct\@boldtrue}}}{}\@xiipt\boldmath}%\def\prm{\fam\z@\twlrm}%\def\pit{\fam\itfam\twlit}\textfont\itfam\twlit \scriptfont\itfam\egtit   \scriptscriptfont\itfam\sevit\def\psl{\fam\slfam\twlsl}\textfont\slfam\twlsl     \scriptfont\slfam\tensl \scriptscriptfont\slfam\tensl\def\pbf{\fam\bffam\twlbf}\textfont\bffam\twlbf   \scriptfont\bffam\ninbf \scriptscriptfont\bffam\ninbf\def\ptt{\fam\ttfam\twltt}\textfont\ttfam\twltt   \scriptfont\ttfam\nintt \scriptscriptfont\ttfam\nintt\def\psf{\fam\sffam\twlsf}\textfont\sffam\twlsf    \scriptfont\sffam\tensf \scriptscriptfont\sffam\tensf\def\psc{\@getfont\psc\scfam\@xiipt{\@mcsc  \@magi}}%\def\ly{\fam\lyfam\twlly}\textfont\lyfam\twlly   \scriptfont\lyfam\egtly \scriptscriptfont\lyfam\sixly\def\psy{\@getfont\psy\syfam\@xiipt{\PSsymb \@magi}}%\@setstrut \rm}\def\@xiipt{}\def\xivpt{\textfont\z@\frtnrm  \scriptfont\z@\tenrm \scriptscriptfont\z@\sevrm\textfont\@ne\frtnmi \scriptfont\@ne\tenmi \scriptscriptfont\@ne\sevmi\textfont\tw@\frtnsy \scriptfont\tw@\tensy \scriptscriptfont\tw@\sevsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath          \textfont\@ne\frtnmi \textfont\tw@\frtnsy          \textfont\lyfam\frtnly \@boldfalse}\@boldfalse\def\boldmath{\@ifundefined{frtnmib}{\global\font        \frtnmib\@mbi   \@magii\global\font\frtnsyb\@mbsy   \@magii         \global\font\frtnlyb\@lasyb   \@magii\relax\@addfontinfo\@xivpt               {\def\boldmath{\everymath                {\mit}\everydisplay{\mit}\@prtct\@nomathbold              \textfont\@ne\frtnmib \textfont\tw@\frtnsyb              \textfont\lyfam\frtnlyb\@prtct\@boldtrue}}}{}\@xivpt\boldmath}%\def\prm{\fam\z@\frtnrm}%\def\pit{\@getfont\pit\itfam\@xivpt{\PSital   \@magii}}%\def\psl{\@getfont\psl\slfam\@xivpt{\PSslan   \@magii}}%\def\pbf{\fam\bffam\frtnbf}\textfont\bffam\frtnbf   \scriptfont\bffam\tenbf \scriptscriptfont\bffam\ninbf\def\ptt{\@getfont\ptt\ttfam\@xivpt{\PStype   \@magii}\@nohyphens\ptt\@xivpt}%\def\psf{\@getfont\psf\sffam\@xivpt{\PSsans   \@magii}}%\def\psc{\@getfont\psc\scfam\@xivpt{\@mcsc   \@magii}}%\def\ly{\fam\lyfam\frtnly}\textfont\lyfam\frtnly   \scriptfont\lyfam\tenly \scriptscriptfont\lyfam\sevly\def\psy{\@getfont\psy\syfam\@xivpt{\PSsymb \@magii}}%\@setstrut \rm}\def\@xivpt{}\def\xviipt{\textfont\z@\svtnrm  \scriptfont\z@\twlrm \scriptscriptfont\z@\tenrm\textfont\@ne\svtnmi \scriptfont\@ne\twlmi \scriptscriptfont\@ne\tenmi\textfont\tw@\svtnsy \scriptfont\tw@\twlsy \scriptscriptfont\tw@\tensy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath          \textfont\@ne\svtnmi \textfont\tw@\svtnsy \textfont\lyfam\svtnly          \@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\prm{\fam\z@\svtnrm}%\def\pit{\@getfont\pit\itfam\@xviipt{\PSital   \@magiii}}%\def\psl{\@getfont\psl\slfam\@xviipt{\PSslan   \@magiii}}%\def\pbf{\fam\bffam\svtnbf}\textfont\bffam\svtnbf    \scriptfont\bffam\twlbf \scriptscriptfont\bffam\tenbf\def\ptt{\@getfont\ptt\ttfam\@xviipt{\PStype   \@magiii}\@nohyphens   \ptt\@xviipt}%\def\psf{\@getfont\psf\sffam\@xviipt{\PSsans   \@magiii}}%\def\psc{\@getfont\psc\scfam\@xviipt{\@mcsc   \@magiii}}%\def\ly{\fam\lyfam\svtnly}\textfont\lyfam\svtnly   \scriptfont\lyfam\twlly   \scriptscriptfont\lyfam\tenly\def\psy{\@getfont\psy\syfam\@xviipt{\PSsymb \@magiii}}%\@setstrut \rm}\def\@xviipt{}\def\xxpt{\textfont\z@\twtyrm  \scriptfont\z@\frtnrm \scriptscriptfont\z@\twlrm\textfont\@ne\twtymi \scriptfont\@ne\frtnmi \scriptscriptfont\@ne\twlmi\textfont\tw@\twtysy \scriptfont\tw@\frtnsy \scriptscriptfont\tw@\twlsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath        \textfont\@ne\twtymi \textfont\tw@\twtysy \textfont\lyfam\twtyly        \@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\prm{\fam\z@\twtyrm}%\def\pit{\@getfont\pit\itfam\@xxpt{\PSital    \@magiv}}%\def\psl{\@getfont\psl\slfam\@xxpt{\PSslan    \@magiv}}%\def\pbf{\@getfont\pbf\bffam\@xxpt{\PSbold    \@magiv}}%\def\ptt{\@getfont\ptt\ttfam\@xxpt{\PStype    \@magiv}\@nohyphens\ptt\@xxpt}%\def\psf{\@getfont\psf\sffam\@xxpt{\PSsans    \@magiv}}%\def\psc{\@getfont\psc\scfam\@xxpt{\@mcsc    \@magiv}}%\def\ly{\fam\lyfam\twtyly}\textfont\lyfam\twtyly   \scriptfont\lyfam\frtnly \scriptscriptfont\lyfam\twlly\def\psy{\@getfont\psy\syfam\@xxpt{\PSsymb    \@magiv}}%\@setstrut \rm}\def\@xxpt{}\def\xxvpt{\textfont\z@\twfvrm  \scriptfont\z@\twtyrm \scriptscriptfont\z@\svtnrm\textfont\@ne\twtymi \scriptfont\@ne\twtymi \scriptscriptfont\@ne\svtnmi\textfont\tw@\twtysy \scriptfont\tw@\twtysy \scriptscriptfont\tw@\svtnsy\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath        \textfont\@ne\twtymi \textfont\tw@\twtysy \textfont\lyfam\twtyly        \@boldfalse}\@boldfalse\def\boldmath{\@subfont\boldmath\unboldmath}%\def\prm{\fam\z@\twfvrm}%\def\pit{\@getfont\pit\itfam\@xxvpt{\PSital     \@magv}}%\def\psl{\@subfont\sl\rm}%\def\pbf{\@getfont\pbf\bffam\@xxvpt{\PSbold     \@magv}}%\def\ptt{\@subfont\tt\rm}%\def\psf{\@subfont\sf\rm}%\def\psc{\@subfont\sc\rm}%\def\ly{\fam\lyfam\twtyly}\textfont\lyfam\twtyly   \scriptfont\lyfam\twtyly \scriptscriptfont\lyfam\svtnly\def\psy{\@getfont\psy\syfam\@xxvpt{\PSsymb    \@magv}}%\@setstrut \rm}\def\@xxvpt{}% SPECIAL LaTeX character definitions% Definitions of math operators added by LaTeX\mathchardef\mho"0A30\mathchardef\Join"3A31\mathchardef\Box"0A32\mathchardef\Diamond"0A33\mathchardef\leadsto"3A3B\mathchardef\sqsubset"3A3C\mathchardef\sqsupset"3A3D\def\lhd{\mathbin{< \hbox to -.43em{}\hbox{\vrule       \@width .065em \@height .55em \@depth .05em}\hbox to .2em{}}}\def\rhd{\mathbin{\hbox to .3em{}\hbox{\vrule \@width .065em \@height        .55em \@depth .05em}\hbox to -.43em{}>}}\def\unlhd{\mathbin{\leq \hbox to -.43em{}\hbox        {\vrule \@width .065em \@height .63em \@depth -.08em}\hbox to .2em{}}}\def\unrhd{\mathbin{ \hbox to .3em{}\hbox {\vrule \@width .065em \@height .63em \@depth -.08em}\hbox to -.43em{}\geq}}% Definition of \$ to work in italic font (since it produces a pound sterling% sign in the cmit font.\def\${\protect\pdollar}\def\pdollar{{\ifdim \fontdimen\@ne\font >\z@ \sl \fi\char`\$}}% Definition of pound sterling sign.% Modified 10 Apr 89 to work in math mode.\def\pounds{\protect\ppounds}%\def\ppounds{\relax\ifmmode\mathchar"4A3\else{\it \char'243}\fi}\def\ppounds{\relax\ifmmode\hbox{\it \char'243}\else{\it \char'243}\fi}% Definition of \copyright changed so it works in other type styles,% and so it is robust\def\copyright{\protect\pcopyright}\def\pcopyright{{\rm\ooalign{\hfil     \raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}:OzTeX 1.2:TeX-inputs:Times-test.tex
  106. % A test file for the Times-LaTeX format.\documentstyle[12pt]{article}\nofiles\parindent=0pt\begin{document}{\tt  ---------------------}\par\verb|hyphen - en -- em ---|\par\verb|       -    --       |\par\verb|-                   -|\par\long\def\testtext{\par\LaTeX\ \ \pounds $\pounds$\ \$\Gamma\Delta\Theta\Lambda\Xi\Pi\Sigma\Upsilon\Phi\Psi\Omega$ \$\gamma\delta\theta\lambda\xi\pi\sigma\upsilon\phi\psi\omega$\parAccents and foreign letters:\par\'o \`o \^o \"o \~o \=o \.o \u o \v o \H o \t oo \c o \d o \b o\oe\ \OE\ \ae\ \AE\ \aa\ \AA\ \o\ \O\ \l\ \L\ \ss\ \i\ \j\par}\bigskip PostScript text: \testtext \par\bigskip {\font\cmr=cmr12 \cmr \CMtext CMR12 text: \testtext \par}\bigskip {\small small PostScript text: \testtext \par}\bigskip {\Large Large PostScript text: \testtext \par}\bigskip {\bf bold  \it italic\/  \sl slanted\/  \sf sans serif            \tt typewriter  \sy symbol \par}\end{document}:OzTeX 1.2:TeX-inputs:titlepage.doc
  107. % TITLEPAGE DOCUMENT-STYLE OPTION - released 27 January 1985%    for LaTeX version 2.09% Copyright (C) 1985 by Leslie Lamport% PREPARING A FOREIGN LANGUAGE VERSION:%% This document style is for documents prepared in the English language.% To prepare a version for another language, various English words must% be replaced.  All the English words that required replacement are% indicated below, where we give the name of the command in which the% words appear, and the entire line containing the word(s), with the% actual words underlined.% % abstract environment:% {\bf Abstract}%      ~~~~~~~~\def\maketitle{\begin{titlepage} \let\footnotesize\small      % Local definitions to make \thanks produce \let\footnoterule\relax      % \normalsize footnotes with no separating rule. \setcounter{page}{0} \null \vfil \vskip 60pt                   % To adjust centering. \begin{center}   {\LARGE \@title \par}        % Set title in \LARGE size.   \vskip 3em                  % Vertical space after title.   {\large                     % Set author in \large size.     \lineskip .75em     \begin{tabular}[t]{c}\@author      \end{tabular}\par}          \vskip 1.5em               % Vertical space after author.   {\large \@date \par}        % Set date in \large size.\end{center} \par\@thanks\vfil\null\end{titlepage}\setcounter{footnote}{0}       % Footnotes start at zero again.\let\thanks\relax\gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\maketitle\relax}    \def\abstract{\titlepage\null\vfil\begin{center}{\bf Abstract}\end{center}}\def\endabstract{\par\vfil\null\endtitlepage}:OzTeX 1.2:TeX-inputs:titlepage.sty
  108. % titlepage.sty  27 Jan 85\def\maketitle{\begin{titlepage}\let\footnotesize\small \let\footnoterule\relax \setcounter{page}{0}\null\vfil\vskip 60pt \begin{center}{\LARGE \@title \par} \vskip 3em {\large \lineskip .75em\begin{tabular}[t]{c}\@author \end{tabular}\par} \vskip 1.5em {\large \@date \par} \end{center} \par\@thanks\vfil\null\end{titlepage}\setcounter{footnote}{0} \let\thanks\relax\gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\maketitle\relax} \def\abstract{\titlepage\null\vfil\begin{center}{\bf Abstract}\end{center}}\def\endabstract{\par\vfil\null\endtitlepage}:OzTeX 1.2:TeX-inputs:tryfonts.tex
  109. % FILE TRYFONTS : TEST OF LaTeX FONTS% Released 11 November 1986\typeout{}\typeout{******************************************************************}\typeout{*  Type document style in form '[11pt]{article}' or '[]{report}' *}\typein[\docstylename]{****************************************************%**************}\expandafter\documentstyle\docstylename\nofiles\begin{document}{\centering Document Style \tt \docstylename\par}\vspace{1in}Test of \verb|\rm| in all sizes:\\[.2in]---{\huge huge}---\\[.1in]---{\LARGE LARGE}---\\[.1in]---{\Large Large}---\\[.1in]---{\large large}---\\[.1in]---{\normalsize normalsize}---\\---{\small small}---\\---{\footnotesize footnotesize}---\\---{\scriptsize scriptsize}---\\---{\tiny tiny}---\newpage\def\fontest{{\centering \foo\par}\noindentRoman---{\it Italic}---{\bf Bold}---\\---{\sl Slanted}---{\sf Sans Serif}---\\w---{\tt Typewriter}---{\sc Small Caps}---\par\vspace{1em}\noindent Now in math mode:\\[.4em]$\rm Roman_{rm_{rm}}\ \Gamma$ \ \ $\it Italic_{it_{it}}\ \Gamma$ \ \ $\bf Bold_{bf_{bf}}\ \Gamma$\\$\sl Slanted_{sl_{sl}}\ \Gamma$ \ \ $\sf Sans\ Serif_{sf_{sf}}\ \Gamma$\\$\tt Typewriter_{type_{type}}\ \Gamma$ \ \ $\sc Small\ Caps_{scap_{scap}}\ \Gamma$\par\vspace{1em}\noindent Bold math: \ \ {\boldmath $\Gamma$, $x=y^{2}$.\[ Math_{mat_{mat}}\ Bold\ \alpha\ \Gamma\ \exists\ \unlhd \ \Diamond \]Unbold math:} \ \ $\Gamma$, $x=y^{2}$.\par\vspace{1em}\noindent lasy font: \ \ $\leadsto_{\leadsto_{\leadsto}}$\newpage}\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\typeout{*************************************************************}\typeout{* Type size command like 'tiny' or else 'stop'--with no '\protect\' *}\typein[\foo]{*************************************************************}\csname\foo\endcsname\fontest\end{document}:OzTeX 1.2:TeX-inputs:twocolumn.doc
  110. % TWOCOLUMN DOCUMENT-STYLE OPTION - released 27 January 1985%    for LaTeX version 2.09% Copyright (C) 1985 by Leslie Lamport\twocolumn\sloppy\flushbottom\parindent 1em\leftmargini 2em\leftmarginv .5em\leftmarginvi .5em%% SIDE MARGINS:%% twocolumn style has wide lines.  Uses same margins for all pages, even% with two-sided printing, to allow reasonable \marginparwidth\oddsidemargin  30pt      \evensidemargin 30pt\marginparwidth 48pt \marginparsep   10pt        % Horizontal space between outer margin and                             % marginal note\textwidth 410pt         % Width of text line.:OzTeX 1.2:TeX-inputs:twocolumn.sty
  111. % twocolumn.sty  27 Jan 85\twocolumn\sloppy\flushbottom\parindent 1em\leftmargini 2em\leftmarginv .5em\leftmarginvi .5em\oddsidemargin 30pt \evensidemargin 30pt\marginparwidth 48pt \marginparsep 10pt \textwidth 410pt :OzTeX 1.2:TeX-inputs:uacs.sty
  112. %% "uacs" document style option.%  October 30 1987% Peter Abbott Aston University Computing Service%% Redefines the parameters for Aston `house' style\typeout{Aston          Computing Service <6 May 1988>}\topmargin 0pt\headheight 0pt\headsep 0pt\textheight 702pt\oddsidemargin 10pt\evensidemargin 10pt\textwidth 432pt\parskip 8pt\parindent 0pt\mark{{}{}}\if@twoside \def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{\hfil \rm \thepage\hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{\markboth {\uppercase{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}}{}}\def\subsectionmark##1{\markright{\ifnum \c@secnumdepth >\@ne \thesubsection\hskip 1em\relax \fi ##1}}}\else \def\ps@headings{\let\@mkboth\markboth\def\@oddfoot{\hfil \rm \thepage\hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{\markright {\uppercase{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}}}}\fi\def\ps@myheadings{\let\@mkboth\@gobbletwo\def\@oddfoot{\rm \leftmark \hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{}\def\subsectionmark##1{}}\if@twoside \def\ps@pagefoot{\let\@mkboth\markboth\def\@oddfoot{\rm \leftmark\hfil \thepage\hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{\markboth {\uppercase{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}}{}}\def\subsectionmark##1{\markright{\ifnum \c@secnumdepth >\@ne \thesubsection\hskip 1em\relax \fi ##1}}}\else \def\ps@pagefoot{\let\@mkboth\markboth\def\@oddfoot{\rm\leftmark\hfil\thepage\hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{\markright {\uppercase{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}}}}\fi\def\ps@plainfoot{\let\@mkboth\@gobbletwodfoot{\rm \leftmark \hfil \rightmark}\def\@evenfoot{\@oddfoot}\def\@evenhead{}\def\@oddhead{}\def\sectionmark##1{}\def\subsectionmark##1{}}% supertabular sty% Theo Jurriens 1988% TAJ@hgrrug5        P.O Box 800, 9700 AV Groningen%\def\@tablehead{\ }\def\tablehead#1{\gdef\@tablehead{#1}}\newcount\tablefractionperc\def\tablefraction#1{\global\tablefractionperc = #1}\tablefraction{100}\def\@tabletail{\ }\def\tabletail#1{\gdef\@tabletail{#1}}\newcount\numline  %\newcount\maxline %\newcount\startmaxline%\def\calmaxline{\global\maxline=\textheight\global\startmaxline=\textheight\global\advance\maxline by -\pagetotal\global\divide\maxline by \baselineskip\global\multiply\maxline by 9\global\divide\maxline by 10\global\divide\startmaxline by \baselineskip\global\multiply\startmaxline by 9\global\divide\startmaxline by 10\global\multiply\maxline by\tablefractionperc\global\divide\maxline by 100\global\advance\maxline by -2}%\newenvironment{supertabular}[1]{  %\edef\tableformat{\string#1} %\numline=0       %\calmaxline\begin{tabular}[t]{\tableformat}\@tablehead}{\@tabletail \end{tabular}}%%%\def\nextline{\global\advance\numline by 1 \\\ifnum\numline=\maxline        \@tabletail   %        \end{tabular}%        \newpage   %        \global\maxline=\startmaxline        \begin{tabular}[t]{\tableformat}%        \@tablehead %        \global\numline=0 %\fi}%% :OzTeX 1.2:TeX-inputs:verbatim.tex
  113. % Macros for verbatim TeX (from MANMAC.TEX):% After \inputing this file you can use the following macros:%% 1. |<verbatim horizontal mode text in \tt>|%% 2. \begintt <optional stuff here>%    <boxed lines of verbatim text in \tt; | is temporary escape character>%    \endtt%% 3. \begindisplay%    <off-centred display of aligned columns; typical row follows:>%    |text in \tt|& |text in \tt|& text in current font\cr%    \enddisplay%% 4. \listing{foo}%    foo.tex will be \input and set verbatim in \tt; \parskip must be non-zero%    if you want to see any empty lines\catcode`@=11   % borrow some PLAIN macros which use @ as a letter\newskip\ttglue\ttglue=0.5em plus.25em minus.15em\chardef\other=12\def\ttverbatim{\begingroup  \catcode`\\=\other  \catcode`\{=\other  \catcode`\}=\other  \catcode`\$=\other  \catcode`\&=\other  \catcode`\#=\other  \catcode`\%=\other  \catcode`\~=\other  \catcode`\_=\other  \catcode`\^=\other  \obeyspaces \obeylines \tt}{\obeyspaces\gdef {\ }}           % active space = \ , not \space\outer\def\begintt{$$\let\par=\endgraf \ttverbatim \parskip=\z@  \catcode`\|=0 \rightskip-5pc \ttfinish}{\catcode`\|=0 |catcode`|\=\other % | is temporary escape character  |obeylines % end of line is active  |gdef|ttfinish#1^^M#2\endtt{#1|dimen0=|hsize|advance|dimen0 by -|hangindent%                              |hsize=|dimen0|vbox{#2}|endgroup$$}}% \begintt ... \endtt will now work in a paragraph with \hangindent, such% as an \item\catcode`\|=\active{\obeylines \gdef|{\ttverbatim \spaceskip\ttglue \let^^M=\ \let|=\endgroup}}\catcode`@=12    % return @ its normal category of "other"% Macros for non-centered displays:% Note that we turn \ttglue off so |stuff| spaces will all be equal.\outer\def\begindisplay{\obeylines\startdisplay}{\obeylines\gdef\startdisplay#1  {\catcode`\^^M=5$$\ttglue=0em#1\halign to\hsize%\bgroup\indent##\hfil\tabskip 0pt plus 1000pt&&\qquad##\hfil\cr}}\outer\def\enddisplay{\crcr\egroup$$}% MACROS FOR VERBATIM LISTINGS (ADAPTED FROM TEXBOOK APPENDIX D, P380)\def\uncatcodespecials{\def\do##1{\catcode`##1=12 }\dospecials}\def\setupverbatim{\tt  \def\par{\leavevmode\endgraf} \catcode`\`=\active % include empty lines  \obeylines \uncatcodespecials \obeyspaces}{\catcode`\`=\active \gdef`{\relax\lq}}\def\listing#1{\par\begingroup\parindent0pt \parskip0pt               \vskip\baselineskip               \setupverbatim               \catcode`\|=\other  % allow | in listing file               \input#1               \vskip\baselineskip\endgroup}:PiRandom.MOD
  114. MODULE PiRandom;(* schiesse in ein Quadrat, und bestimme damit auch einen Näherungswert   für Pi.    22.4.85 P. Fink *)   FROM Terminal IMPORT Write, WriteString, WriteLn, GotoXY,       BusyRead, ClearTerminal, Read;FROM RealTerminal IMPORT WriteR, RFixed;       FROM MathLib1  IMPORT random;FROM QuickDraw IMPORT TextFont, TextSize;FROM QuickDraw IMPORT MoveTo, LineTo, ShowPen, HidePen, PenSize;(* Bildschirm Layout *)CONST  vTitel = 20;  hTitel = 30;  vPi = 300;  htot = 30; htot1 = 100;  himk = 175; himk1 = 235;  hpi = 310; hpi1 = 370;  vPrompt = 310;  hPrompt = 0;    hQuadrat = 120; vQuadrat = 260;  lQuadrat = 200;    (* Grösse 200 * 200 Pixel *)  lExtra = 20;  VAR  Total, ImKreis, Pi: REAL;  TotalMod  : CARDINAL;   (* =Total MOD 10, für Anzeigefrequenz *)  ch        : CHAR;  PromptFlag: BOOLEAN;  PROCEDURE Strecke (hx, vx, hl, vl: INTEGER);BEGIN  MoveTo (hx, vx); LineTo (hx+hl, vx+vl);END Strecke;PROCEDURE Punkt (h,v: INTEGER);BEGIN  MoveTo (h,v); LineTo (h,v)END Punkt;PROCEDURE Rahmen;BEGIN  ClearTerminal;  PenSize (2,2);  Strecke (hQuadrat, vQuadrat, lQuadrat+lExtra, 0);  Strecke (hQuadrat, vQuadrat, 0, -lQuadrat-lExtra);  Strecke (hQuadrat+lQuadrat, vQuadrat,0, -lQuadrat);  Strecke (hQuadrat, vQuadrat-lQuadrat, lQuadrat, 0);  PenSize (1,1);  (* Kreis zeichnen: dummy *)  GotoXY (hTitel, vTitel);  WriteString ('Zufallstreffer in einem Quadrat         P. Fink, 22.4.85');  GotoXY(htot,vPi); WriteString ('Schuesse:');  GotoXY(himk,vPi);  WriteString ('im Kreis:');  GotoXY(hpi, vPi);  WriteString ('Pi .....:');END Rahmen;PROCEDURE Schuss;VAR hr,vr: REAL;    h,v: INTEGER;BEGIN  hr := random();  vr := random();  h := INTEGER (TRUNC (hr*FLOAT(lQuadrat)+0.5) );  v := INTEGER (TRUNC (vr*FLOAT(lQuadrat)+0.5) );  Total:=Total+1.0;  TotalMod := (TotalMod+1) MOD 10;  IF (hr*hr+vr*vr)<=1.0 THEN (* im Kreis *)    ImKreis := ImKreis+1.0;    PenSize (2,2);  END;  Punkt (hQuadrat+h,vQuadrat-v);  PenSize (1,1)END Schuss;PROCEDURE Anzeigen;BEGIN  IF Total=0.0 THEN Pi:=0.0 ELSE Pi:=4.0*(ImKreis/Total) END;  GotoXY(htot1, vPi);  WriteR (Total, 6,0,RFixed);  GotoXY(himk1, vPi);  WriteR (ImKreis,6,0,RFixed);  GotoXY(hpi1, vPi);   WriteR (Pi, 8,5,RFixed)END Anzeigen;PROCEDURE ClearPromptLine;BEGIN  GotoXY (hPrompt, vPrompt); WriteLn;  WriteString ('       ');END ClearPromptLine;PROCEDURE Prompt (VAR s: ARRAY OF CHAR);BEGIN  ClearPromptLine;  WriteString (s);  Read (ch); Write(ch);  ch := CAP (ch)END Prompt;PROCEDURE Steuerung;BEGIN  LOOP    Total := 0.0; TotalMod := 0; ImKreis := 0.0;    ch := ' ';    Rahmen;    Anzeigen;    Prompt('Druecke eine Taste, um den Prozess zu beginnen (Q=aufhoeren):');    WHILE ch<>'Q' DO          (* Q von oben, oder von unten *)      IF PromptFlag THEN    ClearPromptLine;    WriteString ('Druecke eine Taste, um eine Pause zu machen');    PromptFlag := FALSE      END;      Schuss;      IF TotalMod = 0 THEN Anzeigen END;      BusyRead (ch);      IF ch<>0C THEN    Anzeigen;    Prompt ('Druecke eine Taste, um weiterzufahren (Q=abbrechen):');    PromptFlag := TRUE;      END    END (* while *);    Prompt ('Nochmals? (Q=nein):');    IF ch='Q' THEN EXIT END;  END (*loop*);  END Steuerung;BEGIN  WriteString ('Schriftart? ');  WriteLn;  WriteString ('   k = normal '); WriteLn;   (* Monaco 9 *)  WriteString ('   g = groesser '); WriteLn; (* Chicago 12 *)  WriteString ('Waehle bitte: ');  Read (ch); IF (ch='g') THEN TextFont(0); TextSize(12) END;  SteuerungEND PiRandom.:StrX ƒ:StrX.m
  115. (*    Types and procedures for STRX support. Written in SemperSoft Modula-2.    By Jesse Jones. CServe ID = 73627,152            This file contains procedures to simplify the handling of strings stored    in resources. It uses a new resource type named 'STRX'. These resources are    similiar to 'STR#' resources but they include an integer identifier with each    string. This makes it much easier to delete and add strings to the resource     fork. As a bonus a procedure to convert OSErrors to the equivalent string    becomes trivial (see ErrCheck). ErrCheck used to implemented with two 'STR#'    resources and a huge Case statement.        I've included the ResEdit template for 'STRX' in a seperate file called    StrX.rsrc. There is also a 'STRX' resource with the most common errors listed.    You can add or delete strings as you please and ErrCheck won't require a     recompilation.        ResEdit stores strings using the minimum number of characters. The template    specifies even length strings so they will be padded if neccesary. This    complicates GetStrX a bit and forces the use of pointers.        To use 'STRX' rsources you need to make a copy of ResEdit. Then use the copy    to paste the template resource into your original ResEdit. If you are going    to use ErrCheck the errors resource must be in your application fork. After    doing all this you will be able to edit 'STRX' resource just like 'STR#'    resources!*)TYPE    StrDPtr = POINTER TO StrD;    StrD    = RECORD        code: INTEGER;        str : Str255;                            (* actually variable length string *)    END;        StrX    = POINTER TO StrXPtr;    StrXPtr = POINTER TO StrXRec;    StrXRec = RECORD        length : INTEGER;        entries: ARRAY [1..1] OF StrD;    END;    PROCEDURE GetStrX (rsrcID, which: INTEGER): Mstring;    VAR        rsrc : StrX;        ptr  : StrDPtr;        count: INTEGER;        found: BOOLEAN;        str  : Mstring;        err  : OSErr;BEGIN    str := "";    rsrc := GetResource(StrToOS("STRX"), rsrcID);    err := ResError();    IF rsrc = NIL THEN err := resNotFound END;    CheckErr(err);                                                            (* if err calls StringBreak *)    count := rsrc^^.length;    ptr := ADR(rsrc^^.entries[1]);    found := FALSE;    WHILE (count > 0) AND (NOT found) DO        IF ptr^.code = which THEN             found := TRUE;        ELSE            IncAdr(ptr, LONG(ORD(ptr^.str[0]))+3);                    (* skip length byte and code *)            IF ODD(LONGINT(ptr)) THEN IncAdr(ptr, 1) END;        (* ResEdit will have padded it *)            DEC(count);        END;    END;    IF found THEN str := PStrToStr(ptr^.str) END;                (* Convert to Mstring *)    RETURN str;END GetStrX;PROCEDURE ErrCheck (errCode: OSErr): BOOLEAN;    VAR str: Mstring;BEGIN    IF errCode <> noErr THEN        str := GetStrX(512, errCode);        IF str[0] = EOS THEN str := GetStrX(512, 1) END;        (* use default message *)        str := Concat(str, GetStrX(512, 2));        str := Concat(str, IntToStr(errCode, -1));                (* -1 means strip leading blanks *)        DoStop(str);                                                        (* put up a dialog for user *)    END;    RETURN errCode = noErr;END ErrCheck;Demo.inp} Shell Demo.src      , 8662 bytes, 16.833 Mb/hrAddCard = {:White Knight toolkit ƒ:Shell Demo.src}---------------------------------------------End Indexing Result = {[00] No error}---------------------------------------------TextWare™ Index Summary.... 8662 Total bytes.... 6 Cards.... 5 Files.... 0 Tags.... 0 Directories.... 3 Seconds.... 8.261 Mb/hr---------------------------------------------hxà†¥¿–Ë 0Drt);#endif;}}} llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll,UNIBASEI:3d.def F:3D.MOD ¿    V:Ackerman.m ˛:CKurve2.MOD m :draw3D.MOD 
  116. Å:Hiero.MOD ˆà%:Huffman.mod Ä>~(:Huffman.mod &$˛f:Magic.MOD ‚$ã:MLP Modula-2 ƒ:M2:COMPILER.MERR Δ†:MLP Modula-2 ƒ:M2:Hi.mod &Ã∫:MLP Modula-2 ƒ:M2:Icosahedron.MOD ê>Úª:MLP Modula-2 ƒ:M2:Icosahedron.MOD ìÇ˙:MLP Modula-2 ƒ:M2:READ ME ¬:MLP Modula-2 ƒ:M2Lib:Utilities:ApplMaker doc ¿◊:MLP Modula-2 ƒ:M2Lib:Utilities:ApplMaker.mod Ôó:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:Conversions.DE $    Ü::MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:InTerminal.DEF t™C:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:M2Files.DEF jK:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:MathLib0.DEF àZ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:MathLib1.DEF ;ö\:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:OutFile.DEF <’^:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:OutTerminal.DE {d:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:RealTerminal.D Jåh:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:Storage.DEF =÷j:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF1 Files:Terminal.DEF ¡o:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:Clock.DEF ¢‘v:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:CoreDump.DEF =vy:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:DFILES.DEF ´≥Ü:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:DirAccess.DEF í^î:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:Launcher.DEF  ö:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:Launcher.MOD ä∫õ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:Loader.DEF òDû:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:M2ROOTLOOKUP.DE ™‹§:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:M2STORAGE.DEF Üß:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:MCLOOKUP.DEF ]é´:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:Options.DEF CÎ∏:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF2 Files:SYSTEMX.DEF 5.¡:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:ControlMgr.DEF 'c”:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:DeskMgr.DEF ‡äÍ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:DeviceMgr.DEF ÇjÔ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:DialogMgr.DEF xÏ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:EventMgr.DEF d:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:FileMgr.DEF ñ>w.:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:FileMgr.DEF ë%m:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:MacBase.DEF |ûí:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:MacBase.MOD Í£:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:MacBase2.DEF ·Ω:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:MemoryMgr.DEF $ ÂÕ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:MenuMgr.DEF     ⁄:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:OSCONSTANTS.DOK πÓ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:OStrings.DEF ÿ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:QuickDraw.DEF ⁄.›:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:QuickDraw.MOD `4∑E:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:QuickDraw2.DEF z:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:ResourceMgr.DEF 26ì:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:SFpackage.DEF ‘
  117. h©:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:TextEdit.DEF <¥:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:ToolboxMisc.DEF Ö R…:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF3 Files:WindowMgr.DEF ◊‘:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF4 Files:fxDeskTask.DEF (‹Ò:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF4 Files:fxEventTasks.DE (ı:MLP Modula-2 ƒ:MacLogimoPlus Documentation:DEF4 Files:fxWindows.DEF –,:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:ckurve2.mod ¨ ¸!:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Frog Game:vide l>®-:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Frog Game:vide ì>l:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Frog Game:vide êß™:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Icosahedron.MO è>7´:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Icosahedron.MO ¢ΔÈ:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:MPMacDesk.mod Áh:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:QSDemo.mod T>O:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:Simulation.MOD +£P:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:smallControl.m Ë9Œe:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:SMALLTERMINAL. ò ∂ü:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:SOUNDMGR.DEF }    N´:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:SOUNDMGR.MOD [À¥:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:V24.DEF ‰&√:MLP Modula-2 ƒ:MacLogimoPlus Documentation:sample code:V24.MOD 
  118. Δ:OzTeX 1.2:changes q     fi:OzTeX 1.2:LaGraphix ƒ:LaGrafix Docs Æ&|Á:OzTeX 1.2:LaGraphix ƒ:Sample Picture *:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:bibtex.ins ^    ?:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.aux ù:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.bbl É∞!:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.bib 1    3$:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.tex ñ>d-:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.tex Ö>˙k:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.tex {&™:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxdoc.xua •˙–:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxhak.tex h>ü÷:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:btxhak.tex &:OzTeX 1.2:MacBibTeX ƒ:BibTex Docs:xampl.bib ±&";:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:abbrv.bst ®>”a:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:abbrv.bst % {†:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:alpha.bst ô>†¨:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:alpha.bst ¬9Î:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:apalike.bst ß>˚:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:apalike.bst 4¢B:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:plain.bst °>÷Y:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:plain.bst Hwò:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:unsrt.bst å>ø•:OzTeX 1.2:MacBibTeX ƒ:BibTex inputs:unsrt.bst PK‰:OzTeX 1.2:MacBibTeX ƒ:BibTex0.99c_Readme.tex ıõË:OzTeX 1.2:OzTeX ƒ:Help-files:Changes É    ê˙:OzTeX 1.2:OzTeX ƒ:Help-files:Handy Hints Í    :OzTeX 1.2:OzTeX ƒ:Help-files:Problems g˝     :OzTeX 1.2:OzTeX ƒ:Help-files:TeX Users Group d    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:folders.ps í>e    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:folders.ps J>˜R    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:folders.ps 1Aë    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozsys.aux `rÆ    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozsys.log Ó“¥    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozsys.tex ì>¿∏    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozsys.tex T>S˜    :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozsys.toc ß5
  119. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.aux ∂9
  120. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.log ªN
  121. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.tex ú>◊T
  122. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.tex x>sì
  123. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.tex û>Η
  124. :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.tex n>â :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.tex Æ˜N :OzTeX 1.2:OzTeX ƒ:LaTeX-docs:ozuser.toc $•] :OzTeX 1.2:OzTeX ƒ:Oz.config !…j :OzTeX 1.2:OzTeX ƒ:PS-files:bad.ps *Íâ :OzTeX 1.2:OzTeX ƒ:PS-files:box.ps flã :OzTeX 1.2:OzTeX ƒ:PS-files:clip.ps òÛå :OzTeX 1.2:OzTeX ƒ:PS-files:DVItoPS.ps ‹ãç :OzTeX 1.2:OzTeX ƒ:PS-files:empty.ps &g≠ :OzTeX 1.2:OzTeX ƒ:PS-files:errhandler.ps |ç≠ :OzTeX 1.2:OzTeX ƒ:PS-files:fontlist.ps H    ª :OzTeX 1.2:OzTeX ƒ:PS-files:getfonts.ps –Q¬ :OzTeX 1.2:OzTeX ƒ:PS-files:global.ps ö!» :OzTeX 1.2:OzTeX ƒ:PS-files:info.ps ? ª  :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep65.ps õ>˙÷ :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep65.ps ¸ï :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep68.ps å>ë+ :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep68.ps yj :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep70.ps û>ñ~ :OzTeX 1.2:OzTeX ƒ:PS-files:LaserPrep70.ps …04Ω :OzTeX 1.2:OzTeX ƒ:PS-files:no-test-page.ps b˝Ì :OzTeX 1.2:OzTeX ƒ:PS-files:restart.ps y_Ô :OzTeX 1.2:OzTeX ƒ:PS-files:TEXTtoPS.ps £ÿÔ :OzTeX 1.2:OzTeX ƒ:TeX-docs:8bit.log ø{:OzTeX 1.2:OzTeX ƒ:TeX-docs:8bit.tex ?:    :OzTeX 1.2:OzTeX ƒ:TeX-docs:fontsample.tex Ò,y :OzTeX 1.2:OzTeX ƒ:TeX-docs:nasty.log ˘j8:OzTeX 1.2:OzTeX ƒ:TeX-docs:nasty.tex ì$c<:OzTeX 1.2:OzTeX ƒ:TeX-docs:psfonts.log <ˆ`:OzTeX 1.2:OzTeX ƒ:TeX-docs:psfonts.tex O2b:OzTeX 1.2:OzTeX ƒ:∑Edit:∑Edit 1.0 Doc ëÅi:OzTeX 1.2:README π Ñ:OzTeX 1.2:Sources ƒ:Build-OzTeX ®Àê:OzTeX 1.2:Sources ƒ:LifeLab 2.1:Hmmm... ns¨:OzTeX 1.2:Sources ƒ:LifeLab 2.1:Patterns:Acorn (TEXT) v·¬:OzTeX 1.2:Sources ƒ:Sources:8bit.r W√:OzTeX 1.2:Sources ƒ:Sources:DVIReader.DEF  3k”:OzTeX 1.2:Sources ƒ:Sources:DVIReader.MOD ö>w:OzTeX 1.2:Sources ƒ:Sources:DVIReader.MOD ï>E:OzTeX 1.2:Sources ƒ:Sources:DVIReader.MOD t ¶É:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.DEF ä§:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.MOD >§´:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.MOD r>#Í:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.MOD ú>ï(:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.MOD Ü>1g:OzTeX 1.2:Sources ƒ:Sources:DVItoMac.MOD 2.∑•:OzTeX 1.2:Sources ƒ:Sources:DVItoPS.DEF È”:OzTeX 1.2:Sources ƒ:Sources:DVItoPS.MOD ©>Ô÷:OzTeX 1.2:Sources ƒ:Sources:DVItoPS.MOD ú>ò:OzTeX 1.2:Sources ƒ:Sources:DVItoPS.MOD C44T:OzTeX 1.2:Sources ƒ:Sources:FileIO.DEF Swà:OzTeX 1.2:Sources ƒ:Sources:FileIO.MOD K ä:OzTeX 1.2:Sources ƒ:Sources:FOND.r ~3ö:OzTeX 1.2:Sources ƒ:Sources:FontReader.DEF  ìÕ:OzTeX 1.2:Sources ƒ:Sources:FontReader.MOD ò>û“:OzTeX 1.2:Sources ƒ:Sources:FontReader.MOD ì>6:OzTeX 1.2:Sources ƒ:Sources:FontReader.MOD …O:OzTeX 1.2:Sources ƒ:Sources:LowLevel.DEF ì ÿP:OzTeX 1.2:Sources ƒ:Sources:LowLevel.MOD s>k]:OzTeX 1.2:Sources ƒ:Sources:LowLevel.MOD ê
  125. fiõ:OzTeX 1.2:Sources ƒ:Sources:Options.DEF qn¶:OzTeX 1.2:Sources ƒ:Sources:Options.MOD ã>fl≥:OzTeX 1.2:Sources ƒ:Sources:Options.MOD ≥jÚ:OzTeX 1.2:Sources ƒ:Sources:OzTeX.MOD ©>ˆ:OzTeX 1.2:Sources ƒ:Sources:OzTeX.MOD ±6Δ4:OzTeX 1.2:Sources ƒ:Sources:OzTeX.r l3wk:OzTeX 1.2:Sources ƒ:Sources:PDEF.r ã%„û:OzTeX 1.2:Sources ƒ:Sources:POOL.r í>nƒ:OzTeX 1.2:Sources ƒ:Sources:POOL.r -:OzTeX 1.2:Sources ƒ:Sources:PStoPrinter.DEF 0:OzTeX 1.2:Sources ƒ:Sources:PStoPrinter.MOD j>%2:OzTeX 1.2:Sources ƒ:Sources:PStoPrinter.MOD rèp:OzTeX 1.2:Sources ƒ:Sources:RECT.r •Ä:OzTeX 1.2:Sources ƒ:Sources:SIZE.r K¶Å:OzTeX 1.2:Sources ƒ:Sources:TermIO.DEF ¡ÒÉ:OzTeX 1.2:Sources ƒ:Sources:TermIO.MOD â>≤â:OzTeX 1.2:Sources ƒ:Sources:TermIO.MOD å>;»:OzTeX 1.2:Sources ƒ:Sources:TermIO.MOD -«:OzTeX 1.2:Sources ƒ:TeX-sources:TeX.DEF [Ù    :OzTeX 1.2:Sources ƒ:TeX-sources:TeX.MOD ò>O :OzTeX 1.2:Sources ƒ:TeX-sources:TeX.MOD û>ÁJ:OzTeX 1.2:Sources ƒ:TeX-sources:TeX.MOD ~6Öâ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXAction.DEF ›¿:OzTeX 1.2:Sources ƒ:TeX-sources:TeXAction.MOD ã>‡√:OzTeX 1.2:Sources ƒ:TeX-sources:TeXAction.MOD †>k:OzTeX 1.2:Sources ƒ:TeX-sources:TeXAction.MOD £> A:OzTeX 1.2:Sources ƒ:TeX-sources:TeXAction.MOD 3Æ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXArrays.DEF ®±≤:OzTeX 1.2:Sources ƒ:TeX-sources:TeXArrays.MOD í>Y≈:OzTeX 1.2:Sources ƒ:TeX-sources:TeXArrays.MOD $
  126. Î:OzTeX 1.2:Sources ƒ:TeX-sources:TeXDVI.DEF `:OzTeX 1.2:Sources ƒ:TeX-sources:TeXDVI.MOD î>o:OzTeX 1.2:Sources ƒ:TeX-sources:TeXDVI.MOD £>N:OzTeX 1.2:Sources ƒ:TeX:TeXDVI.MOD ¯¶å:OzTeX 1.2:Sources ƒ:TeX-sources:TeXFMT.DEF ëûö:OzTeX 1.2:Sources ƒ:TeX-sources:TeXFMT.MOD j>/õ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXFMT.MOD ˜.ôŸ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.DEF ì2ê:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.MOD î>#;:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.MOD ¢>∑y:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.MOD ò>Y∏:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.MOD l>Òˆ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXGlobals.MOD ö]5:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.DEF A˜R:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.MOD t>8Z:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.MOD §>¨ò:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.MOD ®>P◊:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.MOD §>¯:OzTeX 1.2:Sources ƒ:TeX-sources:TeXLines.MOD ÏúT:OzTeX 1.2:Sources ƒ:TeX-sources:TeXMaths.DEF Δàj:OzTeX 1.2:Sources ƒ:TeX-sources:TeXMaths.MOD ò>Nn:OzTeX 1.2:Sources ƒ:TeX-sources:TeXMaths.MOD ß>ʨ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXMaths.MOD ï>çÎ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXMaths.MOD À "*:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPages.DEF $Ì6:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPages.MOD †>8:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPages.MOD ‹±v:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPrint.DEF içã:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPrint.MOD †>ˆê:OzTeX 1.2:Sources ƒ:TeX-sources:TeXPrint.MOD ‹4ñœ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.DEF 6r:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.MOD ü>®    :OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.MOD û>GH:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.MOD ú>ÂÜ:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.MOD w>Å≈:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSyntax.MOD o;¯:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSysDep.DEF g?:OzTeX 1.2:Sources ƒ:TeX-sources:TeXSysDep.MOD ˛!xB:OzTeX 1.2:Sources ƒ:TeX-sources:TeXTFM.DEF Èvd:OzTeX 1.2:Sources ƒ:TeX-sources:TeXTFM.MOD L._e:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log ™>´ì:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log £>U“:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log é>¯:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log ¢>ÜO:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log [>(é:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log ã>ÉÃ:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log ß> :OzTeX 1.2:Sources ƒ:Trip:ok-trip.log î>µI:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log ò>Ià:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log s>·Δ:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log •>T:OzTeX 1.2:Sources ƒ:Trip:ok-trip.log Ñ˘C:OzTeX 1.2:Sources ƒ:Trip:ok-tripos.tex c}Y:OzTeX 1.2:Sources ƒ:Trip:trip.tex ]>‡Y:OzTeX 1.2:Sources ƒ:Trip:trip.tex ÿ=ò:OzTeX 1.2:TeX-inputs:acm.sty >Æ:OzTeX 1.2:TeX-inputs:addendum.tex 7S±:OzTeX 1.2:TeX-inputs:amsppt.sty ä>jË:OzTeX 1.2:TeX-inputs:amsppt.sty ÛÙ& :OzTeX 1.2:TeX-inputs:amstex.tex è>Á5 :OzTeX 1.2:TeX-inputs:amstex.tex Ä>vt :OzTeX 1.2:TeX-inputs:amstex.tex ©>ˆ≤ :OzTeX 1.2:TeX-inputs:amstex.tex ù>üÒ :OzTeX 1.2:TeX-inputs:amstex.tex a<0!:OzTeX 1.2:TeX-inputs:amstexname.tex uùJ!:OzTeX 1.2:TeX-inputs:art10.doc å>K!:OzTeX 1.2:TeX-inputs:art10.doc ±ûâ!:OzTeX 1.2:TeX-inputs:art10.sty ›Oä!:OzTeX 1.2:TeX-inputs:art11.doc ->,ú!:OzTeX 1.2:TeX-inputs:art11.sty ÁY⁄!:OzTeX 1.2:TeX-inputs:art12.doc s>@Ï!:OzTeX 1.2:TeX-inputs:art12.doc Î≥*":OzTeX 1.2:TeX-inputs:art12.sty fiû+":OzTeX 1.2:TeX-inputs:article.doc z>|=":OzTeX 1.2:TeX-inputs:article.doc Ä)ˆ{":OzTeX 1.2:TeX-inputs:article.sty Av•":OzTeX 1.2:TeX-inputs:bezier.sty π∑¬":OzTeX 1.2:TeX-inputs:bk10.doc õ>pΔ":OzTeX 1.2:TeX-inputs:bk10.doc Δ #:OzTeX 1.2:TeX-inputs:bk10.sty ú—    #:OzTeX 1.2:TeX-inputs:bk11.doc É>m#:OzTeX 1.2:TeX-inputs:bk11.doc [#:OzTeX 1.2:TeX-inputs:bk11.sty ßÙ`#:OzTeX 1.2:TeX-inputs:bk12.doc {>õt#:OzTeX 1.2:TeX-inputs:bk12.doc 
  127. ≥#:OzTeX 1.2:TeX-inputs:bk12.sty ù ∏#:OzTeX 1.2:TeX-inputs:book.doc é>ΩÀ#:OzTeX 1.2:TeX-inputs:book.doc x0K
  128. $:OzTeX 1.2:TeX-inputs:book.sty ¥√:$:OzTeX 1.2:TeX-inputs:clbiba.sty ≤wZ$:OzTeX 1.2:TeX-inputs:clbibr.sty ∑)^$:OzTeX 1.2:TeX-inputs:fleqn.doc ∏‡a$:OzTeX 1.2:TeX-inputs:fleqn.sty Wòj$:OzTeX 1.2:TeX-inputs:hyphen.tex ©>Ôo$:OzTeX 1.2:TeX-inputs:hyphen.tex .òÆ$:OzTeX 1.2:TeX-inputs:idx.tex •ö‹$:OzTeX 1.2:TeX-inputs:ifthen.sty ?‚$:OzTeX 1.2:TeX-inputs:lablst.tex ÄLË$:OzTeX 1.2:TeX-inputs:latex.bug ®>ÃÌ$:OzTeX 1.2:TeX-inputs:latex.bug Ñ>t,%:OzTeX 1.2:TeX-inputs:latex.bug H¯j%:OzTeX 1.2:TeX-inputs:latex.ins ß9@Ñ%:OzTeX 1.2:TeX-inputs:latex.tex ©>ÁΩ%:OzTeX 1.2:TeX-inputs:latex.tex ì>ê¸%:OzTeX 1.2:TeX-inputs:latex.tex ï>#;&:OzTeX 1.2:TeX-inputs:latex.tex ~>∏y&:OzTeX 1.2:TeX-inputs:latex.tex ™>6∏&:OzTeX 1.2:TeX-inputs:latex.tex ä>‡ˆ&:OzTeX 1.2:TeX-inputs:latex.tex ñ>j5':OzTeX 1.2:TeX-inputs:latex.tex Ñ>t':OzTeX 1.2:TeX-inputs:latex.tex §>Ñ≤':OzTeX 1.2:TeX-inputs:latex.tex î>(Ò':OzTeX 1.2:TeX-inputs:latex.tex Ä>º/(:OzTeX 1.2:TeX-inputs:latex.tex ì><n(:OzTeX 1.2:TeX-inputs:latex.tex ¢>œ¨(:OzTeX 1.2:TeX-inputs:latex.tex ¢>qÎ(:OzTeX 1.2:TeX-inputs:latex.tex w>*):OzTeX 1.2:TeX-inputs:latex.tex ä>äh):OzTeX 1.2:TeX-inputs:latex.tex °>ß):OzTeX 1.2:TeX-inputs:latex.tex ◊<µÂ):OzTeX 1.2:TeX-inputs:leqno.doc `å"*:OzTeX 1.2:TeX-inputs:leqno.sty ÑÏ#*:OzTeX 1.2:TeX-inputs:lerrata.tex q>p$*:OzTeX 1.2:TeX-inputs:lerrata.tex î>·b*:OzTeX 1.2:TeX-inputs:lerrata.tex h*u°*:OzTeX 1.2:TeX-inputs:letter.doc °>›À*:OzTeX 1.2:TeX-inputs:letter.doc „2~
  129. +:OzTeX 1.2:TeX-inputs:letter.sty ë-a=+:OzTeX 1.2:TeX-inputs:letter.tex øÚj+:OzTeX 1.2:TeX-inputs:lfonts.tex s>±+:OzTeX 1.2:TeX-inputs:lfonts.tex Ä>$æ+:OzTeX 1.2:TeX-inputs:lfonts.tex ∫§¸+:OzTeX 1.2:TeX-inputs:local.gid t^,:OzTeX 1.2:TeX-inputs:local.tex ê>“,:OzTeX 1.2:TeX-inputs:local.tex û>bY,:OzTeX 1.2:TeX-inputs:local.tex ® ò,:OzTeX 1.2:TeX-inputs:lplain.tex Ö>®§,:OzTeX 1.2:TeX-inputs:lplain.tex n>-„,:OzTeX 1.2:TeX-inputs:lplain.tex Ì7õ!-:OzTeX 1.2:TeX-inputs:opbiba.sty ŒàY-:OzTeX 1.2:TeX-inputs:opbibr.sty ”V^-:OzTeX 1.2:TeX-inputs:openbib.doc É)c-:OzTeX 1.2:TeX-inputs:openbib.sty O¨h-:OzTeX 1.2:TeX-inputs:oztex.tex g˚k-:OzTeX 1.2:TeX-inputs:plain.tex x>bl-:OzTeX 1.2:TeX-inputs:plain.tex å>⁄™-:OzTeX 1.2:TeX-inputs:plain.tex G-fÈ-:OzTeX 1.2:TeX-inputs:proc.doc `≠.:OzTeX 1.2:TeX-inputs:proc.sty û%.:OzTeX 1.2:TeX-inputs:psnames.tex s´).:OzTeX 1.2:TeX-inputs:pstext.tex û    2.:OzTeX 1.2:TeX-inputs:rep10.doc t>º;.:OzTeX 1.2:TeX-inputs:rep10.doc Ò0z.:OzTeX 1.2:TeX-inputs:rep10.sty Í!Ä.:OzTeX 1.2:TeX-inputs:rep11.doc Ö> î.:OzTeX 1.2:TeX-inputs:rep11.doc ˛ê“.:OzTeX 1.2:TeX-inputs:rep11.sty ˆéÿ.:OzTeX 1.2:TeX-inputs:rep12.doc ô>ÑÏ.:OzTeX 1.2:TeX-inputs:rep12.doc +/:OzTeX 1.2:TeX-inputs:rep12.sty !1/:OzTeX 1.2:TeX-inputs:report.doc |>E/:OzTeX 1.2:TeX-inputs:report.doc H/çÉ/:OzTeX 1.2:TeX-inputs:report.sty 6’≤/:OzTeX 1.2:TeX-inputs:sample.tex j “/:OzTeX 1.2:TeX-inputs:sfonts.tex ß>uÌ/:OzTeX 1.2:TeX-inputs:sfonts.tex 7,0:OzTeX 1.2:TeX-inputs:slides.doc 8SJ0:OzTeX 1.2:TeX-inputs:slides.sty ,"cÇ0:OzTeX 1.2:TeX-inputs:slides.tex ™>è§0:OzTeX 1.2:TeX-inputs:slides.tex P9„0:OzTeX 1.2:TeX-inputs:slitex.tex à>âÍ0:OzTeX 1.2:TeX-inputs:slitex.tex ")1:OzTeX 1.2:TeX-inputs:small.tex ∑+K1:OzTeX 1.2:TeX-inputs:splain.tex ò>‚Q1:OzTeX 1.2:TeX-inputs:splain.tex á>zê1:OzTeX 1.2:TeX-inputs:splain.tex Ç5œ1:OzTeX 1.2:TeX-inputs:testpage.tex R    É2:OzTeX 1.2:TeX-inputs:Times-LaTeX.tex  ’2:OzTeX 1.2:TeX-inputs:Times-LFONTS.tex É>·2:OzTeX 1.2:TeX-inputs:Times-LFONTS.tex ç>d]2:OzTeX 1.2:TeX-inputs:Times-LFONTS.tex ™$Òõ2:OzTeX 1.2:TeX-inputs:Times-test.tex ÷õ¿2:OzTeX 1.2:TeX-inputs:titlepage.doc qƒ2:OzTeX 1.2:TeX-inputs:titlepage.sty ~ 2:OzTeX 1.2:TeX-inputs:tryfonts.tex FnÕ2:OzTeX 1.2:TeX-inputs:twocolumn.doc ì¥€2:OzTeX 1.2:TeX-inputs:twocolumn.sty  Gfi2:OzTeX 1.2:TeX-inputs:uacs.sty Rfl2:OzTeX 1.2:TeX-inputs:verbatim.tex 6
  130. qÏ2:PiRandom.MOD Ì߈2:StrX ƒ:StrX.m s î3t----------ÃÃffˇˇÃÃ33ˇˇÃÃˇˇllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll300Modula-2.CDTModula-2.CNXModula-2.KDTModula-2.KEYModula-2.RLCModula-2.ROMModula-2.ALSModula-2.STPModula-2.HDRModula-2.BCHModula-2.LOGModula-2.SUPModula-2.QLDModula-2.DOC1 0 0 -1 80 TWReport.txt2 10 1 -1 -1 0 1780 0 0 0 0 EDLINModula-2:IMAGES:x Summary.... 8662 Total bytes.... 6 Cards.... 5 Files.... 0 Tags.... 0 Directories.... 3 Seconds.... 8.261 Mb/hr---------------------------------------------hxà†¥¿–Ë 0Drt);#endif;}}} llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllA!ˇˇ¸ˇÈ]ì“˘ˇ€v∂˜'˝vÓsw˛7fl∂∂mo⁄ªflˆÓ{ªˇo€∑o˚ı{æk˜Ó˛±ú›Î¸ÎŒYqfl˛7∏”Ù@ˇˇôˇìådôòûá    @ˇˇ>ˇJœ¸Å ôª  D ln ./ º AI A@ˇˇ$ˇGí‡˚   QR ª õ G ª ª ª ª ª ª ô ª  ˛ ª ª ª ª ª N@ˇˇ>ˇJ ª  ª ª ª  ª  ª ª ª ª ª ª ª ª   ª  ª  ª ª ª  ª      ¸˝  ª  ª ª ª N ª ª ª ª ª ª N ª ª ª ª ª ª ª ª N ª ª ª ª ª ª ª@ ˇˇŒˇO9ô 9.˘d8É?œ3& ª  ¸ ª   ª    ª  ª@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝@ˇˇ2ˇÉLe2.œË \dÅ@ˇˇ2ˇÉLN2Ås¸ \dÅ@ˇˇ2ˇÉLN2Ås¸ \dÅ \dÅ@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ \dÅ \dÅ  \dÅ \dÅ \dÅ@ˇˇ˛Ä#N2Ås¸ î ± \dÅ \dÅ \dÅ \dÅ  ¸ … [cÄ  [cÄ @ˇˇ2ˇÉLe2.œË         \dÅ \dÅ \dÅ  \dÅ ª ª N \dÅ \dÅ \dÅ@ˇˇy˛ ‡ì~‡` ª ª  ª ª N ª    KL@ ˇˇÁˇc"¸ö{‚%?‡ìÛL¿¿ ª ª ª ª@ˇˇ|˛ ìúì‡@ˇˇf˛πL¿Â˝ ª \dÅ º@ˇˇ2ˇÉLe2.œË@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ \dÅ \dÅ ª ª@ˇˇôˇ} ÁÅ20x [cÄ [cÄ \dÅ  \dÅ \dÅ \dÅ \dÅ [cÄ ª [cÄ kz ª ª ª N [cÄ @
  131. ˇˇÁˇ‰Ä鉿e.˘d8Ã<0  / ª ª ª X ]dÇ ]dÇ  ª ª ª ª ª N@ˇˇíˇ2gû 2a / ª
  132. @    ˇˇ‰ˇíÀ.g~ƒd<Ã0 º / ª  ª ª ª ª ª /@ˇˇŒˇOF<èÜ?◊\ ‡sƒd<Ãr0?h   ª ª  ª [cÄ ∂ [cÄ  ª ª ª N @
  133. ˇˇôˇ} 9áyÄ Ã¯…g˘‡  ª@ ˇˇÁˇ£Xs÷Àß~ƒì… òâ‡yd&ÿ‰@ˇˇf˛…d>>H ª 5N ª@ˇˇf˛9OŒ¯O@ ˇˇÁˇ_"¸úúò ìâ…yò&‡‰h» ª      @ˇˇy˛Û'öe@ˇˇr˛ådŒ…ÅsH¸ @ˇˇÁˇÃ¿Ûßg?…ÿôòûá%3d$à ª /@ˇˇôˇ} ôÅì√ìĉ ø.@ˇˇÃˇí»…dxºÊ|∞…¡ì·0«ÛÁ∏¯ÙgûôÉ·k?Êû'?Ûc‡8  ˚ ≠∫ / ≥ ≥ ¶ ¶ Vxá Vxá Vxá ¶ ¶ ¶ ¶ ¶ 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 L 6  ∏ / ¶ ¶ ¶ ¶ N . ≠∫  ¶ ¶ ¶ N ¶ ¶@ˇˇ˘ˇ9Ø93ÛÄÅô'…[ö¸'úøûÃo~2xÁ¿ ª ¶ ª ª ¶ ôª ¶ ª ¶ ¶ ¶ N N ¶ ¶ ø6@ ˇˇ9ˇ$æiy≤ ü˚vœæ∑œ€∑yʇ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ N ∫ ¶ ¶ ¶ ¶ ¶ ø@ˇˇy˛Û'ì†ñÄ$ ≠∫ ≥ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ . ? N¶ … @ˇˇ$ˇ'쇈@ˇˇ$ˇKí\ˇ ˚¸ qvO M | ˇX@ˇˇíˇôxœî$díÛ˛;s˜µücÔÒ–πuÓ(Ó‚ü9y¸ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ù î  A ∫ ∫ ∫ ∫ ∫tA
  134. ˇˇ¸ˇΩmfæÔü÷Ωqˆ˛VΩ†˜ï@!ˇˇ˘ˇ9Ø9'•.Àæfl·O9vO«æ˚‘ÔÛÏ«?˚ÈÂ/r7wô€ÊÌ€Ú>ΩÉÔì£Ã#ü½ßÚ8ï ?ŸwÄ?>@ˇˇ¸ˇ‡ÂâhÛ9ÂéÓœ<1Á3û7cÁe ˜ü'}&‡ÉOúπÃ√Â~&üÑ¿G@ˇˇÛˇ?¿ìf$˘$9ߺ≤ƒús”fi‰,Í∑ÔcΩÌ?    “òœgOòjüC˜*@ˇˇÛˇ$¿ûg‡38√¬s/eûìI˚sü1fiÛ#» ˚      ˚¸ Ô ‘
  135. @ˇˇ'ˇè3)3sÄ ˇ ÏÌÚ ¸˛@ˇˇ3ˇ<I‡≥?ä I£∂ ˇ@ˇˇ$ˇÛ|ÚôKû¿@ˇˇr˛œL‡3@ˇˇ$ˇSí‡˚@ˇˇ$ˇSí‡˚ ¸ ¸ ¸ ˝ ˝  ˝@ˇˇr˛œL‡3@ˇˇr˛œL‡5 ¸ ¸ ¸ ˇ@ˇˇ3ˇ<ÿ·xffà   @    ˇˇ$ˇ.ì|ì$dÊÚ»¸Ä$@ˇˇ…ˇ    »Œ>' ˝@ˇˇ…ˇ    »Œ>'@ˇˇ…ˇ    »Œ>'@ˇˇ…ˇ    »Œ>' 3ÈÌ@ˇˇ…ˇ »"ìg 3ÈÌ@ˇˇ…ˇ    »å3¿I@ˇˇ…ˇ    »Œ90¿É@ˇˇ3ˇ<O‡í'@ @ˇˇ|˛…x2Ïh@ ˇˇÛˇ∞3r`2ˆÊgÃŒ<?_ˇî‡¡òL@ˇˇÃˇ‰ëôΔ ¸ ˇ 3ÈÌ Èϸ ÈÏ ÈÏ ÈÏ ÈÏ ÈÏ ŒÍÏ ŒÍÏ Ÿ@ ˇˇôˇ‡ r9ò$°KÚ'Âd>&Lr ŒÍÏ ˝ ÍÏ ŒÏ@ˇˇ9ˇ3Éq>'    @ˇˇÃˇí»IfŒ%d0√Á> ¥ …Ï ˝ …œ …œ …œ …    @    ˇˇÛˇ03r`2ÅÊYíì√& … Œ …Õ …Õ  Õ  Õ  Õ  Õ  Õ  Õ  Õ  MO@ˇˇÛˇ?0rIò úôô–$À˛øÊO2A$g@  Õ˚ …Õ »…à…Ã ˝ …Ã …  … …Ã … ö  È …Ã  @
  136. ˇˇÛˇ<0ê‰s0dÇüO‰òÄ…@ˇˇ'ˇ·8> ö …Ã …Õ Õ ÃŒ  Œ˚¸ …Œ …Œ …Õ Õ @
  137. ˇˇÛˇ0 r9ò2°K2ë9ì…‡ ÃÕ˚ ÃÕ˚ Õ …Õ Õfi Õfi Œfi … …œ ÃÕ    @    ˇˇÛˇ0 r9ò2°K2r8¿d Õfi˚ …Õ˚ Õ …Õ  Ã Ã@ˇˇ˛ÄM@ˇˇ'ˇr$y“>@ô @ˇˇ'ˇr'sü‚í0_ ÃŒ …àààö Õ⁄ ÃÕ Ã …Ã ¸˛ …Ã …Ã@ˇˇy˛    üô@
  138. ˇˇÛˇû0ÃÄ9ò2°K2|.&»L@ˇˇ'ˇ·8> …Ã Ãœ Ãœ Ãœ œ Ãœ@ˇˇ9ˇ3¬q| … … @    ˇˇÛˇû0ÃÄ9ò3°K2ÁòL … …Ã ê… Ãœ …œ@ˇˇíˇ    O‡…ôÃ@Ä Ãœ …œ …œ Ã  ƒ ª@ˇˇ3ˇë<‰¸ìƒ,…¿ ª@ˇˇy˛Û'8£ÀI ≥ ª  ø PR ¥@ˇˇy˛ Ãì$¡0ˇ ;@ˇˇôˇ2Ápí?ILˇ2 œ◊ÓhÓcr÷˘£<∂çüú%ˆ¿s@ˇˇ˘ˇ8>Yr±˚¡ü‰É#ª$Ó_íYÍœÃyfl¨7Áòrʘ[⁄ÚÔ˜øˇ›ô∞˚ØıœÀú\ûì‡oüÄî@    ˇˇÛˇ 0â…Œô37˝ƒìÛ¿'  œ õ Ã … Ã …œ Ãœ Ãœ »… ÿ …ÿ @
  139. ˇˇÛˇû02ÉôAs4ü∞ÊÉ2A` Ãÿ ˇ ˇ ˇ@ˇˇ…ˇ »#…ú¿ Ø º  …ÿ  ÃÕÿ …ÿ ÿ …ÿ Õÿ œÿ       Õÿ@
  140. ˇˇ…ˇ Ëâ…Õô}Lüúí»ì$ Õÿ Õÿ …ÿ GI Õÿ Õfl Õfl …fl Õfl Õfl Õfl
  141. @    ˇˇÛˇ ÄÉ…úO<¸ÅÇïd …fl œfl œfl …œ … …Õ …È … œÈ È @ˇˇ3ˇ&&8gî$√˘&ì …‹ …‹ »È ‘ …‘ ‘È ‘È ºÈ È È @ˇˇ3ˇ&|h‘<L¸dr¿ … È È È …  È … ı   È N {
  142. @ˇˇ3ˇ&øiŸÑ Û0ô È È   È   ˛ È È   œ … ˚ ª @ˇˇ3ˇ&?iŸÑì…29    È œ È   È È ª…  ª @    ˇˇ3ˇ&œiƒÑN¯»|L&¿‰   È È È È È œ œ … 
  143. @ˇˇôˇ 'É…nöd3ô`ì   ãÈ È   ÈÍ È ÈÍ ŒÍ È Í ∂ @ˇˇ$ˇKíÑÁŒüIhî N%@ˇˇôˇ'úàÊ√Û∑;wˇr∞˘cô¡Ó€<;» âãm@ˇˇ˘ˇŒI3Q|)flùfl¿œO¸»◊ªô≥Êô2ŒÀÁnÔ2¥Õ˚∑˛‰ÈÛ    ¯ÔôÃˇ¨gXÊ¡ˆ?ìI¸|@ ˇˇÛˇ90¿„&&3gD&¯3ôaìÄœ@ˇˇúˇ$õì 3ë…‰¯ Í Í Í Í Í Œ Œ …  ø@ˇˇÛˇ 0É…úì…$9   ÕŒ Õ Õ Õ Õ » Õ Õ …@ˇˇÛˇ 0É…ú Û0ô  Õ …  âãÕ ÕŒ Œ Œ ªŒ Õ ª ª @
  144. ˇˇÛˇ0å$9ò2¡IΔ·sì…‡3 …  Œˆ Œ Œ ˚¸ î î  Œ Õ Õ ªÕı Õ@ ˇˇÛˇ0„íL܇N¯ÑO¸«    2ì Õ Œ Œ Õ Õ Õ@ˇˇ$ˇGí˙ Õ Õ Œ  @ ˇˇÛˇ90¿Lʇ_ôπ$-œCˇô¿ì3@ˇˇ'ˇ8N2Ås¸  Œ ˛ Œ … ö ˚ Œ Õ Õ Õ @    ˇˇôˇ} %ôôÀ$…Ã9Á˛¿
  145. @
  146. ˇˇÛˇ 0â…Œôó    Œdr&L Õ   …  Œ Õ ⁄ »   Œ@ˇˇÛˇô0Ú¿gJ?ILoŒÈ9CÂÔ'29Lf è¿?@ˇˇ?ˇ¿ÜIúdÁ¯   …@ˇˇ$ˇüe2.œË   œ   …  œ@ˇˇ'ˇ&3IFær`3@ˇˇÛˇ><âúü3íô√Ú°fiW?ŒSìs˛fyü2¥ïÛ?ÚÛÄg3ôì œ ⁄ » œ fi   …  œ œ@ˇˇ9ˇÚ$ÃHí·@@ˇˇÚˇ$H3Á ' Ø@ˇˇÛˇ‰0‰Ä˛„ƒdʸŒöé}Kr<˝d>&   € …  œ œ  œ œ œ ⁄ Ô ø@ˇˇs˛    :`9   ø-@ˇˇôˇ&ÁHÅ9ÛÛ∑;wˇr∞˘o…̘Êü<Z@ˇˇÚˇ‰sSN¸(Û¡O‡»ñ.˘ú•œÃ¯1ʸ ˝Êdˇíˇ8lnñxñ«3˛<LÊ>â<ÊØˇ\@ ˇˇÛˇ'0$˘ì'Ê8ÁÀúxídr¸ » » ÿ ÿŸ ÿ ÿ ÿ ÿŸ ÿ 
  147.  @    ˇˇÛˇ0¸IÛs˘xÇëdì… Ÿ ö ¸ €ı ÿ Ÿ ÿ Ÿ ÿ ÿ Ÿ ÿ ö Ÿ    @    ˇˇÛˇ0¸I9òò¡…ì#& ÿ Ÿ ÿ Ÿ ÿ Ÿ ÿ Ÿ ÿ ÿ@ˇˇôˇúì'9`ÚÁá'L& fifl   fifl fifl fl »…   fl fl#@ˇˇÛˇ0¸I9òü√˚Óoú…ô9ì»#ì  ˛ ⁄ Ù Õı ö » … ⁄@ˇˇ$ˇüò‰údÁ¯  @ˇˇ'ˇÉ$N2Ås¸ œ@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìú쇠z@    ˇˇÛˇ0¸I9ò2¡ò$…‰Ä@ˇˇ'ˇÉ$ò‰údÁ¯@ˇˇ'ˇÉ$ò‰údÁ¯@ˇˇ'ˇÉ$N2Ås¸@ˇˇ'ˇÉ$ò‰údÁ¯@ˇˇ'ˇÉ$ò‰údÁ¯@ˇˇ$ˇ#…ò‰údÁ¯@ˇˇ$ˇüò‰údÁ¯@ˇˇ&ˇ√Iò‰údÁ¯ ‹ fi @    ˇˇÛˇ0$»L˛3r¡9·2ì…@ˇˇ&ˇ3Iò‰údÁ¯ È „ Ï Ï ’ ’ fi ‘ »
  148. @    ˇˇÛˇ0¸I9òò¡9»|2í ‘ ‘ ‘ ‘ ‘ œ@    ˇˇÛˇ0¸I9ò2¡L…ôÄ ˝  @
  149. ˇˇÛˇ?0ì9úÚ'Á`O.0ô u ö p É N pu {I@ˇˇÚˇësô1Cœ˘|G¶.¶åyfÜè7Ácˆ˘.IKˇˇõ”át~rìØˇ2πÉ<¯ò
  150. @    ˇˇÛˇ0¸Iôò‡ú‰…ëIĢ
  151. @ˇˇÛˇ0¸I9òîô>»|  D    @    ˇˇÛˇ0¸I9òúô>»d& @ ˇˇÛˇ20f˘ìs0)É$ëœü‰ò ˛ ˝@ˇˇÛˇ0¸Iôò‡úpô@ˇˇíˇOd2y˛ ñ@ ˇˇÛˇ<0óOrƒ‰ÁÃÀeííLd @
  152. ˇˇÛˇ30¿˘ìs0dÇÅOˇ49    @    ˇˇÛˇ0¸I9ò2¡É3|‡» ˚
  153. @    ˇˇÛˇ0¸I9ò2¡√'9#4 ª ı    @    ˇˇÛˇ0¸I9ò2¡3'ì#& ≥ ª ø@ ˇˇíˇNs;Û˚±øú?ùùøÄX@ˇˇ˘ˇ9Ó33{-Ù°áÁ¯Ä— WÚÃô#œ|ÕÁ;Ó7>S[ÚÏÀ˝6ü<Ã≥ò˘Ú»1    Lˇ@ˇˇ˘ˇœåyÄ=ü‰É…úL…π2ìyd˛ \dÅ ˇ ö ˇ ˇ@ˇˇÛˇ0ˇLì&8í\Ãs«Ó¸Óg2˝$g܇o@ ˇˇÛˇ30¿˘ì31¡9·2 Û3ôìœ
  154. @    ˇˇÛˇ0'g`ÚÁáÀÇÿd {
  155. @    ˇˇÛˇ0¸Iôò‡úrôŒIòL ª ≠ p
  156. @    ˇˇÛˇ<0êIIò¸¡9$2ÄÀ@ˇˇÛˇ0¸I9ò2¡í·ÄL ª ª ª    @ˇˇÛˇ0¸I9òî¡>»d@ˇˇ˛Ä}
  157. @ˇˇÛˇ0¸I9ò2ô¯Ù2@ˇˇ9ˇÚ'Ê`»d ö ˚¸@ˇˇÁˇ`"Ã3¯¯p œÙˆ@ˇˇíˇÉdfí0Or>H t{ î pu @ˇˇ$ˇsí˘Ã˛ wìœ∞U@ˇˇ˘ˇœÈÁDâ%ÛòéüÈèLWÚyú‚ôÆyrΔõÛ9€œã/iŒ€ˆy¸    Ã‡|Ê%Ò<2êÉÄ
  158. @
  159. ˇˇüˇħ$L˛ŒLLfÊÉr@` : ˇ ˇ @
  160. ˇˇÛˇ0§$L˛Ãô|I¯L ˇ    @ˇˇ9ˇüÉ…úI"ôO ˇ ˛@ˇˇ9ˇÚ'Ê`»Ñd>  ˛  ˝  @ˇˇ9ˇ    3$‡o2Ä<ˇ +, ı    @ˇˇ9ˇÚ'fbBsIdˇ9 u ˛@ˇˇ9ˇÚ'fbÇsb@ˇˇ9ˇÚ'Ê`»Ñ0? €‚ ö áâå ˛@ˇˇ|˛ ìúì‡@ ˇˇôˇ} %ôôÀ…A>f&9OŒ@ˇˇ9ˇÚ'fbÇs¿e Œ ‘ ö
  161. @ˇˇ<ˇ¯í‰OŒ¡ó    Œd ö
  162. @ˇˇ<ˇ¯í‰OŒ¡ó    ò$ê˘ P ª ª@ˇˇ3ˇæ$Œ3% ª ª ª ø yz?@ˇˇÛˇré'&É3Œer>6£Kô9bûsfg}ñ1/i ∏ˇˇ)    <ÀÈsdÇy≥K¿¸ @
  163. ˇˇûˇHæ$˘31¡9ÀòÃáÄ@ˇˇ˘ˇĸI9ò2ôì‰Ä@ˇˇ9ˇ2'Ê`ÀdÄ ˇ [cÄ
  164. @
  165. ˇˇ<ˇìí0ô2s√g@Ê#gL¬Ä@ˇˇ9ˇ2'Ê`údd> ¸ ¸    @
  166. ˇˇúˇ‡ÃI9ò'ôŒ ÑGô¯ ì    @    ˇˇôˇ‡§$LÊŒLIfíÃd> {@ˇˇÛˇÄæíôìs0N2ëdø∏úî Ú¸ël º  ©¯@ˇˇ<ˇìí0ô2sdN˛ëÄ     @    ˇˇôˇ'¶$…|%â…Ãí9@ N D@ˇˇ|˛Œ¸~¯2‡fpùVÄ;@ˇˇ˘ˇ9>'Û0ÄáOô»è»ÃÃÛs>9s…È/iÀ””˛hÜSÚÃ#è.Ê @    ˇˇ˘ˇ?Ä—%úâ…Ãô8… N ¸@ˇˇ<ˇìí0ô2sdbê    @    ˇˇíˇ|§$LÊ.If%d>
  167. @    ˇˇôˇ'§$LÊÃK2'Êd> ¸    @    ˇˇ<ˇìí1ô93dò¬óÊs@@ˇˇ<ˇìí0ô0s/…ÛÅ @ˇˇ<ˇìí0ô0s/…Ä@ˇˇ9ˇúÉ…ÑôN¯»| ˛    @    ˇˇ9ˇúÉ…ÑôN¯¯|&    @@ˇˇíˇf§$LÊÿ' { ø @    ˇˇ|˛Œ~Ï¿Ô«‰Ã¸ÌÏM@ˇˇÚˇbrÅN<Á2πŸ—%ô«Êô|&ÚÊ}Œ“¨å_ˇøë˜?‡°wΔôò|sôùÀË€ú~@ˇˇ?ˇì¿0ô0s    ü¿  @ˇˇ9ˇÊ3LLfŒ·Û1 @ˇˇ…ˇ<ÃIôòÃú¿' MN@ˇˇ…ˇ<ÃIôòÃú¿' V@ˇˇ…ˇ<§$LÊÿ'ê˘@    ˇˇ…ˇ9<¿IIòÃò9ÑO¿ ˚    @ˇˇ…ˇ<Á?s¬&f‡ pu VW H@ˇˇ˛ÄΩ V V\ V V@ˇˇ…ˇ<§$LÊÿ' V ˚ V\ \ \ \ \8 TUa@ˇˇÛˇ0§$LÊÃì쇠\ TUa@ˇˇÊˇ2`NNg`    &2 W W@ ˇˇÊˇ3D85r~ËaÊ«29&…‰#@ˇˇÁˇI9Ãú^ì<XÁ.e>%3ß9Δ2({fÚâK«|!@ˇˇ˛ˇÂıü$8¡Cy9-Ûóôœ,g8D˜…òè»@ ˇˇÁˇ2¿√e∫‰@2ûyô‡>#üÄòƒ ¸@ˇˇôˇœóü<‡$‡<ü쇔˻¯dÒÃòLÚ@ˇˇìˇ;'ÁÏÏI~>2dÚƒ|'ú˘ @@ˇˇÛˇ0ÃI9òOòÛÅ  P     @ˇˇ9ˇÃÄÁ;I U
  168. @    ˇˇ3ˇ&Á9∞'%Œ9¯‡     @ˇˇ3ˇ&œ}sNú¿Ò 0 0 0   @ˇˇ|˛ÊìL è¿? @
  169. ˇˇ3ˇ&&…ry&‡IòsŒ˛Ä8 ª ª 0 0 0 0 î 0 0 0'@ˇˇ9ˇ|$Êo~≤õæ˜ü.q<wŒIÄs8˛ 0 0 0 0 0 0 0 0 0@ˇˇ2ˇ√Lœúd8Á„Ä 0/@ ˇˇíˇxgÊÌŒ÷√ôLŒ{7G—iWÊ@    ˇˇy˛ÿùfl˝íÅúsflÓèÃÄ„ 0@ˇˇ3ˇ&&Áa2ÄsNú¿Ò 0 0"@ˇˇ2ˇII«$<Úª3ªô–…ÀÃ#è};ˇ$¿@ˇˇr˛ÃIô@Ä 0 0 0 0 0 0 0 0 0 0 0 0 ª@ ˇˇíˇúxíÁ¬Y√d·‰øÂí˘a ª 0 ª“ 0 0 BG 0 0 0 0 0 D  0 ìî 0@ˇˇ2ˇ√I˘¯&Ä9¿¸ 0 1 1 1 1 1 1 B 1 1 1 12@ˇˇ2ˇ…I_&GˇwÜÓoÒ¡?3ù.Fìθ B 1 1 1 1 1@ˇˇ9ˇ    úfl$‡È@    ˇˇ9ˇ3&|éóú‡úûÜO 1 @A 1 1 1 1 1 1 1 1 1 1 1 1       1 1  1 1 í ö ö ö ö  1 êAˇˇ˛ˇV’†˜J@ˇˇ¸ˇflπK¯É=~‡¡s2Ú≈2«ûyòsw‰9/&øyf¶/˝W«fiúÄÂÛaæË‹Ú¡˛%@ˇˇÛˇ<0Äñ9sÊ9rL|˛c¸g≤…˘î‡πìÂ~LÅ@ˇˇ$ˇ.ìs~2¿sN¸Å    @
  170. ˇˇíˇ…IŒ|ôI¸‰G&ꇠln l l l l l l l l l l l l lmn m m m m m m m n l l n n n n n n l l n ln m m l m l l l l m m m l l m m m m m m l m m m m m m m m m m m m m m l m m l m l m m l l l l l l l  m m l m  m m l m m m m m m l m l l m  m m l m m m m m m mn m m m m m l ˝ ˝ m n l Ã 0  n n n n n n l l l l l l ª ¯ n pu @ ˇˇÛˇ$0ûNsrπ¯ôº8ôŒÚ¡`~ l@
  171. ˇˇÛˇ0'|`2úÊôí%˘ò‡  [cÄ    @    ˇˇÛˇ0ÃIôò‡ú¬'˘c ª@ˇˇÛˇ0ÃIôòÃúìì0· ª  ö@ˇˇ‰ˇÃú&âûL Ω˛ ª ª ª ª@ˇˇ9ˇúíÉ…ú|r ø  ª /@    ˇˇÛˇ30¿ôìs0NÇÑO¿ ˚@ˇˇÚˇ<P† ª ª@ˇˇÛˇ0ÃI9òd†¿ó [cÄ@ˇˇÛˇ0ÃIôòÏú¿'‡¸@ˇˇÛˇ0'g`2dÊüò0 ö ª ª ª Ÿ ∂ Ø(@ˇˇìˇ'g·˘€ùªˇ0ß«‰£ÛŒ»ifl˛…(@ˇˇÛˇ‰0ÛÄ|˛23fbΩsˇe…3‹}ˇè=3cûd¬y˛@ ˇˇÛˇ90òôì31§9û≤ŒcflSÌÁ  ö  pu |@    ˇˇÛˇ0ÃI9òd¿¬óÊc@ p
  172. @ˇˇ9ˇúÉ…úÃ3>‡ Ç áâã u  ÿ Ÿ› \dÅ \dÅ@ˇˇ9ˇúÉ…ú|2˛$d \dÅ@ˇˇ<ˇìí0ôÄs$Ûæ ö@ˇˇ>ˇéKNÃd¡?‡ ı@ˇˇ>ˇéK˛ ı ª ª p@ˇˇ?ˇJ¬dNÕ¡|¿$  p@ˇˇ9ˇ2'Ê`îd    ü0 ª ª    @ˇˇ9ˇSÚ0ôÇsOLüÑÄÃ@ˇˇ9ˇúÉ…ú|b@ˇˇ9ˇúÉ…ú|bô@ˇˇ9ˇú–…¸I6@ˇˇÛˇë≥…72¡Lô…ìú33“íâ_˛Oxd«ÓŒÙ<y¯˜e¯,èègˇÅ¿á@
  173. ˇˇ˘ˇ?Äg·sì93‡ùÛÄ [cÄ@ˇˇy˛ sôÅÀ˙ \dÅ@ˇˇf˛πL¿Â˝ \dÅ@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ \dÅ@ˇˇf˛πL¿Â˝ \dÅ@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ \dÅ@ˇˇ<ˇ¯íN'‡¿ ª ª ª u ª@ˇˇ9ˇú†9ód˘‡ ˇ ˝  ª
  174. @ˇˇ9ˇü°9≤&‡K»| \dÅ \dÅ@ˇˇ9ˇú3ìúp    @
  175. ˇˇÛˇ90¿N¯¡d    Œí9ÃGÄ@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ \dÅ@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ / u@ˇˇÛˇ03|Õ·$Ä ö \dÅ \dÅ@ˇˇ9ˇú¿9êd \dÅ \dÅ \dÅ \dÅ@ˇˇ2ˇÉLN2Ås¸@ˇˇ9ˇú†9ëd Û ª@ˇˇôˇ‡'|påI?í&@ˇˇy˛ÿùfl˝üÅ1√∑@ˇˇÛˇd2«s…¿r8df¿«ÁKöëÒ ˇè93ÃÛâg‰ës¸@ˇˇ9ˇúÉ…öI | ¸@ˇˇ9ˇú¿9êd@ˇˇ9ˇú†9îdì   ˇ@ˇˇ9ˇú¡9% ö@ˇˇ9ˇü¡9& S
  176. @    ˇˇ?ˇ¯¿‰OŒ¡ƒ ˛¡| ï@ˇˇ9ˇü¡9%@ˇˇ9ˇü¡92&JJ ö ö@ˇˇ9ˇü°9& ª@ˇˇ9ˇü¡9òú … ˚¸ Ø7@ˇˇÛˇü0œ    ƒ¡ÄœK>f¢‘dÁÏú%Õ?¸ë·‹„”8Íı ˇÊîèg>ÿ`    @ˇˇúˇ‡'|c2ô·    Õ0 MN ˝ ª ∂ |∂@ˇˇ9ˇúô9$& ¶ ª@ˇˇôˇ‡'|fŒ&g ª ¶
  177. @    ˇˇ<ˇ¯íœOŒÅ‰ IΔ‰Ä ª ¶@ˇˇ9ˇúüöI ª ¶
  178. @    ˇˇúˇ‡æ$ô1°92&H  ª ¶ ª@ˇˇ9ˇüüìü$3Ä ¶ ª
  179. @ˇˇ9ˇü–œ‰œÅôÃ@í ª ¶@ˇˇ9ˇü°9≤$H@ˇˇ2ˇÉLd2y˛@ˇˇ9ˇü°9≤$IJÄ îyz1@ˇˇÛˇx29xxÛ    …±üìô3öf>¸í˛KÛ)¡ôùÃì#9»ˇpÄ@
  180. ˇˇûˇpKK>·Éì??í yí¿9@ˇˇíˇ¡|ô9è&Ä… ⁄ ˝ ¶@ˇˇ9ˇú˘92&LJ ò ¶    @ˇˇôˇ‡'|99üÉcíÄ$ ˛ ¶    @    ˇˇ9ˇú˘92ÃHô@Ä ¶@
  181. ˇˇ9ˇú¯9ñdobÙô @Ä ı ü ÷fl ª ˛ ª ¶ª <@ˇˇÚˇ‰pÁ≥:sxó|Ëg˘=ƒ/òß”ˇw:”ìÙ˜Lx è¿? ¶@ˇˇ'ˇß%Œ %@ˇˇ˘ˇÃ†úπíõypπˇyí5Áú˘˙èÃK"Ûóœü»dÚ¸ ª ¶@    ˇˇ9ˇ¸$‰ÒæR9cú%fJ @ˇˇ'ˇƒ?…‡?.ë  ª  ¶ Ô    @ˇˇ3ˇ&èòÁ …@ˇˇ&ˇ8{IΔ@ˇˇ'ˇ$?IΔ ÕÛı @ˇˇy˛Û'ì†ñÄ$@ˇˇy˛ÿùfl˝íÅúsflŒ¯√ @ˇˇíˇôxòú˝Åfl9@
  182. ˇˇ|˛ŒÃ~Ï¿Ô¯œ‰‡∑qìÛ¿‰@ˇˇÛˇÊ0$¶3ÁôÃå9ò&«œ|¸%Ê?93OI9pŒÄ?@ˇˇûˇHÉ$íü$cÁ ª L@ˇˇ<ˇ2íÁ`ò‰)…$ ¶ ª@ˇˇ3ˇ&p$%Ä ı ö € ˇ  D  D  D ¶ ª@ˇˇ<ˇíIhöå ö ¶@ˇˇ'ˇ$4IΔ ª ¶    @ˇˇ?ˇ¿Oh>10o ª ª@ˇˇ<ˇí~$ ª ª ¶ª@ˇˇ3ˇ&IhíÃô<  ª ¶@ˇˇ?ˇ¿h~$` ª [cÄ ı ö@ˇˇ3ˇ&L~íÃ@í [cÄ@ˇˇf˛±LÄ¿ˇ ]eÇ ª ª ª ª ª ª@ˇˇf˛±LÄ¿ˇ ª,@ˇˇÛˇ&3Åg‡$ˇô·L‰NI√qó<ÔÛ˛xdô    ü„p…9OpŒ«†;
  183. @ˇˇúˇÍíôD–úJ2d pu|@ˇˇy˛ ‡ì~¿` ¸ ¸ ¸ ¶@ˇˇ<ˇíL~íà‰ ¶@ˇˇ'ˇ ?íí@ ¶@ˇˇ<ˇí~$ ¶@ˇˇ3ˇ&I~íå ¶@ˇˇ…ˇ    &…œí1@ ö ÿ »Õ Ÿ … ¶@ˇˇs˛~À@ˇˇ'ˇ$?IΔ I » … … … …Ù »Ù » »@ˇˇ'ˇƒ8ôÚú% Ù @ˇˇ'ˇî;…òÑœê@ˇˇ$ˇKíl˛   ¶@ˇˇ'ˇî3<òrLL@ˇˇ3ˇ&IfœÉ  =N ∂@ˇˇ9ˇúÓÃü¡3√∑@ˇˇÛˇI2‡ús2r0dfÃÁôìø§¸<2ÃÚú¿YĢ@ˇˇ<ˇÅˇ…Œí1HR ¸ L@ˇˇ'ˇ$;IΔ ¸@ˇˇ'ˇ$;IΔ I ˇ@ˇˇ'ˇ$;¯ƒ ¸@ˇˇ3ˇ&Ivâí@ˇˇ'ˇ$;¯§I¿ ª@ˇˇôˇ    ‡…Œ'ûp¬ » È@ˇˇ9ˇ3Inâ ı@ˇˇ'ˇ$?IΔ ı ı @ˇˇ3ˇ&~$¿ » » ≥ O Ö@ˇˇÛˇ$∞¯∫úÊ'LLqŒ9)Kû|»3Ê1ñ    @ˇˇ2ˇŒL~$Äœ@ˇˇ'ˇ ??í‡@ˇˇôˇ    ‡…œíëcR`Ú@ˇˇ'ˇ&?IFπLˇ@ˇˇ3ˇ&L~íå‡?@ˇˇ'ˇ$?IΔ@ˇˇ9ˇ$úÁÃí·_@ˇˇ'ˇ&?If € |@ˇˇ3ˇ&~%†? w@ˇˇ'ˇ ?Êí@ˇˇ>ˇéK0{ 0 0 0 0@ˇˇ3ˇ&&Á!Ä 0 0 0 0 0@ˇˇ3ˇ&&If?< 0 0 0 0 0 0 0 0 0 å ãå@ ˇˇ9ˇ¸$5©9Úû_ôÓÃLYûœ 0 0 0 0 0 0 0 0 ∫ª 0 0 ª!@ ˇˇ9ˇÃfÊkKo˘œ`9s#Á=( 0 0 0 0 0@    ˇˇy˛ÿùfl˝íÅúsflÓ¯√‡   ª ª ø 0 0  0@ˇˇy˛ÿùfl˝üÅ3√∑  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0    @    ˇˇ9ˇ9ú90p>«‰ìÃ#Ä 0 0 0 0 0 0 0 0 0 0 0 0 0 0 £ M 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0    @ˇˇ|˛_Ú…<ó∏†@ˇˇÁˇ`"39$Ä… 0 1@ˇˇÛˇ$0…Dí ÕüôÄ 1 1 1 1 ª 1 1 1 1 1 1 1 1 1/@ˇˇ9ˇ    Ã˜$ ÕflÓˆÌá9Àcs≈»é˚O 1 1 1 1 1 1 1 1 1 1 1 1 1 1 áâã 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1@ˇˇ|˛ òì~¿` 1      1 1  1 1 1 1 1Ò@"ˇˇ¸ˇΩ©>çúÏˇfli?ΩG9∂áªû‰∏o«ÚõˆÈθmÔ¶øªfi6ofl˚Î≥}ªflª?'ßwÌåß=3ï€∑øwí∑)@ˇˇ˘ˇ¯>·L˜¯ì·‰á¸ƒdÛÃìf>˛íˇO√”L¿œì<¯ @ˇˇ˘ˇ¿LO˙ô|Œ·s<؉'…œíô¯GÛsć@    ˇˇúˇÅÀ·Ã‰pÚN2Ås¸ l   ˝ öª ˝ r Ohr {@ ˇˇÛˇ    0    œíôôG蛯›Ï;3 ¸ ª ˝ ¶ /ø@ˇˇ'ˇ <ôí‡@ˇˇ'ˇ?<ö — »› Ô@ˇˇ'ˇ$<q¶‰#ò »fi » » ¶ ª@ˇˇÛˇ 0É…ûI‡ » » » »‚„ »‚„ » »œÏ »fi »…à… »Ã [cÄ ¶ ª [cÄ    @ˇˇÛˇ>0`¿ÑÁ…ø# » »› » » ›ÌÔ ÕÙ ¶ »⁄Ô ¶ ª »€Ô ¶ @ˇˇíˇ¡|·9˜<$˜…èÄ ıˆ ¶ Ÿ@ˇˇ3ˇ&Lxíÿ?@ˇˇ3ˇ&Lxíÿ? ª ª"@ ˇˇ9ˇúÓÃ˝flßflÛ0Ûá3É˙∑yv(@ˇˇÛˇ‰0˘‰Áì…áLdìÒ<vŒÃI_“èd    x‡ô@ˇˇ'ˇ&<¡gN$| Ä ı ¶@ˇˇ'ˇ°<\í¸√ ı ı ı ı fiı@    ˇˇ3ˇ&xŒ%¯gô|¿‡ ıˆ ö ı \dÅ@ˇˇ$ˇ≥ôN2Ås¸ \dÅ@ˇˇ3ˇìN2Ås¸ \dÅ \dÅ@ˇˇ'ˇ3<9áÃ% Ä ˆ ÕÙ ˆ ı ¶ [cÄ [cÄ »ÔÚ ª ‰ı@ˇˇ'ˇ <Ê퇠¶ \dÅ \dÅ »Ô Ä ı ª ª ¶ª@ˇˇ3ˇ&xÃ%¿? ¶ ª@ˇˇ3ˇ&xÃ%ˇ@ˇˇ'ˇ <Áí¸36@ˇˇÛˇ¡39ó<Ú»ÄÄ'+˘ΔÏLfŒL,i∂«º‰€óœ˘<fÕéy4@ˇˇüˇ    Ä    œíësR¸ ∞ª : ¶ »Ô \dÅ@ˇˇf˛πL¿Â˝ \dÅ \dÅ@ˇˇ9ˇ3e2.œË@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ@ˇˇ2ˇÉLN2Ås¸ »Ô@ˇˇf˛πL¿Â˝@ˇˇf˛πL¿Â˝ [cÄ ]eÇ [cÄ ]eÇ@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ \dÅ ]eÇ ]eÇ \dÅ@ˇˇ$ˇGíÄÁúdÁ¯ \dÅ \dÅ@ˇˇ3ˇ&xÃ%@ˇˇf˛πL¿Â˝ \dÅ \dÅ \dÅ \dÅ@ˇˇ'ˇ <ÊíLÄ P @ˇˇ'ˇ <Ê퇠àäå@ˇˇ<ˇíIxíå¿? \dÅ \dÅ \dÅ \dÅ ]eÇ ]eÇ@ˇˇìˇ    'œπ$Ä \dÅ@ˇˇíˇŒI…L9%√ú˛ ÕÙ@ˇˇÃˇ»Ëíú$ò‰@ˇˇ$ˇOíÏ˚@ˇˇ'ˇ3&côê8 \dÅ@ˇˇ3ˇ&&<gí ʇ@ˇˇíˇ…dœπ$Ä 
  184.    { O q–@ˇˇÛˇú02ÉÃAfñLLnŒ±L\í/g9ˇ‡ëk&ÊÉ@ˇˇ<ˇíxÃ% ›Ô ÕÙ@ˇˇ'ˇ ?ííàö ã@ˇˇ'ˇ <?í6 Ûˆ    @ˇˇ3ˇ&LxíÃSô¸@ˇˇ$ˇkí˛ ˝˛ \dÅ  »Ô »Ô ö p ö@ˇˇ2ˇŒLxÃ%@ˇˇüˇ    Äœπ$˚á@ˇˇúˇ Ç…ód0 àäå@ˇˇ'ˇ$<IΔs@ˇˇÛˇfÇô9&¸Ä¿ ]eÇ ]eÇ    @ˇˇy˛Û'öe@ˇˇÛˇú0É…ìô3Lö.…áGûéfI@ˇˇûˇÄOí<pâI?ò@ˇˇ'ˇ <‚íà˛ ¶@ˇˇ˘ˇ9¿òI <‰íàª@ˇˇ<ˇ2íÁ`íÅC\Ģ ˝ ˛ ¶@ˇˇ<ˇ$íúœ2àK0@ˇˇ'ˇ <ÊíàÛ@ˇˇy˛    üô@ˇˇ2ˇŒLx»%ò?@ˇˇ'ˇ <‰íÃ@ˇˇ3ˇ&x»%ò? / u ª@ˇˇôˇ    ‡œπ$Û •≈ ó \dÅ@ˇˇÛˇú0…É¡d9Õ22ñk?Úx‡ö    »@ˇˇúˇ    œπ$Û ¶@ˇˇ'ˇ <‰íà¶@ˇˇ9ˇ$íÁÃíÅ¿\ ¶@ˇˇ3ˇ&xÃ% ¶@ˇˇ'ˇ <Êíà »ÔÚ Ú »@ˇˇ'ˇú<Òõ38Ä ‚@ˇˇ'ˇô<¿ì »ÃÔ »ÈÔ ö@ˇˇ'ˇ <Êíà»ÈÔ »ÃÔ@ˇˇ'ˇ·?@í »…Ô@ˇˇ'ˇâ<@í »œfi ›ÔÙ ÕŒ ª@ˇˇ3ˇ&x»%ò? ª@ˇˇ'ˇ <‰íì w ÛÙˆ@ˇˇôˇ‡2ûrI •≈ ã Ñ  "
  185. @ˇˇy˛Û'œê9·P@ˇˇÛˇú0<ÉÛì iŒ?…\íœÉG·'‡öô‰Ä?@ˇˇíˇœdËíÃ$ÅÁ\íÄ@ˇˇúˇìËí ª@ˇˇy˛íM& ⁄‰Ô ¶ ª@ˇˇ<ˇ2íÁ`òÑ.…¿D ª@ˇˇ2ˇÃLììò0 » ›Û ¶ PR@ˇˇ'ˇ <Âí˘√@ˇˇ3ˇ&Éy≥$Úá@ˇˇ$ˇ,…«‰Ú ª ª@ˇˇôˇ    ‡K28  ˚ ª •≈ ª : ª@ˇˇy˛íM&@ ˇˇÛˇú0&É…aìô4ö y‰ûøÄf@ˇˇ'ˇ <˘ís¬‡ ¶ »Ô ¶@ˇˇ3ˇ&xú%ê? ¶ »ÔÙ ¶@ˇˇ'ˇ <ŒíL  ¯    @ˇˇ>ˇ†K‡9ódNŒ    fg@ˇˇ2ˇŒLx2%ê? @ˇˇ3ˇ&x$   8 ¯@ˇˇ'ˇ‰<…ì·,ĸ @ˇˇ'ˇfi<…p·,ĸ  \dÅ \dÅ@ˇˇ‰ˇ ÃÊÃ'ô¿9˛ \dÅ@ˇˇÛˇú0ˇÄ…ôâ9Õ¸ì.…ÁAxâ`yÕÄ&@ˇˇ'ˇ <Œí»@ˇˇ'ˇ <Œí» @ˇˇ3ˇ&9yíô@ »@ˇˇ'ˇƒ<…ò@@ˇˇ'ˇâ'ü »@ˇˇ'ˇ·<GíÚ@ˇˇ2ˇŒLx$Ä)@ˇˇ'ˇ <G‚Ú@ˇˇ'ˇ <˘í˘√L@ˇˇ3ˇ&Lxíï»@ˇˇ'ˇ&<If»@ˇˇ'ˇ¡<\í~∏`ê #% yz @ˇˇÛˇ‡3s> ¯Jâ…Õô1K2|ê»Lt◊â$¸@ˇˇ3ˇ&xú%ê?  @ˇˇy˛    :Ä?@ˇˇ3ˇ&Éyπ$ˇp ÿ@ˇˇ2ˇŒLxód.»@ˇˇ'ˇ¡<\í˝É@ˇˇ3ˇ&x¯%ê?@ˇˇ2ˇŒLx %Úg ¸ ö@ˇˇ'ˇ <‰í» @ˇˇ'ˇ <‰íˇIÄ©@ˇˇ'ˇ <ÂíÄ@ˇˇ3ˇ&x»% 9@ˇˇúˇËíb2f    xÄ$ Vxá Vxá Vxá Vxá 0 0 0 0 ≠ 0 0 0 0 0 0 0@ˇˇ3ˇÃûôp< 0 0 0 0 0 0 0 0 0 0 0 0 0 ãå 0 0@ˇˇ˛ˇ19„òñ¸„ڜɠã 0 0 0 0 0 0 0 0 0 0 0 ≠∫ ª / 0@    ˇˇy˛Û'8ìNfúsb9¯œ`ó@ˇˇy˛ÿùfl˝ÃÑùôÄø ≠∫ ª ª ø ≥ ln ˛  ó 0 ò 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇíˇN‡s3Iê 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 qv 0@ˇˇ|˛ sôÅÀ˙ 0 1 1 1 1 1 1 1 1 ª 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1+@ˇˇ9ˇÃ¸›˚øszô‹ôÚ»~3씸 áâå 1 1 1 rY 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 v 1 1”@"ˇˇ˘ˇ˘˝ÛÔ%cø}œß˘N˘ˇœfl”èù7˛y‹¸ÏÊÔøc^(w˚¸}{/æˆÌ~Ô˛Ïôfi_º§o”ªyn7w•Ìkˇ|…%@ˇˇ˘ˇ√<9ÃÏ–üÀ…Fé4gr&/…ÀÛ∏»5¿@
  186. ˇˇÛˇ?02¿á><J˜K2 9 ¬      º  ]eÇ ]eÇ   0 ˝  ˝  / ¸
  187. @ˇˇÛˇ30|,s2…¿@. @ˇˇÛˇ    0`íSˇ [cÄ@ˇˇÛˇ    0bíg‰
  188. @ˇˇÛˇ 0É…Úí8cá3˙@ˇˇÛˇ90¿ƒ$eŒ0 ˚ [cÄ@ˇˇ'ˇå8ôò˘s@ˇˇ&ˇ…I?ú« ¸@ˇˇ'ˇî<…ú¿    @ˇˇ'ˇ§7Œò†  … @ˇˇ'ˇ$4$«| ›Ù@ˇˇ$ˇ∑‰ ÁËÈ@ˇˇ3ˇ &ì~8P ö…› @    ˇˇÃˇ»9Iπ$߉„DœCÄ@ˇˇ'ˇ 3Y‚Ä Èıˆ È  ª pu@ˇˇ|˛ì¸ªˇ9Ùf0ˇv¿N @ˇˇÛˇú∞2ÉáSf&LL~ŒΩOI…2~Ùø‡·√?¡5Ä…@ˇˇÛˇ    0<ìú åç 
  189. »› …› È È ›Ô  ˇ »@ˇˇ'ˇú7üò¿ Ô »@ˇˇ'ˇ$& ƒü@ˇˇ3ˇ&ILúâ » ˝@ˇˇ&ˇâLòú‡¸ ª » »€@ˇˇ$ˇKísˇ¿ »@ˇˇ&ˇåLÊídÄ@ˇˇ$ˇ,…˛·8  p@ˇˇ3ˇ    &YíÛ√‡ ö ª ª @ˇˇÛˇú02É…Aìô3ìüy>\ì∑Lè˚G3& ÔÙ ÔÙ » ª ÔÙ ö œı  ª ª ÔÙ@ˇˇ3ˇ    &YíÛ√fÄL ª - ¥ ÔÙ ª  D »@ˇˇ'ˇ$4ï«Ä ª ª ª ÔÙ ]eÇ ]eÇ [cÄ@ˇˇ|˛ ìì~¿` ]eÇ ª@ˇˇ$ˇ,…¸·¯ Ùı@ˇˇ3ˇ    &Ï9†¸ ª ª ª ª ª ª ª yz@ˇˇÛˇú02É…Aìô3ú$#ôøÚ{èg4ìœLÄ €ı w ˛@ˇˇ&ˇâLœÊ ¸@ˇˇíˇ…d"ìgàé@ˇˇ&ˇâLáœÊ@ˇˇ3ˇ &ô'ü0?@ˇˇôˇ    ‡>'N ÚÙ ÚÙ ˚ ˚ ⁄Ú@ˇˇ'ˇ$4¯ƒ@ˇˇ3ˇ&x'ôĢ Vxá ª @ˇˇÛˇú0LÇôë31†9◊d.„ååfÄ…@ˇˇìˇ '2ìxN&? ˚¸ ˚ Úı ö@ˇˇ$ˇÒú˘90@ˇˇ$ˇŒÃ?x‡ ≠Úı Úı P Úı¸ ⁄Ú Úı  ≠Úı@ˇˇ|˛œÃѯ@ˇˇÛˇú0…ÉÃ^?I`¬ÑÊÛ»ÁK¸Äˇr4H@ˇˇûˇÄKú$  Úı@ˇˇ'ˇú7üò Úı Úı ≠Úı@ˇˇ'ˇ    8ˇ Úı P@ˇˇ'ˇ<K2ê1 Úı˚ ¸ ≠Úı ª ª / @ˇˇ|˛ Ó@ ˇˇÛˇú0ÃÄ9òì°^˙íxx˛Ä4 Úı˚ ö yz Úı Úı Úı@ˇˇ'ˇú4Œòú Ù@ˇˇ3ˇ    &‡9`˛ Úı Úı Úı ˛ »Ú ≠ÔÚ ª ª M @ ˇˇÛˇú∞ˇÄâìô3ö~Ixdò     Úıˆ 2 Úı¸ Úıˆ Ûˆ ÷fl ≠Ûˆ ˇ Ûˆ Ûˆ »ÿ@ˇˇ'ˇ><cí» »„‰ »‚ ‚ Ûˆ »‰ »‰ »„ »Ã »È »„ »Ë »Ë »ŒÍ »ŒÍ Úˆ »„ »‚ ‚ »‚ ‚ »‚ ‚@ˇˇ'ˇ2<Ss0 »Ë@ˇˇ'ˇ$<óü@ˇˇ'ˇ2<…d¯@ˇˇ'ˇ2<~‡'@ˇˇ'ˇ2<~‡' ≠Ùˆ@ˇˇ'ˇ2<~‡' »‹ »‹ »fi »fiÏ »Ú »œ›@ˇˇ'ˇ    <Ä« ÛÙ@ˇˇ'ˇ2<L~@ˇˇ'ˇ< ª ª ª ª fg@ˇˇÛˇú0˘ÄÉ.&&4gX&«Û˝•åÄÁÉôì ¶⁄Ù@ˇˇúˇ    õœ% »’÷ »›@ˇˇ'ˇ    4ü …Ù »› »„ »Ï »Ï@ˇˇ'ˇ$<ëü¿ »œ ¶ »Ù »Õfi »È »Ô »˙ »˙@ˇˇ'ˇ    ?`Δ Û »Ô@ˇˇ&ˇÊdh2 Õ›Ù Ùˆ Ùˆ ≠Ùˆ ª@ˇˇ'ˇ§$œúÄ@ˇˇ'ˇ§$œúÄ »…Ù ÔÙ ª@ˇˇ3ˇ&Lxíઠª@ˇˇ3ˇ<L‡íå ª ª ≥@ˇˇd˛≥ì@…@ˇˇÛˇN2@NLfŒLp惸GfiôÄéò ∫»Ô ˝@ˇˇ3ˇ&h$ »Ô@ˇˇ3ˇ&Lxíàˇ »Ôˆ »Ôˆ  ≠Ùˆ Ûˆ ö@ˇˇ$ˇßúˇ1 ≠Û ˇ    D ≠ª ª ª 0 á ª ª ª ª ª ª ª 0 ª 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠ 0 0 0 0 0 0 0 0 0 0 0 0 0 ∫ 0 0 0 0 0 0 0 ª ª ≥ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ãå 0 0@    ˇˇ9ˇ≤$'cÃôƒÃ%øú°< 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠∫ / ª ø ª /¯ / ª 0 0 0 ª 0 0@ˇˇíˇÉdô‰Ü3{Äà0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇy˛ÿùp&8 ≠∫ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ¶OÉ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇ|˛ ô@Ä 0 0 p 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 11@ˇˇíˇ3{ú9Áwܘo>4gF,scym?;¸ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1∞@"ˇˇ¸ˇ›Ω>≤úÏˇœqπª| îÁ˜¸„^蜄„Â5?˛ÀõÀLπü_oo≈∑fi˝Ófl9Gπ9Ô˚7mùfi S+áüsí∑¯@ˇˇÛˇ‡3ANéÛ¿á&3g& 8_‚ß œ˘‡9`&ó…∏<†@ ˇˇüˇ¯â…gt &ìôœîû.ìpy@? @ ˇˇÛˇ>Ä\fú$pÊf2ëI¿Ûd2y˛@ˇˇíˇœIËí  D    ]eÇ ]eÇ ˝ ª pu Ë Ûˆ Ûˆ [cÄ [cÄ Ûˆ [cÄ ≠Ûˆ ª   Ûˆ ª [cÄ PR Ûˆ ˝ AÛˆ »@ˇˇ'ˇú4Œò@ˇˇúˇ    –)'Ä ≠Ûˆ  ª@ˇˇ|˛?‡wgÌœ»¸%@ˇˇÛˇú0ÃÄôò‡úÉ3ó·˘?„°ªªpÃ√|fÿ˛v@ˇˇûˇ    LC9ó  ‰ öÛ »@
  190. ˇˇ˘ˇN¬DfÊìf`INô,qΔœ     fl 13v Û ≠⁄Û Û¯ ÛÙ¯ w@ˇˇ'ˇ    &ü@ˇˇíˇLdÇ…ñdp ˝ w ≠Ùˆ ª@ˇˇÛˇú0˘ÄÉ.&&8g‡ ¯»–r0L ÿÙ@ˇˇ'ˇ‰<…ò  »ÈÍ »fi@ˇˇ'ˇ·<p‰ »Ï »Ï »œÏ »Ã »fi@ˇˇ3ˇ &û&9 »fiÏ »Ë ª»Á »Ë »ÈÍ »ÈÍ@ˇˇ'ˇô<Äù »Œfi@ˇˇ'ˇ$<ëü¿ »÷  Ù »÷ ›ÌÔ ÕÙ ª ÿÙ@ˇˇ3ˇ &û( ª ª Ùı¯ ö Ùıˆ ]eÇ ]eÇ [cÄ@ˇˇ|˛ ìì~¿` ]eÇ ª ⁄Ùı » Ô j@ˇˇ3ˇ&xì%ò? yz @ ˇˇÛˇú0ÃÄôò‡ú¬'ÊOÄGÇô&I@ˇˇ'ˇ <…ídû èL& ª »Ôˆ ˚ »⁄Ô » Ô ˝˛@ˇˇ3ˇ&xì% ª@ˇˇ'ˇ <…íœÂû PX  @ˇˇ'ˇ <…íNûL¯$ ö »Ôˆ@ˇˇ‰ˇ    ú3…3ú‡ ≠Ù˙ PR@ ˇˇÛˇú0IÇô·31°923MJá˛ôÄìÉ Ù˙ Ù ª Ùı˛@ˇˇ3ˇé$J8 ≠ÕÙ@ˇˇ˛Ä} ª ª Ù Ù Ù@ˇˇ'ˇ?<`ö —ÿ ÿ Ÿ ⁄Ù@ˇˇ3ˇ &f¯‡L ∂@ˇˇy˛íM&@ˇˇÛˇú0ÃÄôò‹úJ2Oeôfô0ê ⁄Ù  P PR »Ù@ˇˇìˇ 'É…ûŒ …٠٠˛ ˝ q⁄Ù ˇ ≠»Ù ı ı ø öı    @ˇˇy˛Û'Æ9ô√cĉ ¸ @ ˇˇÛˇú0dÇô·31†9ëd ˛è3 ı˙ ≠ı˙ ı˙  ı˙ ı ¸ ı˙ ˚ ≠ı˙ ˚ ò ı˙ ı˙ ı˙@ˇˇÛˇú0ÚÄfJƒdÊûÑ$Êæ–7¿ ı˙ ª ≠ı˙ ı˙ ı˙ ı˙ ı˙ ≠ı˙ N ö Ùı Ùı Ùı Ÿ »Ù ŸÙ@ˇˇ'ˇ≥$yõ¡ ’fi … »Û »Œœ Œfi@ˇˇ'ˇ<û „‰ »@ˇˇ'ˇÒ<fÊ@ˇˇ'ˇf$ëG8@ˇˇ'ˇ¶$ÒS¸ñ∞ „Û@ˇˇ'ˇÙ<…ò¿@ˇˇ'ˇî<…ò@ @ˇˇÛˇú0OÇ…Åì¡3ôù¨9˘í?ôfò Ùı    @ˇˇíˇ…I…œ2æP  ÿŸ  ≠›ı@ˇˇìˇ'Ëíì 0 ı ò ı˝ ı ô≠ı ı  ı / ı@ˇˇÛˇú∞<ÉÊÃDÉ…Àù%'_íœ3$¿ ı ≠ı ⁄ı »ı »⁄Ô ª ª »⁄Ô ö ≠»Ô ˝ »‘Ô »‘Ô »flÔ@ˇˇy˛    :Ä? ≠∫ 0 0 0 0 ª 0 0 0 0 0 0 0 0 ≠ ª 0 0 0 0 0 0 0 0 0 [ 0 0 0 0 0 0@ˇˇ9ˇs$d9ÃÃœeIÉx 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠ 0 0 0+@ ˇˇ|˛|ŒµÂö¸ gNˆv˙pGv 0 0 0 0 0@ ˇˇìˇπ$ s'˘ªÀª2sN€ô¯ 0 0 ≠ 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ª 0 0  0 0 0 0 0@ˇˇíˇ√dÊw?d‡Ú»˛ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0    @ˇˇ|˛!‚.ìpy@? 0 u 1 1 1 1 1 1 1 1 1 1 è 1 1 1 1 1 1 1 1 1 1 16@ˇˇ9ˇ`Œ|ÌŒß˝˘0|œub.9ÌÈ«∞ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ]eÇ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1§@"ˇˇ¸ˇflπ9ë%˚ÔsOGvO?z_˘Êqœr¯5ÛÙgã)ÌÛ˜Ìøx⁄ª˚˝∑Èw‚ôæÆq ¯Nûˇvßlrˆ(@ˇˇ¸ˇ¯•AN߉<·Â„ô˘ë…Œíô'_ˇ‰ó9<àòyNH6˛ @ˇˇúˇaÛ¸ÁŒ O~Ãì ª@ˇˇíˇœIËí pu ª yz pu ‘ˆ   ≠‘ˆ ]dÇ ‘ˆ ò@ˇˇ|˛ íì~‡` [cÄ ≠ˆ ⁄ˆ  »ˆ ≠‘ˆ ˆ ª ‘ˆ  ª@ˇˇ3ˇ3dfì… ª ª pu@ˇˇs˛    1g'Äù@ ˇˇÛˇú0ÃÄôò˛úÌSódÊ…|0 ‘ˆ ª ª ‘ˆ ≠‘ˆ ‘ˆ  [cÄ ‘ˆ@ˇˇ'ˇ3<IÜ¿d »⁄Ô ª ª@ˇˇ3ˇ&dxíà»Ô ª ó ª@ˇˇ'ˇ2<IÜ@
  191. ˇˇ9ˇ23fb@s/…?Û8≈<Ã@ˇˇ'ˇ2<IÜ ª ]dÇ@ˇˇ'ˇ2<IÜ ª ª@ˇˇíˇ¯d&3x fí »’Ô »’Ô  »’Ô »’Ô@ˇˇ3ˇ&fxí  …’Ô …’Ô ˝ N@ˇˇÚˇNrûdÉspŒ&Lf3f4ó9&§˙ó¿Û«L …’Ô ˚ ˚ …’Ô g@ˇˇ3ˇ&fp    @ˇˇ'ˇ38˘0 …’@ˇˇ?ˇ2¿‰`bΔ8O‡3  ’Ùˆ@ˇˇ'ˇÚ&sí¿ú@ˇˇ3ˇ &ìÕ& ÷ˆ Ÿ Vxá@ˇˇy˛    üô @ˇˇÚˇŒP»y˘–]Œ…„å3öœÃK≤1ôÄÁÉôÊ ÷ˆ ⁄ ÷ˆ  fl ≠ fl ˆ ›ˆ ⁄ˆ ⁄ˆ@ˇˇ3ˇ&,y2·` ›fiˆ@ˇˇÃˇ$òÊp9 @    ˇˇûˇD íôò–úâ>œ#3 ›fiˆ Nå @ˇˇ&ˇÊdœ@ˇˇ3ˇ &…ÕÁ ›fiˆ ›ˆ fiˆ |‚ @ˇˇíˇŒI√LÚüœ{s"8  Ÿ@ˇˇ'ˇ$&˘îÁÉÄ ¸@ˇˇ'ˇ‰7…õ¿    @ˇˇ2ˇ|åy…·|I`Δ fiˆ ≠fiˆ »…fi@ˇˇ'ˇ§$Œúf@ˇˇy˛?üô¿ü@ˇˇôˇa‚\Ú…xÊå4gí LŒÃfò gfi˙ ª ö / ª ª ª ª ª ⁄˙ ª ª ª ª ≠»˙ ª ª ª ª ›˙ ª ª ª ª ª fi˙ œfi˙ ª ª ª fi˙ ª ¸˝ ª@ˇˇ3ˇ &ríyfઠfi˙ fi˙ ª ª ª@ˇˇôˇì„í3ì3&úôÔƒ9Pæ¿Û¡Lsí‡úé? fi˙ ª ª ª ª ª ª ª fi˙ ª ö ≠fi˙ ª fi˙ ª fiÙ ª fiÙ ≠fiÙ fiÙ  fiÙ fiÙ ª@ ˇˇ<ˇ2ÏfbåsåL_‚%9ˇL¿¿ ≠Ù . Ù › › ÷⁄ ≠»’ Õ œÚ fi fi Ú »Œ ’Á Ù Ù ‘ Ù ÷ ÷Á  D  D  D ÷Á@ˇˇy˛    :Ä?@ ˇˇüˇ Äâ…Õô17K219ÄÁ3ô@í@ˇˇ?ˇ2 Ã`>ô ÿŸ ÷Ô ÷Ô ÷ÏÔ flÔ ≠fl fl fl ‹fl@ˇˇ'ˇ$%IΔ@ˇˇ>ˇÆK0x ª P ª ∫ª ª ≠∫@ˇˇ9ˇ§$üÃy‡ ∫ ª ª@ˇˇs˛    :`9 ≠∫ PR     @ˇˇ|˛¯íIpŒÄ?*@ˇˇíˇ…dú$·˘€ùπˇ3ÿ:æå<∏Ìˇ‰6ç@ ˇˇ˘ˇÈÃ<3óÂS9˝âr¯ó/…¯¥%ˇπ∑πÛü˘·„Õ˘ÎÌÛˇÌøxÿ¥/È,fr>{ò4M˜ÂπÆ…?O6˝@ ˇˇÛˇ90d†Ê·2\fbys%ô?úx8ì    @ˇˇ3ˇ &ì»dÚ¸@ˇˇ2ˇÉLe2.œË ˇ  \dÅ \dÅ \dÅ \dÅ@ˇˇ2ˇÉLN2Ås¸ \dÅ \dÅ \dÅ \dÅ \dÅ g ≠fi ]dÇ ]dÇ ]dÇ ]dÇ ]dÇ ª ª fi é@ˇˇíˇ    xOí–í ª ›fiÁ ›Á ]dÇ ]dÇ@ˇˇ3ˇ &|ìê ›fiÁ ]dÇ ]dÇ ›fiÁ fiÁ ª ª@ ˇˇÛˇ ∞É…ÓüdL>óèyôd¿ fiÁ [cÄ ≠fiÁ fiÁ    fiÁ fiÁT fiÁ ≠fiÁ  ÁÔ …ÁÔ …⁄Ô O"@ˇˇÛˇ&0NNˇ7¯Ê&ÚO>õ3bÓñdÛpL¿ü&@ˇˇ?ˇÅ9Œíí0? Nı@ˇˇ3ˇ&pêî ÁÔ ı  …Á €‚ …⁄ …@ˇˇ3ˇ&pó¿ …Ë …Ë@ˇˇ'ˇ 8¯ì M@ˇˇÛˇ308%ó|2fb}sLÃŒíò<Ä…@ˇˇìˇ    'Œ><@ˇˇ3ˇ&p· …Ë  …Ë ö@ˇˇ'ˇ·8p…| …Á@ˇˇ3ˇ&pë ë Á Á Á@ˇˇs˛~À@
  192. ˇˇÛˇ 0â…Õô$˜KÚ|8»& ∫Á ≠Á Á ÁË˚ ó Á ÁË@ˇˇíˇ¯d&3û     Ë ËÈ  Ë @ˇˇy˛íM&0@ˇˇÛˇ$0ɢ∫‰ò úôfˇgIôŒdœM ËÈ  @ˇˇìˇ&2df…¡<3 ŒË ŒË ŒË …Ë@ˇˇ3ˇ&#q>< …Ë …Ë Ë Œ@ˇˇs˛1¿Œ@ˇˇs˛    ¸í»` 
  193. fg @
  194. ˇˇÛˇ 0â…œô3ÁK219ÄÁ0ô ŒËÈ ª@ˇˇìˇ 'É…fíh ò@ˇˇ>ˇ†K&9Äg ö  ŒÈ èŒ⁄   Œ ≠ÈÛ ª œÈ@ˇˇ'ˇâ$`Δ ≠œ ¸ @    ˇˇÛˇ 0É…Ãõ8ü‡yL&ì˘ œ⁄ »œ œfi Œ@ˇˇ3ˇ&…H0 ¸˛ ≠Œ· Œ· kz Œ·       Œ·  ≠Œ·  @
  195. ˇˇÛˇ 0â…œôdÊsñœ#2`@ˇˇ'ˇ8PÇ ‚@ˇˇ&ˇ?Iì0<ü@ˇˇ3ˇ&ûI`¿ Œ‚@ˇˇ3ˇ&ûI¿d fi‚ ≠fi‚ fi‚Ì ‚ÌÛ O @ˇˇÛˇ<0ò«%f&LLŒô9YíÊ√ÄG3ôì »‚ œ„@ˇˇ<ˇ2ˉ`Œë ˛ œ‰ œ‰ œ„ œ‹ ò@ˇˇ3ˇ&h· œ‰ œ‰ ≠∫ ≠ ã@ˇˇüˇ Äâ…yò‡    @    ˇˇ3ˇ &úyê ‡úìÁp¸@ˇˇy˛ ‡úìÁp¸@ˇˇíˇÉdñÃ-«g‡…∞` v@ˇˇôˇ} …Å23x    @    ˇˇ3ˇ&&Úa¿O'Œ9¯‡ º 
  196.  ˛ qví !@ˇˇ9ˇ    ÃG& œ«Ó¸ÓÜ9«ëGøïüù¿Êû@"ˇˇ¸ˇ˘úÃˆÙ,/œi'ø_|<3¯ï%ˇÔ}ˇùflìè_Êeˆ7S˚¯Oœfl/Ó:˛£~ùsfl˙œydÛ¶¸Ìˇü@ˇˇÛˇ#3~ê¡%$ÙÇôòcûôy>ÂKr˝`2@ˇˇ'ˇÊ$8g…0@ˇˇíˇ…I?‡˘2Ä<ˇ àäå 13 ˇ 
  197. +0   rv Œ‰  ≠Œ‰@ˇˇ'ˇŒ$ôp¸Gl ˚@ˇˇ'ˇ‰'8ü Œ‰Â @ˇˇ'ˇŒ&9`Ä'@ˇˇ'ˇô8à≠ŒÂ ŒÂ  D  D $@
  198. ˇˇÛˇÊ0Ãìò˛ú#sñ<cr&ì ŒÂ˚ ˛@ˇˇ'ˇÃ$ìúì¿ ≠ŒÏ g Ï ⁄Ï ·‰Ï „Ï …Ï Ï @ˇˇ'ˇ 8¯ú~L` ö@ˇˇÃˇÅÀIíî NO ª@ˇˇÛˇë3œ1ûÑ2fb˘såÃYÚ?…Ëú…젻Ϡ·Ï … …· … …· …·  …„ …·@ˇˇ'ˇ8¯∞@ˇˇy˛    üô@ˇˇÛˇ—3À1x܉‰∏…ÃôâÁœ32|âø‰ÚŒfL ö· · ›· ›·@ˇˇ$ˇKíl˛ áâå ›„ ›·‚  ›·‚ ›·‚ ›· ö Ø‘˙ ·Ï ö ª@ˇˇy˛íM&@ˇˇ˘ˇ¬Ã8rÄ?ì3ŒùOd?úêë…LÄ… ·‚Ï ·‚Ï ã‚Ï ‚Ï ‚Ï ‚Ì ‚Ï ·Ï „Ì „Ì ªG@ˇˇÛˇÒÉ9çcÔ}∑ë¯f&LsÓ|"߉âÃ9%wfiÕ‰Ã˘¡<„| ‚Ì  D ‚Ì ‚Ì   ‚Ì ‚Ì ‚Ï ‚Ï ‚ÏT ·‚Ï ‚Ï N@ˇˇy˛    :Ä?1@ˇˇÛˇ'3ì·Çì|1ô93&fi˘D¸√#sΔ=ß?ôôˇÍfK¡|g…úèŒ& ·Ï ¬ ·Ï œ„ œ„‰ œ‘„ œ‰ œ„‰ œ„  œ„ Ã„)@ˇˇÃˇ ‡â…œô2ÁK2|8Œ»{ÏOvú3{毸Ë; Ã‰ Ã‰ Ã· Ã‰ Ã‰ ˛ Ã‰ Ã‰ …„ …‚ …„@ˇˇy˛ÿíflÚûÅ$√Ä}9@ˇˇÛˇ30|¿Ãê193Ê˛IF%efiˇ$>Óˇ3ÙS<ø˝‹Á;3$}¿@ˇˇ'ˇ8¯ …‚ …‚ …‚ …‚ …‚ …‚ …‚@ˇˇ'ˇ$8àó|      fi‚ 
  199.  Ö1@ˇˇÛˇ3ÄO¿<ò˝»&É>ˇú#≥$o”˘Œ`ô£ˇÍzrÚÛ¡@ fi„ fi fi· ˛ fi„ fi„‰ ˝˛ fi„ œ„ œ„ öœ„ œ„‰ ≠ ≠@ˇˇ9ˇ„–Ä ≠∫ ≠ ≠∫    @ˇˇy˛Û%ìêï { ≠∫ ]eÇ@ ˇˇ9ˇÃÜÁcwª˘3ò¡˘€ÛŸ` ô˚Ñ@ ˇˇ˘ˇ√9Á2p,˘~˘‹—ª;Úè{fl;¯óOΔy˛ÂMÀó>øfl”ìˇl˙Ót˘Δ◊<Ãáˇõèå#rº˝Á?9Ä@ˇˇÛˇ90'ôÚ]LLŒëâ«íO&‰ÉÄM Ã· @ˇˇ'ˇ'3 G&ꇠĠĠà÷ …„ …„ …„ …„ Ä@ˇˇy˛ ü˛ü@
  200. ˇˇÛˇ 0â…œôìÁ…»˘# s0ô …„ …„ S …„ …„ ˝˛ …„ …„ …„ …„ Ã„ Ã @    ˇˇÛˇ 0â…Õô2Ò¿'ò˘òL Ã‡ Ã‡ Ã„ ª 
  201. Ä@ˇˇÛˇ    0√…$»‡ ÃÕ‡ Ã‡ »Ã »Ã Ã„ Q
  202. @    ˇˇÛˇ 0É…„ùë'_íì& Ã„  Ã„ …„ …‹ Ã‰ Ã‰ Ã‰ Ã‰ Ã‰ Ã‰ @    ˇˇÛˇ 0É…‚ùOdXÜġüL 
  203. É q 
  204. É S@ˇˇÛˇ    0Œ>î` u@ˇˇÛˇ    0Œ>ú 8@ˇˇÛˇ    0Œ>ú O@ˇˇÛˇ    0Œ>ú@ˇˇÛˇ    0Œ>ú …‰ …‰ Ã‰˚ ª@ˇˇÛˇ<0ó◊|2Á`ô¯%òtˇ&»‰Lê Ã‰  kz Ã‰˝  D »Ã˚ Õ‰Â Õ‰ Õ‰Â Õ‰Â Õ ո Õ Ö@ ˇˇÛˇ0æíb2sfLº…d>&Ä|Lí Õ MN Õ¸ Õ Õ Õ ÕÂ@ˇˇ'ˇ&?`( Õ˚ ÕÏ ÕÏ {@ ˇˇÛˇ30$ìs9Ã˘íåï?d9¯$ ÕÏ é Õ⁄ ÕÏ ÕÏ  
  205. ÕÏ ÕÏ ÕÏ œÏ ÕÏ …Ï fg@ ˇˇÛˇ$0ìù3dŒág)√√ô > …⁄ ˝˛@ˇˇÛˇ    0Õ| 
  206. ⁄È 
  207. …È È  È ›È˚ ÈÏ íî »È@ˇˇ&ˇÃL?‡à@ˇˇôˇÃìê¯@ˇˇÛˇ3∞ô'«$p9â…Œô3ˇúü?ºˇ|õL&¿‰@ˇˇÛˇ    0œ$8¿@ˇˇÛˇ    0œ‡8 
  208. ÈÏ ¸˝ 
  209. ÈÏ ¸@ˇˇÛˇ    0ä3 
  210. ÈÌ 
  211. ÈÏ@ˇˇÛˇ    0ä3 ˛ 
  212. ÈÏ@ ˇˇÛˇ$0ö|N∑2Ùë…‰¯  @ˇˇ$ˇ?í∏$    ‡    @ˇˇ$ˇ?í∑ ¸  ¸ }} ˚¸ [cÄ@ˇˇôˇæ&∞ V gò 
  213.  ≠∫{ Ø { ≠∫ ≠∫€ ∫ ª ª ≠∫ ˛@ˇˇ9ˇúd2Dy‡? î  \dÅ !@ˇˇ9ˇ2ÃÛ`|Œ~Ï¿flÁœëG¸õˇÏ0  ]eÇ A"ˇˇ˛ˇøı8∂‚flªÛªNÊ˚˛˘ˆ˙fi◊[9˜flK{wÛ›vˆ[fi˛Ω∫ÁéÚÌ˝_øÌ€˜=˛tüΩˆ=flˇÆ|_ˇ~∫O¿K@ˇˇœˇH¬L2$Â /ª ª ª ª ª ª@ˇˇÃˇ í>ìú'     V 0 0 0@ˇˇÃˇ íâ…rò¿I 0 0 0 0 0 0 0 0 0 0 0 Äã≠ ª 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ãå@    ˇˇÃˇ$í?Ò˛9‹d∏#«0 ª 0 0 0 0 0 0 0 0 0 0 0@ˇˇ<ˇº 0 0 0 0@ˇˇÃˇí ‰ò 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠∫ @ˇˇÃˇ íé…êD ≠ á 56 56 56 56 56 56 ; ; ; ; ; ; ; ; ; ; ; ; ; ; 56 6 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 56 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ; ; 567 567 567 567 567 567 567 7 7 567 567 567 7 7 7 7 7 7 7 7 7 7 7 56 56 7 7 7 7 7 56 56 56 7 7 ≠ < < ; ; < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 56 2 2 < 2 2 ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' + + + + + + + + * * * * * * * * * * * * * * * * * * * * * * * * 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ( ( ( ( ( ( 56 56 ; 56 7 < ' 2 2 8 ( : : : 56: : : : : : : : : : : : : : : : : : ; 8 8@ ˇˇôˇ<Ád`2eí˜øM9…pŒ«<  ˚˝ ˝˛ ¸ @ˇˇ<ˇ¿ˇ  \ q@ˇˇûˇ Hâ…|ê– 0 0 0 0 0 0   rvé ê [ R[@ˇˇôˇÃëôí@    @ˇˇôˇíà G«IêÚ/`@ˇˇôˇsŒX> } î î 0      0@ˇˇ9ˇíI퇉0ô G@ˇˇúˇ¯íÁ«=$sìî7%æ¸xLrsíû@ˇˇ…ˇìúhíìLÛá > º@ˇˇÃˇí»K~Ä >FG +I     ;@ˇˇÚˇësì1…y9?˛%ô9Ô°s:.…œ~Sc9g˚í0¯s¿”    Ú˘‰3‰¸ê… ∏ ∏S@ˇˇÚˇ…pŒÛ/ŒIs^,…sˆ4Û#óy ÃLá«8èŒ8˛K)fl∏ÁÙß3˚Ô>…Ë<¯ëß?û˛p¿  @ˇˇ2ˇ…Iü$<¯wʘcD~ÊœëGøùüù‡@ ˇˇ2ˇ…Iü$$¸ª≥ª&Ú2å<¸ÌˇÏ     @ˇˇ2ˇâIè$&œ  %@ˇˇ¸ˇWÚKí˛À&)3≈oô⁄ÁÂK¿ | ù£∞ @    ˇˇÛˇ$0úÓôÈúᜠ    @ˇˇôˇ◊3 ñíôN2ìêI @ˇˇôˇí|ÊÁíŒ$ŒDv W H yñ@ˇˇíˇœd‡í`2 0 0 0 0 0 0 0 ˝ \@ ˇˇôˇì    f$%_í“ËÃd'Œ9¯‡@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛ iÑ iÑ iÑ iÑ iÑ iÑ iÑ@ˇˇf˛ŒIÄs8˛ iÑ iÑ iÑ iÑ@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛  VX[   @ˇˇôˇ$ìʇí|˛`AF|2¬(Og˘Hø $ Ω˛ˇ $ %Y $ % $ G ¬ @ˇˇÁˇl¬aŒD<…œí¯Å 
  214. † ù 8@ˇˇÃˇ$õ`í =FG =vx =@ˇˇr˛N¯·@ˇˇr˛N¯·@ˇˇr˛N¯·  7Y y >F @
  215. ˇˇŒˇ9pì'¸Δ$dfˇ‰<p&@ˇˇ3ˇ»xí¿g`í ;[ Ä@ˇˇôˇ2,I ‡ÄÁ X£∂ { É 0 5@ˇˇ<ˇ¿ˇ@ˇˇ<ˇ¿ˇ   N D ¯@ˇˇôˇ∑<n¬ÃOÕI X@ˇˇôˇæ&∞‡d 9AB 9AB õ wX y @ ˇˇôˇ'3ˇÄL8I`~`&ëÁìô&@ˇˇ&ˇgt2y˛ 0@ˇˇôˇæ&∞‡d@ˇˇ…ˇ˛$`ò|Ê<@ '< @ˇˇÃˇí»K~3Ä„C3Ä I >@ˇˇÃˇí»É?2ÄM ?@ˇˇ2ˇMñ@ˇˇ3ˇ„– ?@ˇˇ‰ˇìú˘8Œ ì„ÉÛ,üô‰s0ø9ìÀ‰\û–í +> ∏π@ˇˇ$ˇ‰˘‡ > +∏@    ˇˇíˇ    O¿‰Ã‰ìN¯Ås¸'@ˇˇÃˇô„…Ã<2˜9Éì˘Û0≈=ß?<Ÿü?p:ÒÃú˚1¿ ·‰@ˇˇÃˇ?úŒƒ‚9z~ÃIû?…˘…?)&ÅÁXÄ@ˇˇ3ˇ`«@ˇˇ3ˇ„– ∏π    @ˇˇ<ˇ«ˇ&û1…ŒÊ  ≠ 0 0 0 0 0 0 0 0 0@ˇˇÁˇc" ú… …B@ˇˇ˘ˇ√)è'üœìZ_À9˝CˆıGr|Œ'KÂ=$    »|pœge<7èΔÂè9áÀÄ 9AB 5@ˇˇy˛ÿùfi˝cΔ 3g∏oQ@ˇˇŒˇ&`{N9<¸&yÇqé·|-ÛÃ1Û»«=ª=õŸÓıÈô)ˇcÃflæÚÄé  D &@ˇˇ|˛&»√kìL2Ä & 9@A@ˇˇf˛√e@Ê
  216. @    ˇˇìˇ=íIÜr‡Oƒ9Á@í@ˇˇôˇúñôû<@ ˇˇôˇYÚ<pœLüGÇ°¡„ô‡@ˇˇÊˇ…`Åo%ü2ô2GpFÊdíúaœâ… ¿ü@ˇˇÛˇ3¿|$Ãê2`&@ˇˇr˛Nn ôº ƒ≈ B@ˇˇ9ˇÚ$à{sfL¬¿ @ˇˇy˛Û'c¢8Ôñ 56 6 / # I 8 8 8 2∏ 8l@ˇˇÛˇc3>≈fl£úvÒ˚>ÛÎ[Yí3«g«õ‰È¶ºÔˇ~K„œœ‰ìûOrM   8 ‡ 
  217.     D@ˇˇôˇ 3bíëI√Û≈=ß?2ô”«Y“3√Œ«0 } 9IJ ¯@ˇˇs˛~˜º(œùÄø@ˇˇr˛iN …ĸ@ˇˇr˛N∏%@ˇˇr˛Nn@ˇˇr˛œN8d@ˇˇr˛N∏% 9B~ @ˇˇs˛'1Û2·‡ù 9IJ @    ˇˇy˛€ùªˇòÿ˘˜Ã¿˜Ì * q q 0@ˇˇ<ˇ¿ˇ@ˇˇy˛„û”ü…‡Äü?û ./@ˇˇ2ˇ…IÁ$œë…‰¯ ./ @
  218. ˇˇíˇºd 3ÂÅ`p~23xp B   ./ î    @ˇˇ'ˇÙ<ŒÃr ≈ ? ó @ˇˇìˇ9'>«d~Áë&3 ¢£¶ V#@ˇˇÛˇ‡3~>s#~√ø˜<9ÁIs/ú˘ìsÚ¿ P Pg@ˇˇÁˇ09cÚ$;ì‰.Ë+[˜≈ÃˇˆÃùjüÌrfl;…Ô - ]eÇ BC qò W ó kz Ä@ ˇˇúˇíˆ?s~&ìÛa2 sNúœÒ 0 0 X 0  D 0@ˇˇôˇ$ì>úds"ì¿  V@ˇˇ|˛&‰`òƒÊÛ     º~@!ˇˇÁˇÊ ˛$Ãˇíu/çıÓ˘s:÷¸ûR˜o˙-Á≥Âû9òK9ˆflGˇ≈=ß?ôŸˇ˙Òå‹û€ˇSßø‘q˙/    @ˇˇ2ˇ√IÛíîSÏ @ˇˇ2ˇ√Iú˘íòcÃ@ˇˇy˛ÿùfl˝‡ÑÅÛ€ô¯ :D@ˇˇy˛ÿùfl˝‡ÑÅÛ€ô¯ @ˇˇy˛‡ûô˛<8f†¯x 2@ˇˇ'ˇ?∞O
  219. @ˇˇy˛‡ûò˛¿yÒÃ@ˇˇ'ˇ¸?à0 0 0 0 0 0@ˇˇôˇ2¸¡sðdˆúìôÃd틲03áœùÑp@ˇˇ9ˇ‡1…íôLrÁ 0  ˛ ˚ Pq@ˇˇ<ˇ¿ˇ 3¢® q w 0 zπ W 8< 0 0@ˇˇôˇæ&∞‡d w q E rv MN 0 0 N N N ˘˙ \ ë 0  0 %@ˇˇìˇ'˜íÄ@ˇˇôˇÛí†=ƒ»ÄM 0 0 0 0 0 0 0 g \dÅ * ? * * * * \@ˇˇ˘ˇ3 8'Lr~9¿Ä' \qI G 0  º º  6è @ˇˇ'ˇ¿6 O@    ˇˇ3ˇd íîˇOhûNÂπ˝¿ º˛ Œœ »⁄fi@ˇˇ'ˇf7ú3nö@"ˇˇ˘ˇ‚Øp|HÙÁ˛ˇ%€>ZÁ„?øu˘=.˝›á∂K„√yúôÉπ·Œøû>ä{Of∫øv<Áıgè6ÛÙÓ«Oı}Û¿{      5  AB @
  220. ˇˇ…ˇ˘$ò?…&agf<2ˇÄ0@ ˇˇ˘ˇ…)‰¡Cq¿Ò    ûIŒNO√y$·@ ˇˇ‰ˇÚ‡rLFô‰¯‰>úd2y˛@ˇˇ‰ˇÚ‡3G&ê‡@ˇˇ…ˇº$Äè ù    @    ˇˇÛˇŒ¿~($Êd2y˛@ˇˇ|˛Êìfyd˛  ¢®:@ˇˇÚˇêK'I'ü=·ÉÀ#ô|˛åK߸ó8S2ìÁØôˇ%…ÄŒLÛvsˇ®˛¿    @ˇˇ|˛¯ëIPN∞?  @ˇˇÛˇ‡3·d3ô‡âd'yf2<3ó‘ì ∞@ˇˇÃˇ3ìg&–39  #@ˇˇ…ˇπ$Ú%~áóË8LrúL;«û39ÛÃìrŒÁK9' Õ¸ô` VW@ ˇˇôˇ?ÚhìdÁ    2<<îî?‡¿@ˇˇ?ˇu9¿@ˇˇÚˇ2HOfíL    »Ä$@ˇˇôˇ_Úfí$sOI‡#@
  221. ˇˇy˛€ùªˇùÿ…Î˚…Œ qflfi@ˇˇ‰ˇ3øú∂◊2íHœcûìpyC?  *t@ˇˇôˇ»Ã.ôí Ir& y X9 X VWX ⁄ +>@ˇˇÛˇë391Y2í#s…Ÿπ‰…πÁ9˛údŒúÔ    h2@N     B@ˇˇÁˇ∫#y„ü…âœg‹qÒ‰œ˙‰sx‡√~Ã9âú5Ω≥Ê#œ»”O9.‡Å ?∫@ˇˇôˇ$…2x 1 ÕŒ ÕŒ@ˇˇôˇ'<rÇÃd ÕŒ , yz W ÕŒ ÕŒ
  222. @ˇˇy˛‡ûò˛¿yÒÃ    @ˇˇôˇÃí#ûáúëH 8 @ˇˇ‰ˇÁÃ>√~âüg'8?8ÚƒKYÒ…ëâ‰èâ@ˇˇíˇŒdÄdû‰¯ 0 0 0 0 0 0 0 0 0 0 \dÅ Ä Ωˇ Ä Ä Ä Ä UÄ Ä Ä Ä Ä q  5 wÄ Ä 0 Ä Ä Ä Ä Ä w öπ 0@ˇˇ‰ˇÚ‡>dÛd$9√πg903õö‰ qü 0 9AB@ˇˇ2ˇÉIp˘ÊèL? ¿ N KL@ˇˇr˛<f830 Ä Ä Ä ÄÅ Ä Ä@ˇˇìˇ&2‰|‡ì Ä Ä Ä Ä     Ä ÄÅ Ä 8Ä 8Ä 8 8w 8w 8w 
  223. @ˇˇíˇüxÚÅ@g @ˇˇíˇÿt»y Ä Ä Ä Ä wÄ Ä Ä Ä Ä Ä ÄÅ wÄ Ä Äé@!ˇˇ˘ˇ=-‚Ë?üÂù…§üÁˇ˚flü˚éyˇ¸,    «åflâ¸3ŒSôˆKOù≈=ß?¸›◊gÈÏfiû?“œìø>’Kb¿ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 W a@ˇˇôˇ3Ií ˘pí@ˇˇr˛¢O > r 0 § áâã §A!ˇˇ˘ˇNgı˜~ôúª˚ÓÁfl]{fi˛yÛ⁄wèÔŒ∑flfl⁄vÀªˇo€∑o˝ı—øÓ˘Ì)Áfi/«œw⁄koˆùOÔÈÓÔ 0@ˇˇíˇô{Å˘·'p>@ˇˇ$ˇ_íÄ˚  8  D \cÅ 0 0      @    ˇˇ˘ˇB…èdÂ<IpŒÄ? 7 0 \ W W W r j§• \ 0 MXY@ˇˇ|˛ì»ô<öLꇠTÖ   02@ˇˇÚˇ3H˘˘ûôπÛÅüº%N‡èd6ÛÁ$¯Ù2Òoâ…‰Òèg»”ˇ ©  0 óX óX 0 0 0 Äj@ˇˇÛˇÈr‡‰K>}ø%«=~~ùaÛòíŒ?„Â-ô    ò'<˛œìœqˆÈ€tŒ¸Ïôy\<Oˇ~ˇZ … kzΩ P:X@ˇˇ‰ˇ>ìaô»?èdK")'Á/Ip˝.ì¯d    Ú˛ë@ˇˇôˇ&ìbrf@ˇˇôˇ&2ÇK¿y39&@ G ê Gê      áâå áâ ¯ ¯ MN N N 0 0 0 0 0 0 ab 0 É q 0  D 0 0 +> + +> + +> +@ˇˇÃˇí»If† + 68@ˇˇ˘ˇ9 Ú%ü?áÔºŒÃ8    À|s}˙øô√˚3úõxûÓ˝ò臠≥@ˇˇôˇ&ì9H33@ ˇˇíˇü{…Id‰Äü…cÇI0Úë`@ ˇˇôˇë.ôd˘¿L&[üÁÛô&úG@ˇˇôˇ?NI3@ˇˇ'ˇ?ÄO@ˇˇ'ˇ¿6@ˇˇŒˇ$pûû8Á ®©™@ˇˇ'ˇ‡6 U  @ˇˇ'ˇ†6$@ˇˇôˇ: úíÃ˘`ùë˝ÿÑfi…ωëogG¶I¯@ˇˇ'ˇ‡6 2A∏@ˇˇ'ˇ‡6@ˇˇôˇ'230Å3Û@ˇˇ'ˇ¶'˚s`ñ ∏π@ˇˇÚˇ‡K'õÄ q@ˇˇÃˇ$ü˜Ø‰Léû‹d@ˇˇìˇ'Ëí q ∏ ∏ =∏π 2A ø 5 5@ˇˇÚˇ‡KúdsÛûíÛíœÒ»    /ó4    8'<<  @ˇˇÚˇHYŒú 1@ˇˇÚˇûpŒÉ@ˇˇ…ˇ¶$fDr@ˇˇ2ˇÊr8á    @ˇˇÚˇ<`I¿í·√y‡˘L ∏π ∏π rØ ö@ˇˇ…ˇ˘$&Idò>IdÃå}Ã1ü8°39–9 XI 8@ˇˇ9ˇ    'Á$œ9…Œ @ˇˇ<ˇ¿ˇ w∞ yO@ˇˇ'ˇ‡6@ ˇˇôˇñò¿˙`~LôèÕèÁd4‰√Ä@ ˇˇôˇæ$s∞ì Ú¿ÊMo&Á9æŸ/Û áâå 0 YZ 0 áâã 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 @ ˇˇíˇ√d/…”ú›7_>ˆì˙H*èw» 0 0 0 y@ˇˇôˇ&3ÄKÉì¯@ˇˇ…ˇíËí2x 7@ˇˇ|˛ íì~¿` g qvò vò 5@ˇˇ|˛ íì~¿`@ˇˇÊˇpê‰òdÊÛ  áâã®@"ˇˇ˘ˇœ)áG˘≈nœ˛Iƒ=«æ|›ûÍø„…ˇ˝úæºmflæyÀœŒóÑ    Ê‰6è{ûä≥O˛23ùó⁄ÿ}«’ø€øx @
  224. ˇˇ‰ˇ?úìaÉ3%%'…‰'òûÑ ¯ r     E@ˇˇôˇëyí.LÇÄ@
  225. ˇˇ>ˇHë‰3&Ú˝·KÃ1cÛ :=D :=D 9A 9: } 9@ 9A W Wa7@ˇˇÛˇü0%9“ìœN    í'LÛ˜å˛üØgo˛ÿ3ô”?ûs¯!@ˇˇ…ˇÜÛ≥d>¡%ÅÁû#Û¡=3˝é7ø öû>ÄÕ 7 
  226. @ˇˇ<ˇ¿ˇ X@ˇˇ'ˇ&%Á$Ä    @    ˇˇÛˇ‰0@Œìd3‚pÄ$@ ˇˇÚˇ<PÚ°$gÔx9‹˜$Ê&…‰Ä Ç ó E >z@ˇˇ˘ˇ˘ù˛±vˇ¸Êºmˇ'øˇÄ}}¸&≥s˘ˆ˝«œlÒÁ‰ÙGÊ…√ú9æŸO|ûìƒë–˘ 9A 9AB 9A 9A@ˇˇy˛Û'î˚Áac9∞ 9A G G G G@ˇˇr˛%Nˇ@ˇˇr˛NÿÄI@ˇˇy˛Û'f¢√~NÿÓX`@ˇˇûˇ9H¿#¯L.gû` G@ˇˇr˛œL&Ÿ@ˇˇ?ˇ˛3 G 0@ˇˇÛˇô0gÇ9…á8'òÛÅ2 sL˘Ä •≤≥@ˇˇ3ˇˇŒMú¸%† ]eÇ ó iw ]eÇ G 9AB 9AB \ @ˇˇy˛úóÄô@ˇˇíˇ¿|íyìÛ0@ˇˇy˛‰9Ã@ˇˇ|˛&»ÛL»(@ˇˇôˇΔëXfll:$…3è_‹Á3=‰õ?iô…/˘¯» Xqø ·‚ í@"ˇˇ˘ˇ˘,8 „”?Ú#9Ò˚>Ûü˜‡˘ΡdØœøŸìñ¯ÊÚs9ògsˇÁÈß∏˚Ùg<Ú◊ûÈ⁄‹\ûœ÷ª|øxI 0 0 0 0 0 0 0 0 0 0 áâ@ˇˇ9ˇ?&2Ä8I 5ƒ≈    @ˇˇ˘ˇ"#ìÅò2ôÄ<ˇ@ˇˇ&ˇ=w©>Δ#> 0@
  227. ˇˇÚˇÁH‡ Å$ííîˇI¯/M 0 $óº@ˇˇŒˇípNrd'âí` 4 4 4 : 4 N N N r g X &q  @    ˇˇôˇ3èI3CôÅ<2ˇÄ@ˇˇÛˇ 0èúídLÚ»¸ Z@ˇˇ$ˇ√ìë<<2ˇÄ Z Y è
  228. @
  229. ˇˇ…ˇr$dcí$3òÁÑ3Œ0  X\ { N)@ˇˇÚˇ<`3¡9'gÙù…óOÈŸ)ÀòflÛÁ_yÄ'é$8»@ˇˇôˇ$ì‰úüò&@ ˇˇôˇ»ì'û˛9Gg&º$¿©ô$…Œ« @
  230. ˇˇÚˇ<p>·G&Û√Ã'·rÜL 8@ˇˇy˛Û'œ†\f·ÚÀ†ü 0 = v∏é    @ˇˇ?ˇ_/ 0 ö \dÅ ö@ˇˇÃˇG„‡2 ./ MNø x Nß@#ˇˇ˘ˇ˘,< Íoˇr·π‰Û»óœ˚xâé{ˇüë%∫À∑g?‚ıßߺÀ{x¯JÛfirÌ/û˛ä{O3≥ˆÎœt\oby¥Ôó¯é˚ ˛ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 °•∏@ˇˇ>ˇJ   0 l 0 0 0    5@ˇˇ<ˇ¿ˇ 0 ÖÜ °•∏ °•∏ 0@ˇˇ2ˇâIó$Õdí@ˇˇ2ˇâIó$œ1…ÃÊ  D N F  @ˇˇ˘ˇ& NfúÃÃÄú 6  Äù P  8 >@ˇˇÃˇÜ‚| 8 ÖÜ ÖÜ ÖÜ ÖÜ ÖÜ     0 0 0 0 0 0 0 ê      ê    @ˇˇôˇæ%∞ÇÃŒdx 0@    ˇˇôˇæ$∞âÃò7ÉôÑ=v  0 G G G qv 0$@ˇˇôˇıôÌ2O<Êyì3â‰<‹L‰Áô`  @ˇˇôˇº&∞0…@ˇˇôˇ◊<÷9œ& „‰ ó ó@ˇˇÃˇí»yfû@@ˇˇÃˇ »ÁÛÁ· 8 qv q@ˇˇüˇ¯0…23yd˛@ˇˇ‰ˇÚ‡ 'Ê…ffCK ô39&>¡2 '@    ˇˇôˇgΔ%%ÅÚü…Ûî}Œ@ˇˇ'ˇf7‰{ʪp <X@ˇˇr˛)NÊ`@ˇˇ>ˇûK<ì 0 0 0 0 0 0 0 0@ˇˇ2ˇŒIfl◊Ü·˙«(@ˇˇ‰ˇÚ‡7    ≥‰»9èŒÔ…úÛÅ=#˝¡|2)y‹èËÒ˘»@ | h h h h |íh |h î P 0 g8  D PX 0 ó1@ˇˇ˘ˇ‡#3õ=xû5N}ÂΔœ˛íÇSyxÇsyf‡ûô˛<26ëå<Ò¿? q@ˇˇôˇ    é$êI Xrw 0 0@ ˇˇÃˇ$ú…»òˇÑ9áìÊŒdLx è¿? x ˚ àâå 0 Ω 0 0 0 Ä@ˇˇÚˇ‰p9âÁÄ<  D  D  D 0 0 0 0 0b@ˇˇ˘ˇ8.ëI·¯;˜·ü<'Áí?˘93Òd&«sπ˝¸∫ÀÒdo˙§ô?¡”◊Gzi˘MÂAÛ˚¿@    ˇˇ3ˇæ$úˇª)ØÛ<àª@
  231. ˇˇ3ˇæ&ˇª)ØÛÊ sfÄ V  ª 0 0@    ˇˇ3ˇæ&?s<yy¬Kgf8 ª 0 0@ˇˇ3ˇæ$?s<yy¬Kf 0 0 0 vN ª 0 0 0@ˇˇ?ˇû√0 0 0 0 ≠ª ≠∫ ≠ 0 0 0 0@ˇˇ‰ˇ…ÃÅÔÛÃí±‰À=¸Û'    û Û3ôûÄÛ  @ˇˇ'ˇŒ%≥K¿Õ@ ˇˇ‰ˇìÃ~<$Áág√É03¡ÃÙ‡d ¬@ˇˇ'ˇf4‰[<ª‹@ˇˇÚˇôP ≥ û    @ˇˇôˇìŒ ÿG¡Úó2˛ ƒ ƒ ,- Ù%@ˇˇÁˇú ÊÉ28c^πúŒ'/iîìgÁs≤Ñ„_ ú˜ôbxb 0  ü† ® 9;> 9;= ÿŸ 9;B@ˇˇôˇ í`í¸ˇì ®@ˇˇs˛g$S 3@ˇˇ2ˇÃIœòîÏˇí¥ ® 9;A < < 9;A ˙ 0 A < \ 0 0 0@ˇˇ'ˇ&?Ád0@ˇˇ…ˇ?8LÜó”xp¬@y<gNOg:Ã√árÉ#Û I I   0 áâã ¢ v º 0 - @ˇˇüˇ&∞CKw<y‡@  0 0@ˇˇÁˇs2&‡‰dgÇ¿@ˇˇÚˇôp˜É3¿` @
  232. ˇˇ˘ˇ… Ê#'=ë√«Ní√g&ì 0 @ˇˇ<ˇ<íÃÄy†‡ûò˛•|'Êò«Û¸¿¿?@ˇˇ9ˇ$ÃíúeèÔù%˝ÿÜfl9czÙøû ŒWŒfl˚qDÓ   ]eÇ  ]dÇ  @
  233. ˇˇy˛ÿùfl˝`Ü«‰˛øùüù0 M ⁄€Ú /0 
  234. Wó BZz rw£@ˇˇ2ˇ…IG&4Ú MNÜ N @    ˇˇ>ˇéK0&I1ˇ‡9'˛¿  ˝ @ˇˇ$ˇcíÛ  ˝ ˝ ˝ áâ 0@ˇˇôˇ˘œê2ÃÄ@ˇˇ…ˇ'N2Ås¸ Ø˙ å ˙ B≠@ˇˇ>ˇJ 3ø@$ˇˇ˘ˇÌ,< ÊcüÛ#π¥˚Ãœ}˙~Àé{ˇ¸ñ%˜Ω∑w?fl•o÷ø¯ÃÔg„¿ü/Ì€˜<˛tüü˘≥_{æÛRÔ»øˇ’Òm/ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 r 5 0<@ˇˇ˘ˇ¿#grÁ 9|˛3K¥ƒ¿?,Á„%~Ú`û#'ˇ)…√'¯33˘'fi¯ŒsŒœp‰    @ˇˇíˇ s∏ÚÄy√úp2òL@
  235. ˇˇíˇN>IàSœ…84¯'    x Z@ˇˇÚˇ<P†@ˇˇ|˛&»LF@@ˇˇ˘ˇp"Ly%9?ˆñú˜úŒ∑dü«'8ÊŒd}r˚oô@ΩØú¸ÿà   Ú˛ë@ˇˇÛˇ9¿g8K9s¿     Ge@ˇˇ˘ˇ… ƒ/|ñ˙üΔ˙∏gNˇ3NqÀs.fiÛås    s_Œ˚_)Ô∏ÁÙ«3˚??ºáʈë«?fiåsò 2
  236. @ˇˇy˛‡ûò˛¿yÒÃ q7≈@ ˇˇ¸ˇO[¯Å|I˜ôˇw˚Nˇ?{ŒÁéˇ#y}˚˚˝[˙M˘wfl˘Ÿˆ∂˚Û_Iú7õ«Ì㜘û“9Q',˛˙ ©™@ˇˇ'ˇ‡6@ˇˇ'ˇ≥%Ô˘îË„ è l@ˇˇ&ˇâL`Ó,@ˇˇ2ˇ…Iü$¶¸íú—˘Õƒ_˚πsƒ)âÂÏèí@ˇˇ'ˇ‡6@ˇˇ$ˇ„ú‡ ê*@ˇˇÁˇc‚ 'z…ôLëá$…Û∏ÁÙÁ2¯O?Ã…2ˆå<˙Ò|‡ ©™@    ˇˇy˛ÿùfl˝…ëuˆøùÄ ©™ áâã@ ˇˇ‰ˇ2ìxÇœÚfÚü|ífiâ…p¿ü \dÅ@ˇˇy˛3'pÇ√yN¿G@ˇˇ'ˇÓ7)s\ÚÕs¿ îè@ˇˇ…ˇ?'ûg √@ˇˇr˛<I¯¿' Y Vxy  rvw@ˇˇÃˇìÃ∞fl2p AB A9@ˇˇÃˇôúÚôsY<'dI$≥ô‚$ìˇ ffié{O3ɲˆë^Sôô „‡~@ˇˇ‰ˇÃ?@ˇˇ9ˇ‰$íòL  
  237. @    ˇˇ…ˇ »rí'Iì…%99803@ˇˇ…ˇ33Lú…úœyYÚ√8I0Ã#˜ü˛ofˇIÊ=c˙3sÓ«èe‡ì@ ˇˇ2ˇ√I¸››è˘ô?F˛vvÄ    @ ˇˇ2ˇ√IíÁÏŒÔ~ô»»¸3ÚÛ∑¸≥      / 0      8 8 q VW{@ˇˇôˇÙí„û3߇îN‰ídK퇢$«‰Œ ¿     ·‚‰ ⁄ÏÌ ê ·„‰ ⁄ÏÌ ·‚Ï ·‚ ⁄ÏÌ 0    @ˇˇÃˇ ú"…ôI2ôóÁÙ      @ˇˇÃˇ3ú˘%…#ë,‰˛p<ì√$¸I@ˇˇÚˇëS31~í˘PO<Äœq'»…ë9) $Ô?Oô∏«ÙÁ9˚OÊüÌÿ3Úÿxû˛˝èú@ˇˇ9ˇ«À¡9ìô G 5X?@ˇˇíˇôx\Ú8s¿dÀ|;ûˇµ±wÔÃRfikÁ7ù9Íæ¯Àù @ˇˇ|˛úf9Á%√¸·D Y@ ˇˇ9ˇÃ∑‰Œ3#fiˇîdÂGFIˆ r@ˇˇíˇŒI8s&x 0 0 0 0 0 0 0 0 0 0@ˇˇôˇ_œflˇ|‡»NM2    @ˇˇôˇ‡»LxÊÛ@ˇˇôˇ‡»IÊô Y `a@
  238. ˇˇôˇöû¿˙2Ê$ff<˚¡ƒÄ3@ˇˇy˛3'p2Äy¿ô Y
  239. @ˇˇôˇò9…–ôÛ¸ë‡ !@ˇˇôˇ>ŒÁÎ|ì»Õô]2bûqb@LÂÄ@ˇˇôˇ>fíâyÄ@ˇˇôˇ‡»IÊô&@    ˇˇôˇt≈<9íyxââ&°@ g 6@ˇˇÚˇòs·dÁ${í˘29Nú‡ÊdvÊòÛ  î@ˇˇ|˛ üúí†`@ˇˇ|˛ ìú쇠\dÅ@ˇˇ|˛ ìú쇠]eÇ º¸@ˇˇ9ˇúL2sĢ ]eÇ@ˇˇ9ˇúÄœòdÊÛ î@ˇˇ9ˇúL2sĢ ]eÇ@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìú쇠@ˇˇ9ˇúÄœòdÊÛ wî@ˇˇ>ˇJ@ ˇˇíˇéx=g¸ÑìÛò9†úgÄ@ˇˇ9ˇìNí≥gy*?Pp î@ˇˇ|˛ ìú쇠 \dÅ \dÅ  î@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìúì‡@ˇˇ|˛ ìú쇠G G ê G 8N 0 0@ˇˇíˇéd¿OIŒ    @ˇˇ?ˇ_˘ ò @ˇˇ2ˇ…Ió$œë…‰¯  N v     #@ˇˇ˘ˇë#9ñ∑<ˇ$¯9ÁCÀûí?_d&û∏‰ë‘p> I ; ; áâå@
  240. ˇˇÚˇfrÊd˝l&ˇLLÔ~¸π ™ £@ˇˇ…ˇõ àPó ; ; +>@ˇˇ…ˇ2pí∞s ∞@ ˇˇ˘ˇ¡#ô9·ÛÛ'xü &¯dÊ 5@    ˇˇ˘ˇ…,ò9Áúˇî`_íÄ@ˇˇ…ˇ2ÎíÄ 5  ê ; ∞ áâå ; )+@ˇˇs˛‡‹Ã@ˇˇs˛ú Ä@ˇˇs˛–ëà0 5 5@ˇˇÚˇôPÒÉô@ú#5πÉ„y‡>¿|IìÇ∞L@ˇˇf˛    N†2  ≠       g5@ˇˇŒˇ2`IbÁôŒ¸N2Iiû벇ü8gâ˘Úÿxfi>˝ˇ%Ä  ⁄›@ˇˇÁˇ    Ä$ô‰ÁlÄ 0 1 0 ø g Ü :@ˇˇÛˇ·3ú9–[sr5%ÉıºúI2ó/Ã?íÄ 1ƒ
  241. @    ˇˇÃˇÜ‚√d‡$ì<ùô3    Ä W XY{ 0 56  Ü áâå@ˇˇy˛ ì~¿`@ˇˇ>ˇ†KÁ  ∫ 0@ˇˇíˇŒI    s 2‡ô 0 0 q@ˇˇôˇ''ôπê$ q áâ 0@ ˇˇÛˇ‡3ëdw‰˘ëú$íÛé_Œ9  0@ˇˇ…ˇ$òüì ï3˘ÁaŒÄ« &áô2»sÂ•,o˛‡  @    ˇˇy˛„û¡ô9ò21É<êÄ@ˇˇf˛√f@‰  |ñh *     @ˇˇ|˛&»‰`lΔ#ôr‰ 5 |ñh      @ˇˇf˛√f@‰   0 3≥ 0 0 vë Ω(@ˇˇôˇıôÌˇIûgLPôü˛k&&√xÜÄL   h h      h@ˇˇôˇñë¿˙ h |íh |h@ˇˇôˇúë∞ìpÊ@ˇˇôˇñë¿˙ Üq@ˇˇ˘ˇ˘≠]ˆ ”=◊fl€zfl∏$ífifl~ÔHÔ©˛æ’€[€|yN3…ÄŒ 0 :Z Ç@ˇˇ9ˇ& ÄÖ© Ä© ˙ ùûü 0@ˇˇ…ˇø$„'3 ]eÇ qw q è q \@ˇˇ3ˇ»ô‰Δ$ŒI?pÄ @ˇˇr˛3fñ<‡ ~  1@ˇˇ˘ˇÉ)Û$òá>2ÎÎàr¯gLÛÑIÌüLrffÃc)yGÆêG:g¯Á 0@ˇˇíˇ    xÁÃL‡… *t@ˇˇr˛N∏% @
  242. ˇˇ2ˇ…IÁ$<¯Δ$Lf%œL¯‡@ˇˇr˛œNÿ#@ˇˇ…ˇ ò∏ÚÄy@ˇˇr˛Nÿ# @ˇˇ|˛Ëë r=@ˇˇÚˇô`Ôìœå<ÅâGÅˇìÀ7^¸Ïyp>@gd«∏ÃÙóú<À°o9ÊÒºáÛ‚@ˇˇy˛Û&f≥yLÿ`ß @ˇˇy˛Û&f≥yLÿ† q E E 3W 0 w r£    @ˇˇÚˇ<p·33gòïÄ l  D@
  243. ˇˇÛˇ:òë?ìÃy܉Lyp@
  244. @ˇˇŒˇ2KyO0œ‰ ˇ \dÅr@ˇˇÚˇÃHΔÉr¿ó©‰[Œ‰œ3≤ì–7q˙ïoL›ü˝‚˛”ˇ…‰˜ûÔÍìWûœÊ©yˇÄI@ˇˇ9ˇÃ˛g ì       ¸  @ˇˇ$ˇ_íÄ˚@ ˇˇ2ˇâI\&ü¸0á·9«2    ñˇ'Ä    I [cÄ  * Pè Ã íî@ˇˇ'ˇå'ÄÀ@ ˇˇôˇ$…‡òÃIí.Á•>¥‰ò I@ ˇˇ2ˇ√I¸ô`œ<ˇñô?Àcõ¿ˇ  I      @ˇˇíˇœI„í0áÁfí$@ ~ ~@ˇˇ9ˇé${p&4p C 6@ˇˇôˇ =Rí%Ih¸%ˇóìõ}‰,è#ˇ \dÅ \dÅ \dÅ \dÅ@ ˇˇôˇÙìI2$IÁüfÁÚö‡ì~¿` ]eÇ ]eÇ ∏⁄ XrM P 
  245. Œ ’ PX@ˇˇ&ˇÌL_í&@ˇˇ˘ˇì ì3<y<â0?pŒ1Ií$‰˘‹s˙s|•<<ʸ'3Á‚«¯c@ˇˇôˇ 2bí~üÀ32‹3”]kJf∞˘xÄ< fl@
  246. ˇˇ…ˇ$3…sí§3~ íHÅ?ú ·‚ ·‚    @ˇˇ<ˇ«ˇ&û1…ŒÊ 0 W@ˇˇôˇ'íá∏$@ˇˇÚˇ<P†@ˇˇÚˇ<P† E X@ˇˇ…ˇ¶$spì ¿ y xy < Ç ã6@    ˇˇôˇ'Ã…0 '~¿`@
  247. ˇˇ2ˇ√IÜÁÉ{a˙ û#è|< 0 Pw§ íî b @    ˇˇ˘ˇ    /ò‚ÉLë3&°@ áâ / Ü 0     Ä©@ˇˇr˛©NœÊ`  @ˇˇôˇôÖ áâã 0@ˇˇôˇæ&∞ * +>@ˇˇôˇœÃX_
  248. @ˇˇôˇ†≈@ˇˇôˇ¸ΔÄ@ˇˇ>ˇ†KO 0 0 0 0 ÉÑ @ ó 0@ˇˇ9ˇˇ$/    Ä@ˇˇÁˇ3√‚LÜíÉ$O˜§Ú›ì?N˘¸$ N >ƒ û˙  û )-ø ûØ    @ˇˇ'ˇ'?úÚ‡ˇ@ˇˇôˇ'üπd‡≥§NæpO.ô3ô'¸¯ÕœŒ    @ˇˇôˇÃû ô39~?@ ˇˇÚˇÊ`ÒûÄŒ'NÒ…Ã>p@ˇˇ?ˇq…¿@ˇˇ'ˇé'ÄO Õœ Ä@ˇˇ3ˇ˙œD PôΠ∏π @ˇˇ'ˇÈ7s…@ û@ˇˇy˛$œ9&¸Ä¿ r£ Ø [cÄ@ˇˇ…ˇÚ$Ob…a6ĉ@ ˇˇ<ˇ“ˇìs…ù?9≤gúsc9¯≥ ? 0 3  R ,ô 0 q 3S 0 S 0@ˇˇ…ˇ»·?‡$ B AB@ˇˇ˘ˇ    é~ò∞    >' ABu@ˇˇ˘ˇ-/òËŸÛ?»?›«k}{>¸é%ˇyî˝˚flxqπîÊÛ332ò?_ÿ∑ôìõ¡_ˇÃåÂÚÉ<˙î˘ß¿É 0@ ˇˇ¸ˇcâ'1Ú¿á-ôÛ 8<áôò$ I I Py≥ W@ˇˇÚˇ<P†@ˇˇôˇæ&∞ ª} } ã ã } ªIÿ@#ˇˇ˛ˇ˝ıõæÍ_˜˝$ÁtˇˇíOüiπqœüfl≤‰æ◊˛˛yfl˝}Ê∑ú‹ÔÃú;èoˇ˘µj˜Ô~ÛyÛ^◊û˛∏ˆü˝˚Ô≠        @ˇˇ9ˇ‡„Ãyì ‡ú ir 0    +@ˇˇ˘ˇœ,Δƒ<eì∑·‰úí#g¯í‹Ô˜s9C9ô‡ 156  D@ˇˇ…ˇ2?IwŒÄ/#@ˇˇÁˇÒ(#œv䯷…$GÛb?g_‚ÓâIp3)&?  ∞√@ˇˇ˘ˇ9ÌÃèßΔ˚Zflˇ‡9ùì˘˚‹˘«Â=xΔ˝ÁÌÕˆîOfig˜◊=ˆ≥;∑˚7ü˜~Ÿπœø˚v˜N€˜¸ ≠∫ ª ª@ˇˇ3ˇ&&¸aŒ  $ 0 0 ≠ ª 0 ≠∫ 0 0 0 ≠ 0 0 0 0 0 0 0 ≠ 0 0 0 0 0 ≠ ≠@ˇˇ3ˇ&&íd˝K` ≠@    ˇˇôˇ'‰Ä…IÇÛ'ì¿9√ 0 0 0 0 0 0 0 ˝ 0 yÜ - Ü@ˇˇôˇæ&∞‡d  î    @ˇˇy˛ ‰NÃÜs˛H& 0 `b ' 2    @ˇˇ¸ˇ¿ûI‚\@
  249. ˇˇôˇ&‰LüíÛ¡=0˝ûô> N ¶@ˇˇÛˇ30y‡3á<É#âÃ@ˇˇ…ˇ>ô`yí$ < < áâã áâã \,@ˇˇÛˇ¯0Àô$áyÚˇœâÁúú kü=‰yߺÃgxcÜì√ë1œÄ 0[@ˇˇ˘ˇ.)«D~6艂í_˜í„úÛπJY}Msœ§âRæ9Ã~Çûyü‚Ï”˝Õ‰flfltynÔåπˇ‘<    @    ˇˇÁˇ`"ĢMrAŒŒÃ‰H@ˇˇÛˇë3í1Ã'Ï    ¿?ø?˘§^í3c91á'À$K^8√0x x é 0@ˇˇôˇgÚx$8Y2Ií NXf q qrv óì@!ˇˇ˘ˇ))Ãô8Kr¸Œ◊Á∑Ô∏œ‹ˇ˝˚ù˚Ù„Ú—ü›˘)¯üèı€˜<˛ü‹oû˝˙3ûóÔ\ß?ó…Mx 0 0 0 0 0 0 0 Pò ≠ @
  250. ˇˇÃˇúÃ8^2Á    øÊôü8@ˇˇŒˇ$`ôüÊ…N < @ ˇˇ˘ˇ3 |$ô'¡·3~ò&`√OSíÄ ¬ 0@ ˇˇ˘ˇœÄÿ'í0Y¿Û2óÁÙÄ 0 P@ˇˇúˇ3íô√í·N & WX ó    @ˇˇf˛2eÄ</ˇê@    ˇˇíˇNú‰ŒîflÃîgúöó 7 yz   ∏ 9EF@ˇˇüˇÄwí@ 0 0 < 9:…@ˇˇ˘ˇ(/°d°˘˜ëº=∏ø|Ó‰ï˝ëÚæ›Ì¸-ÔæϪ€¸}{OæÙÌ”{{∫≥wy¶æ{^z ”Ôòæ∑ÔøêR@ˇˇ¸ˇ˛ª;6«SGy$Â˙˛a„3…˝˚Û„7'ñsfiü\‚    _Äœ ¢®∂@ˇˇìˇ<íúûò    @ˇˇíˇN…IÚ»ˇá‡ 8X : : : : AB F@ˇˇ<ˇ«ˇ& AB@ˇˇúˇì2úr@0I q > B@ˇˇíˇô{ôô3&0ƒ X AB V 0~@ˇˇ˘ˇ¯Ã}rñs˛$‚˛#_ªÓo¸q>Ág˘˚”/û“∑Sã)mÛˆ=œˇ¸¸ôìõ¡˝ıÃÎ<~(ß8r∞? @ˇˇ…ˇ3}&HÜ&…¿<'IˇI$Ú'$&0«œdà& 0 
  251. îÚ -   x y=@ ˇˇ2ˇ…Iü$ʘ0èüìè˘ï…®<π$  ˛   ˛  @ˇˇr˛ÃLô@Ä [cÄ }è ô@ˇˇôˇ&ÛK ¸9·á2Êõ    fiÚo^˘9Á$Ã@ˇˇíˇ    sŒIÊrÊD?Ã0@ˇˇíˇN    '8Iêü?Ó˝9È> õéˇüfiòÜ?˝xè˛ì    @ˇˇôˇ ípí4˛ì    h2      * 0 @ 1@ˇˇ2ˇ…Iñ$–g }@ˇˇ<ˇ¿ˇ 0 0    @ˇˇr˛NLf±ILJˇ@ˇˇy˛ Ãô@Ä 0 0 0@ˇˇìˇœ$‡?s ã áâå@    ˇˇy˛üÉŒô=ÀS,á~v‡@ˇˇ|˛¯ìIpé0?@ˇˇy˛ ì~‡`@ˇˇr˛ËN < ≠ 0 0 @ˇˇ<ˇ«ˇ& qv@ˇˇíˇxÒ?Ä…@ ˇˇÚˇ<P'°â'íá9os'˘ú ñπÏ<@ˇˇy˛Û'q¢ˆ<ŒHÏX 
  252. @
  253. ˇˇÚˇ<`¡íyIL"s¸» … @
  254. ˇˇ|˛_Œå    <ÊgŒ¨ìdyÉÂ:ˇ í@    ˇˇíˇNg&˘¡Lsíú‡ PQ@ˇˇíˇ x†Ú è • U|@ˇˇôˇ31‹ÉÁxD2û…pLúøôI    Ê>2L V 0 0 0 0    @ˇˇ>ˇ†KÄ…NÚgû8r 9HJ 9HJ  1@ˇˇ˘ˇçΩxû$Á‹yÀ˝á˝¯¸Gô€9ıO|í…¿‰ë¯ ∂ ∂ 0 0 0 0 0 0 0 , ó@ˇˇôˇ'í9„g0 | w >l@ˇˇÚˇ&Ss$Âüø∂Θ‹9˛…Y˙ÔèÂ9¶<3s‡?ÁüÓ˝)Á>ıôÔˇÙ<‘¶3ÚÔ«~˚ ⁄ L@ˇˇŒˇû|íf…ágxπ0gOIô13?'Éî2ü‹3˙Sœ}}Ê9~}ˇ∑?å<˚ÒìĶ@ˇˇ…ˇ <òÛ@y % +> ˆ.@ˇˇúˇÂíı>èıÊ%sZ≤‰û&ÊÉÔÌû1òsAûˇ$Ã.@ˇˇÃˇ3ò·%NÓs…«d$TŒ§%    ±¸û벇ôô~˛gN¡·„ô0·@ˇˇúˇõ`Œ MN G;@ˇˇs˛t˜g&¥o0@ˇˇôˇñô¡˙2ë…Ió$ÉÃw˜ÁÈπd^vÜL˚Ä@ˇˇs˛~˜3ìÜ…og»Ù@    ˇˇíˇÙdôÙ$˚$ÁœL∏~@ˇˇ¯ˇÕ̘è∂˚;/?Ômø¿œÊ…Ñ2óˆgø◊;o∂˛˛d#sø‰4Œ&ô˜r\ÚÁøŒ9ñ ˛X|, Ñ Ñ Ñ iÑ@ˇˇf˛ŒI?pé iÑ@ˇˇf˛ŒIÄs8˛@ˇˇf˛ŒIÄs8˛ Ñ î@ˇˇf˛ŒIÄs8˛ Ñ Ñ Ñ Ñ Ñ ÑM@ˇˇ˘ˇŒ,xF8ʯ·æ$”G9<N«ÑØóxKOö‰‡<ìI}˚L&≥ü˝ß<‰±<Úè@R w 0A@ˇˇ˘ˇ    /Ãô√Ièqx¶÷ÚúflKˇ%Âé<&$·ë§ò¸flL˘ªjbœm.µ˙Ä@ˇˇ'ˇ¶?|S˚|fB ÊÁ Ä @ˇˇ9ˇº&¿é áâå@ ˇˇ9ˇ$Ãíò¸Ifsfy.Äs)˝$ AB AB@ˇˇ9ˇº&$œ@ˇˇ9ˇ¸&¿Õ 9<@ˇˇôˇ¯òô…úôò@ˇˇ9ˇ&¿N è è ƒ≈Δ  9<@    ˇˇ…ˇÃú¸á9◊$7ïÈó\û : ∞ : @ˇˇ<ˇ¿ˇ    @ˇˇ>ˇéKØI∞ ù@ˇˇ9ˇº&œ ùûü í í AB@ˇˇ'ˇ‰?œê ƒ≈@ˇˇ…ˇ?õ` 6 £ 9AB@ˇˇ3ˇü;¿ ƒ 0 0 q 0)@ˇˇÚˇú`?âI0¨ØÂœ˘ô\?˝sñyâ¿åÿÛflLNÜŒ19Ã?@ˇˇôˇº&∞@ˇˇôˇæ&∞ I∫ 'GI@ˇˇ3ˇÑ‚– 2x6@ˇˇr˛1N¿û ë ≥    @    ˇˇÃˇ$‡dœLrôLÁû‰8 2∏π å 2@ˇˇ'ˇ&4~ ÚÛ < = ø¿ r:= ø¿ 3û < 8 \dÅ 0
  255. @ˇˇ˘ˇ30∏ç>Nü Wa  0 \ 3 I I I I * 9AB ƒ@ˇˇôˇ>í%†@ˇˇÁˇ3¿å‰…‡rnÚI|`œìpûLÛìxΔ¯û xø@ˇˇíˇºd‰ –@ˇˇôˇ&í@KNÚg '@ˇˇôˇˇ&¯ xó@ˇˇôˇ$3…é$«LìÑ  ≈@ˇˇ˘ˇ/rÄbNÅ#…Ω„8Âî?í¸%y‡« ÓÔ r6J
  256. @ˇˇŒˇÛKÔôó9 qr 0 0 0 0 0 0 1 1 0 ,- , , 0@ˇˇ9ˇ'píÇ|sNìÑ˛ @
  257. ˇˇÚˇ<p–·ìπ' Ú2¡S&@ˇˇ9ˇÃxí`f#ô¿‰       @ˇˇr˛NàL@ˇˇôˇxíB|p@ˇˇ9ˇÃxí`f#ô¿‰@ˇˇôˇæ%∞‡d@ˇˇ<ˇ«ˇ&»dÚ¸@ˇˇôˇì&ì»dÚ¸ 0 0@ˇˇôˇ; ûÅHb@ˇˇ|˛&»ÛLSÄ@
  258. ˇˇôˇıëÌ9˘3'73ÊŸâ$ú * * * * 9E 9E WE 9E W@ˇˇ|˛ÊìL è¿? [cÄ@ˇˇr˛ |ô@Ä [cÄ 0 [cÄ :<= @@ˇˇr˛ÈLò$ 9B@ˇˇôˇ>î>d 8 X@ˇˇÛˇ30$~p WAY 9AB W   X 9AB 9AB 9A  9AB 9A ?HX X 9B , - 0@ˇˇ2ˇâIG&%œ ú쇠ĠÊÁË >F >?G G@ˇˇ‰ˇ?úÉ3 N ( • ã@ˇˇ|˛?»±w9;N¯X@ˇˇíˇådÁôÃ@Ä €ÒÚ ∏ Pw@ˇˇ…ˇ?ÃÄ&@    ˇˇy˛Û'7<›ÁóÃ∞˛ÌÄ ê@ˇˇ˘ˇo˛ \dÅ@ˇˇ2ˇMï
  259. @ˇˇÛˇ·Éyò¿O휠   Ä@ˇˇ>ˇÆK@ˇˇy˛3'œÄ9@
  260. ˇˇÚˇìHí3_–í/Á˚ Å߆Ú Gw§@ˇˇìˇÊ8ÊHH@ˇˇ2ˇMñ@ˇˇ3ˇ„– : :@ˇˇíˇ{üI¸¿ q  : : 0    @ˇˇr˛˚fd?‡úLí B B    @ˇˇüˇ$0˘í√+» < P ¢£§@ˇˇ3ˇÄΔ@ˇˇíˇ/IˇÄ A@ˇˇüˇ 0·Ò £@ˇˇ…ˇ?õ‚ú@ˇˇ…ˇ?ò`f@ˇˇ3ˇÄΔ@ˇˇ3ˇÄΔ £§• 9BC 9BC Ø@ˇˇ…ˇ 'sííôp ô  ø*@ˇˇÛˇÒÉd0ôà /›Ùˇ/È'ıô≥sFÁüò$˘Ú»¸@ ˇˇÛˇíÄ2K…dgpO$0ì0ùôƒ$¿ô ( *≥ ) @ˇˇ9ˇ&ºÁæ@ˇˇ'ˇ&?1    @ˇˇ3ˇ{Δ‡« Ω     <  q ≥
  261. @ˇˇ2ˇâIß$œ3g{¶ ˛  @ˇˇíˇ?IWŒÄ 7 7 56J@ˇˇ3ˇ$4ü@ˇˇ9ˇ$‹%æ q 8ø@ˇˇÚˇôP #@ˇˇ9ˇ &Fíê@ˇˇ2ˇMñ@ˇˇ3ˇdÍ–
  262. @ˇˇ…ˇ?'gprÃyûP@
  263. ˇˇûˇ L'¸Δ§<gŒ$ì@ ÁË ∏π
  264. @ˇˇy˛‡ûò˛ÄgÒÃ@ ˇˇ2ˇ√I¸ÓÈæì√yëŸg‰Åè˛ @ˇˇy˛Û'ì( \dÅ X Ω ,- | W 0 @    ˇˇ…ˇ$È…ÊË í‰Jú Ü í@ˇˇ9ˇÃ)3‰ëÕÄ@ˇˇ9ˇÄœef<ÚÄ íT@ˇˇ9ˇÃ13‰ë@ˇˇ9ˇljcf»#@ˇˇ9ˇÃ)3‰ë…Ä@ˇˇ9ˇljSf»#@ˇˇ9ˇljsf»# íTU í@ˇˇ9ˇljSf»#õ @    ˇˇ2ˇ;q‡<âd3…gñ8ò @ˇˇy˛‡ûô˛<&f‡¯x @ˇˇy˛‡ûô˛<&f‡¯x +>A@ˇˇ3ˇœC#Œ 2 í\c î@ˇˇ9ˇÃ13‰ë…Ä í í í íî Vá@ˇˇ9ˇÃ(36@ˇˇ9ˇÃ)3‰ëÕÄ íT@ˇˇ9ˇÃ93‰ëÃ@ˇˇ9ˇljsf»#ò@ˇˇ9ˇÃ93‰ëÃ@ˇˇ9ˇljsf»#ò@ˇˇ9ˇljsf»#ò@ˇˇ9ˇÃ)3‰ëÕÄ ,- , ô@ˇˇr˛ OfŒ1‡@    ˇˇúˇôí·3ŒÁúÄ… Ãyd íTà íU@ˇˇ9ˇÄœgf<2Ä@ˇˇ9ˇljsf»#@ˇˇ9ˇÃ93<óÄ@ˇˇ9ˇljsf»#@ˇˇ9ˇljsf»#@ˇˇ9ˇÄœef<ÚÄ íT@ˇˇ9ˇljSf»#@ˇˇ9ˇljSf»#@ˇˇ9ˇÃ)3‰ë@ˇˇ9ˇÃ)3‰ë íU íV íU íU@ˇˇ9ˇÃ)3‰9 í@ˇˇ9ˇÃ)3‰ë í í í í í[c í[c@ˇˇ9ˇÃ)3‰ëÕÄ@ˇˇ9ˇÃ93‰ëÃ@ˇˇ9ˇljsf»#ò@ˇˇ9ˇÃ93‰ëÃ@ˇˇ9ˇljsf»#ò@ˇˇ9ˇljsf»#ò í î íî í í@ˇˇ9ˇìp&9‡@ˇˇ9ˇÄœef<ÚÄ íT@ˇˇ9ˇÃ93‰ë@ˇˇ9ˇljsf»#@ˇˇ9ˇljsf»#@ˇˇ9ˇÄœefÁÚê íU@ˇˇ9ˇÃ)3‰ë@ˇˇ9ˇÃ93‰ë TÖ@ˇˇ9ˇÃ)3‰ëÕÄ í = ¢®∫ ), ¸5 0 0 0 0 0 0 0 0 Pk@ˇˇ˘ˇ%ÔÃüÙÙnI‰L˜ønôÚR ƒg_fiûçûwæw¶˘Âî„ø<…î<»åÚ¸  /@ˇˇÁˇ‰¿Ré9ú<&·˘<†$¯G¶Iêè  
  265. @ˇˇ˘ˇ/| ô 0 qC 1 0 C I 0 0 @ˇˇr˛9Nw‰Ñ;`í X y@ˇˇÁˇ‰0#…)ô¿ AB@ˇˇr˛Nÿ#@ˇˇôˇ3L2ÅsĢ    @ˇˇr˛¸d19&4¨K { ã { }@ˇˇg˛'&ô`@ˇˇf˛    N†2 }  5    @ˇˇr˛9N∑‰Ä; ö O&@ˇˇÚˇ<p‡¡$Ã˘˜å˛fü˝hHÁ<Ù?Á?û˛p@ˇˇ2ˇ√IFÊé{OûɃ躌C˘s„ê*@ ˇˇ|˛ŒÃˇÌ”›flôñ<pÁs‰⁄∑v%@ ˇˇ|˛ŒÃˇÌ˙›œNπ%9¸Ìù˛Ä@ˇˇy˛Û%ôøfl‹ôˆÿ)@ˇˇìˇ<2á$ 0    OX@ˇˇ9ˇ    í>2… I  … 9HJ@ˇˇr˛N¯%&I  G 9HJ@ˇˇÚˇôpœ√‰IÄœˆ…LI>d17ô…2¡Œg@ˇˇôˇgÚO¿$A≤ÁÕ‰˘….)«DL0Ãè 9HJ 6@ˇˇŒˇ2p|dÁ¸g@ˇˇ‰ˇìÃ>É”gÁ8Ó∏Ú…»üyÉ√≈·ÿ9%IÁ¸ûëü‚Ï”øÃ,gµˆî««ÛÛÔflo} óN@ˇˇôˇÚƒì>∑"K?q>IRÛ9=#?≈›ß/ÛÛÈ©=y¶Ò<˝˚Û_ÿ 9 M@ˇˇÛˇ…03√á\2‰2Ùf…$Δ<èL? ¿@ˇˇíˇxxí2yyd˛ rz 5@ˇˇ˘ˇ9 %Œ3û{…ádd$∏…rò<f&9ôL˘ qò { G wA@ˇˇ…ˇ2fÚ$8YN&ûK@ˇˇ'ˇ§&…‹Ä v ] rF@ˇˇôˇæ$∞ò<…p2 8r@ˇˇ…ˇ    ‡ÃûÒ•Ä : Rô8 Z ø R[v G g@ˇˇôˇ¸í$ûIf@ˇˇÁˇ? ëÃÃòû| @ˇˇy˛3'Ú0ÄgŒô  $ q@ˇˇ˘ˇ‰ 9√ûÑìsÄ &q8@ˇˇÛˇå3>¶&ˇHN3˜…ìggÁ0Âa‰¿û B gqY Zj Ziw Z P @ˇˇÚˇôpŒ√|IÜó{xdûº…H˘„$‡…–† Ø@ˇˇíˇs    Ã$%_ô˛˚L Ø@ˇˇôˇÃì√ìJí|6ìLr ),ø ByZ@ˇˇÛˇ90O¿r39$Ä ë 6 HN G G  D ø ò@ˇˇ˘ˇ$ …ûò…  ‰Â [ v ø ] @
  266. ˇˇ˘ˇ@)ÄÚ&IœG˜ Ùf¬¯x@ˇˇÚˇ<`y¿…Å0ĉ E%@ˇˇÚˇdRs$Â^≤∑{˜Ëíˇ„Ãú¿ú@ˇˇôˇæ'∞–d b 
  267. @ˇˇôˇ˜< ŒfòN0… 0 0 0@ˇˇôˇ| xö%=¿ìú V Zb@ˇˇ…ˇ3úà' àäå àäå r x  > @ˇˇíˇÉd˜ÃÙ>√gÄè w X Ω W 5|∂@ˇˇ2ˇrd2y˛ ºÙˆ I@ˇˇ'ˇ‰<SŒ¿ü    @ˇˇôˇöë¿˙ìì√ \ @    ˇˇúˇ3íƒ√>Á"KLpafip> N ∂@    ˇˇúˇ'ÃÂ>ôÃ=Nv¿œ… N N@ˇˇ|˛ ìô@Ä@ˇˇôˇd2y˛@ˇˇíˇs9…úìIê r 8 VWM@ˇˇôˇ írí%I∞¸ §•@ˇˇ'ˇr'flò€Áú”¿ ]eÇ   ]eÇ ö ö ó v
  268. @ˇˇ˘ˇ8/p_ì XLí  DY ø@ˇˇíˇ N∏‰ê$ ø@ˇˇr˛ÒN˚‰ ® º@    ˇˇ˘ˇ2 NbíaL    ì‰$Ä… º S@ˇˇíˇ<sfÊcf0@ˇˇ3ˇ37  Ä ®
  269. @    ˇˇôˇ»3ô,ô#œ3∞3`Ú r@ˇˇ9ˇÚ$9Hf2èL? ¿ Pq VZ[ W !   X5< [I@ˇˇôˇ >?ôÁIÄì 4 V<@ˇˇ¯ˇœÈ߃ظ∑ømõ‰üÛ˝‹%?8Á>Äü|N@ ˇˇÛˇ…0A    ¯sòIòì9I2…<‰ë¯@ˇˇ‰ˇüú éìôN¿Lf¿  V« |C@ˇˇ˘ˇ/유$Ωˇ 
  270.  q
  271. @ˇˇôˇ{&p WY x Ziq qóX@ˇˇŒˇí`ÚyìXø#ú9”ILπ$y3åüíLI@ˇˇôˇ»ìûû‰LÄ"@ˇˇ˘ˇí >KÁìNÕx‹3˙s|„c·£…°èÁGΔú0@ˇˇÊˇbF|dò3≤ƒ#ßwd…?OyÊÜ/íTd8só'¸„9»#O¸@ˇˇ…ˇíí@Úôg‡ ?G(@ˇˇ…ˇ9úg$Ûí     ¯Ú1I¿<ó˘íô…˛–Õ[<Á*'0@
  272. ˇˇôˇ‡».…»\ì<¡ôÃìÅÚ9 Z¯ 9@A “fl y@ˇˇüˇ¿3.ôû˘áG˙3πsèÃJô‰rÛÁI†ê…@ˇˇ˘ˇ(/°d°˘˜ëº=∏ø|Ó‰ï˝ëÚæ›Ì¸-ÔæϪ€¸}{OæÙÌ”{{∫≥wy¶æ{^z ”Ôòæ∑Ôøê @ w Y ó 6 < ÏÌ@ˇˇìˇ írí9IĢ ' ' ' ' ' ' ' ' ' ' ' ' '1@ˇˇÛˇ‰0ª¡%'>¯¸$ydrfiŒí`IR€ˇ2Ò˜fúÁŒõœ}.ÄÈ G @ˇˇŒˇ¯Hâp”yê√@y G '@ˇˇíˇO9…ú<K‰p 7 <@ˇˇ3ˇÉp@ˇˇŒˇ¯Hâp ' '@ˇˇŒˇ H<Û8 @
  273. ˇˇúˇ Ãbí%Iú‰    Œ≥‰¡¡9 G ûü P{@ˇˇÃˇ'Ã$ÓôÈ/ôÊ'¸$ÃpÒ˘‡Ä   @
  274. ˇˇíˇs0ILÚdfÛÏyÚg¬ò 
  275. V@ˇˇÛˇÿÉyû¶@ ˇˇÁˇô02√^¯œcK√‰@Ê`r‡9    @ˇˇÁˇ2ÄOd·úôò @ˇˇìˇ=íÊ»H      @ˇˇÃˇ2úz`ì          D Wa Ùıˆ î
  276. @ˇˇüˇ'ÄhâÅòú<Û@ ˇˇÚˇ<Pë§öë˝Û˚òÅøÊûà @ˇˇíˇ¥g&9Ó<f( 0 q ® ®@    ˇˇÚˇ>H`û2¡œ Ñáô@ˇˇÛˇô¿&√¡g‚¡~…gü·ºôr‰¸d?»@ˇˇ|˛ ìúì‡F@ˇˇÚˇ…Xƒ)w~ì?X^Ò‡>æöx…y<ByIfˇÂîqÑ}üüìŸr ÀÑÿx {          @ˇˇÚˇôP˜≥3@« ( @ ˇˇÚˇ<`&¡∞æ xpíû‰»ì–  ∏ Ã⁄‹ äå @ˇˇ…ˇ?ô>@ˇˇ˘ˇ(/PÁèØÁÏ+êû2é{OÛãÁü2˘…œflèÁ«•˛«@ˇˇ|˛ÃœID 0@ˇˇ‰ˇ…ú9Ä' A 6@ˇˇÚˇípŒK|I– -ÁÚ'rfÀcúô¶¿ì 0 3 8@ˇˇÛˇ>2úüyía¸–$√ódx"t˛&»√o9ÒÁåÛÅ @ˇˇôˇíAÊ'3ìòŒ˘Ê√ 7@ˇˇ2ˇâI\&ɯ@ˇˇ2ˇ…Ió$¿Ú3ú$ @
  277. ˇˇ‰ˇ9»g$>áglNêíxê 8 .M@ˇˇíˇ¯dô·òì kz <@ˇˇ‰ˇ…ú·</…ƒìœ–q∞ÁÛû‰úc¬èLò@ˇˇ…ˇ2LxrêO    @    ˇˇ¸ˇÃ…y‡œI>I`é0? 0 ]eÇ@ˇˇ|˛ íì~¿`@ˇˇÚˇ<P† 8   @ˇˇ2ˇ…I^&ô‰úôò@ˇˇ|˛ íì~¿`@ˇˇ|˛ íì~¿` ˛+@ˇˇÚˇúpŒÉ7…·{füJÚxL…œÔIs0ÊìSô ì^^ëK‰ÒÃè * *≥¥ @ˇˇíˇ8s$9ßºìŸ˛`1@ˇˇ˘ˇ#gôÛÀí#À‚щyæ3sûœcyˆL"ÊÛ&˜ÚT~†‡·@ˇˇ9ˇ9&Œ9I¿Ûcíö@ˇˇ9ˇúìÁÊèL? ¿@ˇˇ2ˇÉId2y˛  [cÄ [cÄ [cÄ [cÄ@ˇˇ$ˇsíÄÁ»dÚ¸   [cÄ [cÄ@ˇˇy˛ Ãô@Ä [cÄ î      ì [cÄ î   î  ¸   pu pu  pu pu pu pu pu pu      îù ∏π @    ˇˇ2ˇÉIÅÁx&ñ…∞<èI¸ fl'@ˇˇ‰ˇúíÀcR‡úôÓ˝9Ã>Wü^˘dfy˜„?&¿ < < <@ˇˇíˇN·rpŒô9Óúyªüâ«rê«8¯ ÉÑ@ˇˇôˇìd2y˛ 2 8    @    ˇˇôˇ >ü‡˘òôìA¿?@ˇˇ>ˇ~G 8      @ˇˇìˇ<3ÊHHêL ñ ñ ñ@    ˇˇôˇ$¸îˇÁÃπô |‡¿ ñh ñh ñhÖ ñ
  278. @    ˇˇüˇû∞ƒí√rxdNy˛ 0 0  D A  0 0@ˇˇìˇœ$ˇÃrÄÃIû ã … .)@ˇˇ‰ˇÊÃô    0…-˘Œ˝íDIíÛ?;Õ2¸cFÿ?NIúPŸ$ 0@ˇˇíˇs    í» ∞@ ˇˇ2ˇ…Iü$%œ$˝ÃNÜîS?‡Iø 0 0(@ˇˇ˘ˇ%.ò¯%Áñ$3)9qœü”≤‰>óÚIás>ö¿sü‰`ú @ˇˇÁˇ…¿?3qÜqœŒ–ÊpÔq8~0'`˘?0œIL?2Ó $ # 8 @ ˇˇÚˇ>HaÉ3g$8É|ë·‰¸O ¶≈ ≈Δ@
  279. ˇˇÃˇíòí\/˘ÚÃç^íüI0@ˇˇÃˇí„>KrO@ˇˇìˇ'Ëí W@ˇˇÁˇc"    %áìt… qò g \dÅ 0 0 0 rv 0 AB : 0 0@ ˇˇŒˇ9Lë%ôœÔ°|&‚`p-ô…1‡9 8 •≤≥@ˇˇ3ˇœ Ω
  280. @ˇˇôˇŒë8fl 56 \dÅ 0 v q@
  281. ˇˇ˘ˇ „íìÑˇô‰g&38ÛÅ@ˇˇ|˛ íì~¿` )L@ˇˇ'ˇ><h I I@ˇˇ'ˇ¿6 ë Ü@ ˇˇ2ˇCIs˘¯O3    LœGÊIêÛè )L ) ) ) 6 ø I I I I I I@ˇˇ>ˇJ 0 0  0@ˇˇy˛3'OÇÄsÄú 9;=
  282. @ˇˇ‰ˇÊÃœh:P… ‡ * G 0 0 0 0 0 0 0 0 0 0 z r v@ˇˇy˛ ‡sôÅÀ˙ 0 ·‚@ˇˇ'ˇÏ<sŒà ∏@ˇˇ'ˇ≥%ìô¸ú @ˇˇ'ˇ‰<œ Ã⁄ ⁄ÁË@ˇˇ'ˇf7¯1∑p˚@ˇˇ'ˇf7¯3r∑p˚@ˇˇ'ˇú#‰Ã8∏‹@ˇˇ2ˇÊrÃíÄÁ@ˇˇ'ˇ≥'ìô¸ú ⁄ÁË 9@A @ˇˇ'ˇÏ7|œ`ó@ˇˇ3ˇ 4ÊÀ@ˇˇ'ˇÙ<`Œ ⁄ÁË@ˇˇ'ˇ‰<SŒ¿ü ‚ @ˇˇ'ˇÙ?úÙ‡ˇ q@ˇˇ2ˇŒI…yÄû@ˇˇ$ˇÒpí}@ˇˇ'ˇs7Ôô]Êü”¿@ˇˇ'ˇÏ<`Œ N    @ˇˇ'ˇ‰<…øÔ@ˇˇ&ˇŒLpK@ˇˇ&ˇŒL@K@ˇˇ'ˇ≥%ìô¸ú ⁄Úı@ˇˇ$ˇ‡˘ L û@ˇˇr˛N∏7 }@ˇˇ3ˇœ    @ˇˇ9ˇ|&˘y<@ˇˇ<ˇ«ˇ&h@ˇˇÛˇrÃ2&frÒ|æüúÁñÔ∏ÛœJf∑g_fi•wTæÑ'«òfl˛J‚fgÁcùÔ”'cö9òcr§Ûê ≥ Ü è ã ãå áâã@ˇˇ?ˇo9¿@ˇˇ>ˇØK@ˇˇ?ˇ˛√ áâå@ˇˇs˛g$˛L  áâã áâã@ˇˇ>ˇJ *@ˇˇÁˇ…¿%˘ üÓIzs&ˇ&#Áú3”ò'˛ _œÃ@ˇˇ?ˇ^…@ˇˇ>ˇF    @ˇˇ?ˇ_˘ 9= ãå áâã àäå 9;=@ˇˇ…ˇ <πú$ @ ∏π@ˇˇ9ˇ&§Á~dí¿º ¢• ∂@ˇˇr˛N∏7@ˇˇ9ˇ|$˛ ≈@ˇˇf˛    g«;Ã@ˇˇ9ˇº&†y § 9IJ ¢•@ˇˇ&ˇÛe v 56≥@ˇˇ&ˇŒL@K@ ˇˇ‰ˇôÃ≥IŒ°^…{p‚¬yx 56@ˇˇ'ˇÙ<`Œ 5≥@ˇˇ3ˇ`« ¢•¶@ˇˇ&ˇŒLpK ¢≤≥ ƒ 9@A 9@A@ˇˇ'ˇÙ<`Œ @@ˇˇ'ˇs?‚ò∏q@ˇˇ3ˇ 4ÊÀ@ˇˇ'ˇf7¯{˜Ä;@ˇˇ'ˇ‰<úÃË \cÅ   X X@ˇˇ>ˇ~K ‚ '  0 { 5NP vTÖ@ˇˇr˛ OO˘Ê¿@ˇˇôˇ∏dÃ$ ( ∏ q P Ù@ˇˇ>ˇJ Ù@ˇˇ?ˇ˛3@ˇˇ?ˇq…¿@ˇˇ?ˇÙ…@ˇˇ?ˇÒfi¿ Ç@ˇˇ>ˇ¯J Y wö@ˇˇüˇ Ä`íò¸‡   0^@ˇˇ˘ˇN}ĸ‰ˇq$œΔπÃOYÚ©=È…˛éfl{s¥ø}“à   …‡˛ÀΔq~Àsö~¶Úú@@ˇˇÃˇ íâ…Äú ª H 0 0 0 0 0 0 0 0 0 0 0 0 H ã - 0 0 0 0 0 ô≠ V 0 0 0@ˇˇ>ˇ†Ké…@ 0 0 0 0 0 0 0 0 0 ≠ 0 0 ≠ ≥@ˇˇ>ˇ†Kâ…ò@ˇˇúˇ&Ã√G∏‰HÊçúŒ% áâå 0      0@ˇˇ9ˇ'œg&$ì8Á¿@
  283. ˇˇ<ˇ«ˇ&bíÒL9…Œ9ɯ@ˇˇ<ˇ«ˇ& g  ê 0@ˇˇ$ˇ√ŒúÛ “M@ˇˇ2ˇsÛôÄ E \ G 0 G G 0 yñ l G@ˇˇÛˇ<ÄNêôa4ô&3 9C Wv@ˇˇôˇví@|`í@ˇˇr˛NàL@ˇˇr˛NàL P@ˇˇg˛    ƒíì@ˇˇôˇæ&∞ P P P \dÅ -4@ˇˇ˘ˇÂ¨>«Âw3øúâÓëü39·ˇ%ô'˜=?8ÀôÛŒõp@ˇˇôˇ>œ«ÎfN W@ˇˇ…ˇúíì30 7%@ˇˇÃˇÜ‚sd÷◊gÊáûOìoí31û_or·π¸3v { 8 ¯ 0  @ˇˇôˇ'AÊ3gÊ@ˇˇ‰ˇ2»xê%9I$·˘Û&œ»| ÚgßĢ@ˇˇìˇ'Ëí`2 F  âã@ˇˇr˛ON(@ˇˇr˛N∏3@ˇˇr˛3fñ<‡
  284. @ˇˇy˛Û&v∞y@ô@ˇˇy˛Û&f≥yLÿ`ß@ˇˇr˛9N‰Ä=@    ˇˇy˛ÿùfl˝ÏÑ[Ú√ü∑3@    ˇˇy˛ÿùfl˝‡Ñ<Ú√∑3@    ˇˇy˛ÿùfl˝‡Ñ<Ú√∑3@    ˇˇy˛ÿùfl˝‡Ñ<Ú√∑3@    ˇˇy˛ÿùfl˝‡Ñ\Ú√∑3 @ˇˇy˛‡ûô˛<3fê¯x@    ˇˇy˛ÿùfl˝ÏÑ[Ú√ü∑3@ˇˇy˛Û&f≥yLÿ`ß@ˇˇr˛N∏%@ˇˇr˛N∏# @ˇˇy˛Û&f≥yLÿ†@ˇˇr˛N∏#@ˇˇ…ˇø'ôdÄ ‹fl@ˇˇ?ˇt… O¯ò@ˇˇ<ˇ¿ˇ@ˇˇ<ˇ¿ˇ@ˇˇ<ˇ¿ˇ@ˇˇ<ˇ¿ˇ ãå ãå ãå ) ) ) ) ) ) ) ) ) ) ) ) ) )@ˇˇüˇÄ„íLÜ…Iê$@ˇˇy˛ ‡úì‡@ˇˇr˛ÒL9…Œ9 ó ú  º  Ø∞@ˇˇy˛ ‡ì~‡` ]dÇ@ˇˇôˇ¯òÛ√ì&ú˘ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇ…ˇ¸$ó¿g ¿> ?@ˇˇüˇ 0`íò¸‡@ ˇˇ2ˇŒILyf˛sN˘·>&aÁx∞Á 0 U> = >@ ˇˇ˘ˇ…)‰¡ÔrIJHÁÅǢx ùƒ # ?GH “ ö PS 0@    ˇˇíˇx%N√ÂÊ'°9˙Ï_ y@    ˇˇôˇ» ûÃœ<    Iá¿@ˇˇ'ˇ'ú≤P@ˇˇ˘ˇ√,è$âúı-‰ÄÒëÁæû…¸SøÛÕœó8˛€»|ÌŒÈ/∑û¯·gfiÿÒ‡9 ª 0@ ˇˇôˇæ$x∞ÊõDLÃ……<è<&0ü    @ˇˇüˇ…0ƒ2º~49 q >B@ˇˇ˘ˇÿ#LfòN q q@ ˇˇÛˇ20fÉÃ2%O|Ã…8˛‡èÄL@ ˇˇŒˇ$`aí ÛÉìyŒÿø쇉#¿ Z@ ˇˇÛˇ…0&3d'úůìœeô †@ˇˇôˇ3'9&ò˘L0  q > 6 Ü I iw• I Ω 7 3; v@ˇˇôˇ'…Ä9'Iò…·ê2·@ˇˇ˛ˇ·%~Â~[yˆÚñìyÛ‹÷?ü˚«¯πƒü¸Kë•Y˙ìü~ ’%iˇfi∫Â?4Ô|Ô∂õ˝ª€ @ˇˇÁˇpóI…ô0@ˇˇ‰ˇÌ…9¿g&¿$@ˇˇŒˇ∑IÄ =>? Y@ˇˇ˘ˇ‡#R|HZ˘ûú˙:á«È8öœY q"ûˇHíc˛=„?≈›ß>2˙«ÙÕ«;û's?ÛÉ  @ˇˇ2ˇ√IÄÁ»dÚ¸@ˇˇ>ˇF ?G@
  285. ˇˇ…ˇè$2y@‡ûô˛Û$f¿¯x@ˇˇ…ˇº$Äè@ˇˇ2ˇ√IÄÁ»dÚ¸ $ >G  ª@ˇˇr˛N∏% $ W :@ˇˇ…ˇ3<‡…pû ó3@ˇˇôˇÃìsíë¸òúŒa&)Û˜¯˛fü˚O/~“7ùxFŒ˝˛1l@ˇˇr˛3N¬ÁÄIK@ˇˇÛˇ:Êd('ÚwπIŒ9èOx8O≈=ß?õŸ˛Âà_¶ˆÚÿfl1qoˇè`@ˇˇ?ˇq…‡/@ˇˇôˇÃì#ô3ôìÃÓôÌ)…fiÚãè¸xN;fŒÌÛ± @ˇˇ…ˇÚ$Od˛∏gÙ«Û"9xfŒ˘0 !}@ˇˇ˛ˇ¸%ظÀy∂>ñOô{1…,Òˇßˇd©ñ~‰güÚpâ˛9u˝1Ã<=÷o˛tºÁπÒ<‹Û‚c L6@ˇˇŒˇ¸LÉ'¸ÉAñ>{Êå9OsÁœœ_FyͺSÁ|˝ÿ¿Û \ 9: 2<         @ˇˇ'ˇú#úƒÊ@ˇˇy˛3'ÃÄ9·Ã î@ˇˇ|˛ íì~¿`@ˇˇôˇ<? X 1Å VX 0 X@ˇˇ¸ˇ ÄÁÛ9ÅÄ@ˇˇ2ˇIIè$œë…‰¯ [cÄ F M@ˇˇ˘ˇÒ#91˘p2Å~úIJ$2é'꫇x@ ˇˇ…ˇ$»ô…§$'ì`˛O&Œ#gfÊ@ˇˇ'ˇ3#ÃßÁº:@ˇˇ'ˇ‡6 2Aô B B@ˇˇ&ˇÈLúì¿@ˇˇÃˇò»í<<ëL&      Wa@ˇˇ'ˇ‰<úƒ@ 0@ˇˇíˇºd3«Ä rw   V= Z=>@
  286. ˇˇ2ˇIIè$Á˛ìdòdÊÛ@ˇˇ2ˇ√IûÛì»#      Ω˛ˇ@ˇˇ2ˇ√IÄÁ»dÚ¸ X  ƒ@ˇˇ˘ˇ>¿Äáˇy·§É…Úíû«…<ó∏<ß ÁËC ÁËC •≈ B •≈ q B B G 0@ˇˇôˇ30ìSf˘Ä∞ ˝ |h |h |h G  ò 0@ˇˇûˇHI$…>ü ø ;ı~  @ˇˇ9ˇ‰$íúÄH ~ Wv E@    ˇˇy˛‡ûò˛cr «œ|&¿ @ˇˇôˇ3˜ÃÙŒ√gÄè 0 X\g X@ˇˇíˇs9…ú9√‰
  287. @
  288. ˇˇ˘ˇë#Ò1íÄdxÊ&Ã˘H¿@ ˇˇÁˇíÄ2Kì8°%'…f…$‰üƒ@ˇˇíˇ¥dI‡ 0 ò q8@ˇˇíˇNd g¯íIJ2¸º{ñâ…L˜ºiÛÚΔ¯xø} œ   yz   @ˇˇ|˛ ûú쇠yz yz yz yz@ˇˇ'ˇ‰<fl3ë@ˇˇ&ˇÌL_í G 0 ôª   Dö g 0     G 0 0 0 6B 6H@ˇˇ…ˇ?òÄÀ@ˇˇôˇ$9ú3N@ˇˇ˘ˇ3 ˘#<í3c~2 l¯y#s¸@ˇˇÚˇ3H#xr$…‡@ˇˇôˇ'Ü9¿s"@ˇˇôˇÙí„û…·ô#¿ìë˘Û'3£œπ‰1ú‡ÿ± @ˇˇy˛Û'œ†gé¿ 6@ˇˇy˛3'ì†ñ O /GÄ q@    ˇˇôˇöí¡˙}Œìú…!2<p@ˇˇôˇÒ3&ô@ @    ˇˇôˇ3˜ÃÙ¡Ãü«3¿@ˇˇôˇxŒ…Å2òyd˛@ˇˇôˇ`éIr0 y@ˇˇ9ˇÛ&9@ˇˇ‰ˇ2ìIx÷ΔúpôHíá3c«$æ$Œp @    @ˇˇÃˇìDO&$√3‡^2 ®∏‘ (F =@ˇˇÃˇ'ú$úp@ˇˇÚˇô`œÃ0@ˇˇŒˇŒL~f¿ 1 :@ˇˇÁˇ`"Iì·¿ X # 4X@ˇˇ|˛ íì~¿` 8@ˇˇôˇ¯í¿ì@
  289. ˇˇ˘ˇë#f02Kéx…ú>ü¿|@ˇˇíˇúsIÊ¿@ ˇˇÁˇ¿åI‚¸yNí¿¸{$p˘»Ä q|@ˇˇíˇ√N6ì@ˇˇôˇ&<KNNí|ú<‡ú @ˇˇ3ˇ81…áôõôö¿9@ˇˇg˛Δ<ô`‰3¿ O 6 6 ]Ä 0 v qv q @ˇˇôˇæ$%±gÊ'$gÁ 8@ ˇˇÁˇc"Ê8ílx3ìxÜ#I1ìì·Ä@ˇˇÃˇ¯‡Û‡ 8 Ω@ˇˇôˇ$'3‡Õ@ˇˇ>ˇ~K0< áâå   0
  290. @ˇˇ‰ˇôú√úó¸úA Ø∞ @ˇˇíˇœI92Ä    0û 0 0 0 0 0 0 0    6       y y@ ˇˇÚˇÃHƒ…‡≥ArëÃ?Á<D“ÄÁ 0 0 * <@ˇˇ3ˇÃy‚  *0 *@ˇˇÃˇ¯Ãyû$O *≥ *∏ * *¢≥ *@ˇˇìˇ98CÀ≤‰ü8 C C P @ˇˇ9ˇ''3<óO∏“Y \dÅ     @ˇˇ?ˇ_˘ 0@ˇˇíˇœL]Œì Ç
  291. @ˇˇ9ˇ$íôú»°à?2@ ˇˇôˇgÚx$dìâíîˇNÑ€úÃ@ˇˇÛˇ<`ê8Áí    @ˇˇ<ˇ«ˇ&           58 8 8
  292. @    ˇˇôˇÃìûÉyLN"Üs˛L
  293. @ˇˇôˇ| ü98<p2êI9@ˇˇ˘ˇŒ,«D69¯gN˛ÿ}HŒíìøIü9Ó>˝« ˘ìob)Ág‰”èˇË0 H
  294. @
  295. ˇˇôˇ<Ä$NÚgè…'ü)0 8 G@ˇˇôˇDÚˆ¿Áì30 q 7AB@ˇˇ&ˇÃLÁíÄ     @    ˇˇÁˇ30‡Rí˛p'!Ä3êì l8X@ˇˇ‰ˇ'Ãò√Áê; Â@ˇˇ2ˇâIó$∏˛@ˇˇ9ˇÃꉬsL˘Ä@ˇˇíˇ NRíóIŒøó<ô}<    Ù<ïI®‹?@ˇˇr˛    súÁ#Ä$ ˚ J  {  ¸ [cÄ                 ¸@    ˇˇ2ˇâIÁ$<¯3    d2y˛ >@ˇˇÚˇ<p‡\ììôíúNœ0pÃL0d¯yr‡„  @ˇˇíˇtd$Áê«‹|í‰ÃK˜û˛Úd ¯xûŒ˘˘'  | 0   AB 0  ø qò9   @ˇˇÚˇ>P>t E@ˇˇÚˇ?p|û‰ E E@ˇˇŒˇ3Lr&ÉGd¬2òL S@ˇˇÃˇîh2@ ˇˇÁˇc"ß8Œ …a'üö$ÒOrö  <  3 ≤¥ , 0 - , 0@ˇˇ‰ˇÃúœ¿‰ sx0 ≥@ˇˇíˇ M    ÊÁ˘Ãáì 2A∏ ¬ y  Wa ø @ˇˇ9ˇ§$íòIÑÎ…? w6 § £ Ω Ω Ω@ˇˇÃˇ íbíóI ‚„@ˇˇr˛N¯·   v@ˇˇíˇ3xLÿ x@
  296. ˇˇôˇ 2RíIè˘LìÇú  D P x X ·‚‰ A I@ ˇˇÚˇëGì)ÇúódüôO&ú    … ‡ 3 +> +@ˇˇÚˇ$L0Áúàܠv ? ' U@ˇˇ|˛¯íI`é0? 
  297. 3@ˇˇÚˇëS31ŒáúÅÂ9ßîíˇ˘‚Ñ,flû˙gO¡=2˝ÚI¿Kxf3˘ … ƒ •  A@ˇˇŒˇ9pf$9ághfà‡2$OjrydLˇ@ˇˇ2ˇMñ £
  298. @ˇˇ2ˇ…Iœ$<Ù&êG‡@ˇˇíˇ8xÃ3Ê@@ˇˇ2ˇâIó$"œ ]eÇ @ˇˇr˛ªdò §•@ˇˇíˇ s†Ú ¢£ ≥ £@ˇˇíˇésIÜ$9ûìI }  } ¢£@ ˇˇ2ˇ…Ió$#œ2‹gFì<°ˇ$0 J@
  299. ˇˇ2ˇ√IÜÁÉ{a˙ û#è|<@ ˇˇ2ˇ…Iœ$<Ù¿ó…˘ú&óÚX¿‡@ˇˇÃˇ Ã<Ûí'˛@ˇˇ˘ˇ//Iò 'AB 2A    @ˇˇÚˇôP˜ì@ < 1@    ˇˇ…ˇ‡I˘˘Œ„√„¸ G V\ @@    ˇˇy˛‡ûô˛$ò—¯xû¯ N 8A F v q    @ˇˇ˛ˇ    O~‚…x >@ˇˇÚˇ'L$û<… > q ≥ ò  D@ˇˇÚˇHN√3¸ëÄ ∫    @ˇˇíˇœI$¸«·¸Hí<@ˇˇ˘ˇ9Õ'∏ø¸‰çÒûÚæI¸)≤˛gˇ“í∑\Ûô2ÄsN¸Å@ˇˇÛˇ>yê<¿‹ˇI¬˘√K%π|&ù¯…ûpŒì&¡ @ˇˇôˇ$í<‡pœLg&Äè &  ö@ˇˇÛˇ 0`í ˛ 
  300. &ö ö & & ãå 5 ãå ãå@ˇˇ…ˇËí@ˇˇ<ˇ¿ˇ * *@ˇˇ…ˇ 8CìÄ' ≥ *9 * ¢≥ ≥ áâã@ˇˇ3ˇÉ  ≤≥  [  ãå ô ãå ãåπ@"ˇˇ¸ˇΩs?'„9w¸~˙è◊Ú∏áˇÔπ$Ã˚fl˛o◊tõÚwπ€ÊÌ€?ˇ¡â‹œ˙[”y=Δ|øóŒ”øˇΔ?Bø†K 0 0 0 0 0 0 ¯ ∏π ÕŒ 2@ˇˇÚˇ<HÃë_œ2X2gy@Óñ›ûyÓ>ôæeáÒ‰nflyp« 9HJ$@ˇˇôˇºı⁄»os‡ 4 ãc@ˇˇÚˇíH>KÛ>Á3Ó|ñ|KF>¿sb˜ü˛Ê7'øÔè7s‰Î«ÔÛÀ|N@ˇˇÚˇ O∑ΩÁʨØÊxr@ˇˇôˇë0ìLr@ˇˇ…ˇø'úg √@ ˇˇôˇÃìÃ…yò?'¡ß2<fx¸xp@ˇˇôˇÃì&û2ì9¡ôùŒ»„˛Õ'<ı)»/¯ ûü†  S π 9<=@ˇˇ'ˇê6G@ˇˇÛˇL˛Äœ|>œ9‡#ÁÃ9˛9{s˘ë≥<Ê2¡$ü¸îƒÃŒOfi3Œπ^Âió3?:|.@ˇˇ˘ˇë#ì18áƒîœœ”qÕôèúŒ)IÂØô@£üø…¯á<ôœèÄ@ˇˇÁˇc"9ú ≠@ˇˇ'ˇê= ∏π  ûü† ™  íî } } íî π@ˇˇÚˇ<pL‡áüR2%yÀ»Ã‰dë1$¯2â‡9@ˇˇ'ˇ2<Äô π   3 π G      0@ˇˇ<ˇÄˇ$sôÃAø$¿ 0@ˇˇìˇ<í…L? π 6J@ˇˇ˘ˇ‡)úÛ¸K9q/”y·ü;%∑˜ó8ÈÈ(Ogˇâœú9ü˘è‰ AKy‡¸ @    ˇˇôˇÛò‹ì9Û‰$3ì0N@ˇˇ˘ˇ≠ß˙ÛÅ3ë≥'ô√Ø)yô|…∑¸∏ÕßyÊ„û”ü…‡/}ú¡c∫3É„«‰£¿@ˇˇ'ˇÁ$ÒúߥÄ-@ˇˇ'ˇÁ$Úúÿ  „ „‰ 0 9? } } } ≥¥ ¬ ¬ ≠ 0@ˇˇ>ˇÆK   ¬ 0 r™ ûü† ûü† ü† ü† ÕŒ ûü† ™ ü ü† ü† } } } ü†@ˇˇ3ˇ;gíô<@Ñê ç ë@ˇˇ|˛ òì~¿`@ˇˇÚˇ<`g–9hgÄÃÑÄÛ‡y‡$˘Áò'    Ä˘@ˇˇ<ˇ«ˇ&@ˇˇy˛ –ì~¿`  π@ˇˇr˛Ãdúì‡@ˇˇ9ˇòN2úsÒ¿@ˇˇ<ˇ«ˇ&  E G@ˇˇÚˇ<pI‡?«Œ¿fNyÄúŒÃús9   @ˇˇy˛Û'p¢Äy∞ú  G        @ˇˇy˛Û''£Ê¡r¿ X\(@ˇˇôˇÙí鉄rô9ÊC{Fé3Oy43≠9&ÒåÚÛò_    •@ˇˇ2ˇ√IÄÁ»dÚ¸@ˇˇy˛Û'f¢√~NÿÏX wy iw• º 6  π z @ˇˇüˇH≤9Õ\Œ¸sFñcJ¥ú*¿Û#ôM¯œ û† û† û† û†@ˇˇ9ˇí`ŒÀdX¸@ˇˇf˛NI?p∞    9B@ˇˇ?ˇ30¸9 Ç@ˇˇìˇ'¸ì¡ zÄ© »‘⁄ N 9B@
  301. ˇˇ2ˇ√IÔ‰ì0Ÿ3I˛PNìÿ í{  Ø∞ w Ø∞ ∏ - - - - - P @ @@ ˇˇÃˇ9úg$ÑĢ$t˛òf˛XN iw 0 ' ' ? < \cÅ π@ˇˇ…ˇ?'öd@ˇˇ˘ˇÄ⇽¯pxÄ<‹¿ÃI<ÃüúôÄ0Œ  ¢®@ˇˇ…ˇ?õÄ„ÄÛ 6 '@ˇˇŒˇ?H‡r *∏ø  E B B@ˇˇ…ˇ?'`∞ÁÄÚ B@ ˇˇ…ˇÃòá˝ú¿<√0ß¿yÊ3œI&     @ ƒ≈ 2A∏    @ˇˇüˇ¯∞úÒåœêd < 7@ˇˇüˇ$∞3‡IÙœ AB G@ˇˇ…ˇ<õóûg 56ƒ 0 0 v ≥ Z 0 ûü 0 !@ˇˇ˘ˇI"úÛëS¿  >
  302. @ˇˇÃˇá‚˘2<$Ifr< HN HN +> N + N HN N 8Y N N !$g 0 6 ó 6  ê - ,- ∏@ˇˇ>ˇéK‰Œü»É¬ü«r 0 ã  3≥¥ 56; 56 ; ; ; 567 567@ˇˇ|˛ íì~¿`@ˇˇ>ˇJ 0 0 0 0 0 0 0@ˇˇÃˇ ‡    Úì1L"„œ¿ v 0 0@ˇˇ˘ˇ>¿<ÅN&ísìKû‡Ã˘ú°§0ÁcíaíÄœ G
  303. @ˇˇ3ˇ{ΔÊÀ¿  F @
  304. ˇˇÊˇpFxíñ|$A˘¡ÕOÁ   ô@ˇˇ‰ˇ'ú8%ìd  |     ô  g  \cÄ
  305. @ˇˇ?ˇfl¯ 3 MN@    ˇˇ˘ˇú &ÉÓz‰    ≤òÄÛ@ˇˇ&ˇ g…òÊ ÿ˙ KL G@ˇˇÁˇú¿<âÊ‚ô:…ò0ì»dÚ¸ @ˇˇ…ˇÃôÿìñ|‹9@ˇˇúˇ3íw~ˇodÕß}ÔôóÔÕŒÃüH    ì3<∏% ô@ˇˇ&ˇÛeê@ˇˇ'ˇ3?»ô ûü†@ˇˇ2ˇ4f83@ˇˇ&ˇÛe û†@ˇˇ&ˇÊrR@ˇˇ&ˇærR »‘⁄@ˇˇ&ˇÛe@ˇˇíˇü{Ä ”‘⁄@ˇˇ'ˇ2<»˘@ˇˇ9ˇ¸&¯ˇ
  306. @ˇˇ3ˇˇ«çôŒ @ˇˇ'ˇ2<»˘ û† ‘÷ © ‘ ‘’@ˇˇ'ˇ2<»˘@ˇˇíˇ{3N˚„@ˇˇ&ˇærR q @ˇˇíˇ{1NyÛ‡9@    ˇˇúˇ3í‹√?ÁÃ7Œo…‡ ûüØ ùü@ˇˇ&ˇÛe@ˇˇ2ˇ4f83@ˇˇ9ˇ≤&‡K w@ˇˇÚˇ<P†> H H H H@ˇˇÚˇ<P†> 0 ãå @ˇˇÛˇ0èI¯¿ ∞@ˇˇ'ˇÔ?ÌœÆp ãå 0 ãåw@ˇˇÛˇ»Û‹yI¯~Ôˆ93ÌyüÁü˚¶≥|xVûƒ‰œqÁ8Ò”˛ÙȘû˛nf‰ÔÈ€‹\ûœ¡9`˙ ≠∫ ≠iÑ U 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠∫ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ≠ ≠@ˇˇôˇ òÄ…ú…Œ ≠iÑ ≠iÑ 0 0 0 0 0 0H@ˇˇÚˇôP/…|(ßè{$úéÛ‰G~ÃrpûÓ˝)…>ˇßìõÕ˝˝ªÒÃ˘˚∂@ˇˇ<ˇ¿ˇ 0 0 0 0 0 0 0 0 0 0 0 0@ ˇˇúˇ…íg‰Äá'…ÁÇøf8ó3`Ú è… 0 0 0 Z@ ˇˇŒˇ3`I‰9'í6ìOr¡¡'< X@ˇˇíˇ|d&9¿<ò…Of 0@ ˇˇ˘ˇ9 Ú%x&ûs&áía‰HôÕ&<L ·‚„@ˇˇ>ˇHԉĠ0 0 0 0 0 ≠ 0@ˇˇ>ˇéK43I 0 0 0 0 0 0 0 0 0 0 0 0    @ˇˇÁˇ3√'ƒ%Û√¿    ¿y  0@ˇˇ<ˇ¿ˇ G 0@ ˇˇ…ˇ23}MÊ`$¸·êÈœL˘õ@ 0 0 0 0 0 0$@ ˇˇ2ˇÉIö˘¿_FNÓ6 dTûì‡ø¿$  @ ˇˇ˘ˇ¿â˘¯f$p P|∞‰ @ ˇˇ˘ˇ@âÅÚ^2ÂØ…Ófl¡|ÊÕ‰‰  D 0@ˇˇ<ˇ¿ˇ@ ˇˇÛˇ9Ä%˛3Ô{2«&G¯MOfû *r ( S *@    ˇˇ‰ˇ3Ãf‡øgŒmèd¬3p @ˇˇôˇ∑å÷ê˘LÄ ∏ =∏π *@ˇˇ˘ˇì >3«GÃ¥ˇ˜íè…»Ûì '√Ä a@ˇˇôˇæ&pd@ˇˇÃˇúÃyû0 0@ˇˇôˇ9ìÛ ćI 0 0 0 0 0 0 0 0 0 0 0 0 àãå@ˇˇ>ˇéK13 0 ª ª ª ª@ ˇˇÚˇ<p<·O&'√>¿dî3ú¸‡Ãpí Y@ˇˇy˛3&Ú0ÄgŒô  6 ª@ˇˇy˛‡ûò˛@gwÖ
  307. @    ˇˇŒˇ$LpÊìs9·É‰ë¯ ƒ è q 0 0@ˇˇìˇ$í3ÁíÑ@ 0 0 0 0 0 0 0@ˇˇ<ˇ¿ˇ@ ˇˇ9ˇÃ∑‰…úÛ˛ß$L(Ïèí TÖ TÖ@ˇˇf˛√e@Ê@ˇˇf˛√e@Ê TÖ@ˇˇf˛e@Ê TÖ@ˇˇf˛e@Ê TÖ TÖ TÖ TÖ TÖ@ˇˇf˛e@Ê TÖ TÖ TÖ TÖ TÖ@ˇˇr˛±NÏ$ Ç 9;J 9:; 9;A 0 0 0 0 0 0@ˇˇ˘ˇ ‡?ô˘¿Ä    @ˇˇ'ˇ∂4<sYrfz                 Gê Gê Gê     ê     G 0 0)@ˇˇ…ˇÛ$Ó'¥æñs2Á„Yí¯Êc&˛;÷•≥eíìè 0@ˇˇÃˇúî9 9…Œ 3 0 0 q 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 X ó8@ˇˇÛˇ20fÅ?ÉüÄ G
  308. @
  309. ˇˇôˇ$òˇ‡8«d3#>Oû¿ TÖ@ˇˇìˇ‡¬LÅgôú @ˇˇ|˛&»‰lîÃÚ˚ 8 N € \dÅ@ˇˇ<ˇ«ˇ&ìI 6 0∫@ˇˇ¸ˇßΩ>IIø/û¥ KKÚ¶úoøºKw)óª˘Ÿˆ∂˚˚Ô˝⁄˝ªˇ„±^øwÓ‘æßÚ˚v˜mπ˚†O Á@ˇˇôˇ3ë&É-@ˇˇ¸ˇÊπˇ0©ì‰æÒ˝í%=߸Œq¸KSÚ<˛    @ˇˇr˛ÈNw‰@ˇˇf˛eÄÊ TÖ@ˇˇf˛eÄÊ@ˇˇf˛e@‰@ˇˇf˛e@‰@ˇˇf˛e@Ê@ˇˇf˛eÄÊ@ˇˇf˛e@Ê TÜ@ˇˇf˛e@‰ TÜ TÜ@ˇˇf˛eÄÊ@ˇˇf˛e@Ê@ˇˇf˛eÄÊ@ˇˇf˛eÄÊ TÖ TÖ TÜ#@ˇˇôˇæÛÎÎ3œC$˝ú§Ií»|ôìr¿9c9°KF<Ê 0 0 0 0 0 0 0 0 0 0 0@ˇˇìˇ<20O P A} q M@ˇˇ<ˇ«ˇ& .º 0 6 0 0 v@ˇˇôˇæ&∞ìI v V 6 > vZ@ˇˇÁˇ333îyí˜ëπ=;‚¿ü‰qÌœS˘ò0[œìÛ|…¸‰|wÕ%o˚ºúí °Ôù$˘Ä@ˇˇ'ˇ&<%g¿ 1≥ 56 7¢• \dÅ 0 ./3 îà 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ∏ G@ˇˇíˇóx¯ü$ôÄ 2 2A∏ >  0 r y 0 PRS XZ VX6 > S@ˇˇ˘ˇ/<9¿'ú3@    ˇˇ˘ˇ/ë‰ûœ…WÚՃĠwxy@ˇˇr˛ßLœôÊ ú 8 Wa$Aˇˇ˛ˇE[Ø˚˚Nˇ??˘flq¸ü9måÀÌÌˇ—˛*ÚfiÁK7/€óùÈÓrOø«“†@ˇˇ|˛ìÉdŒC¿       5:A@ˇˇ<ˇ«ˇ&     B   >  í @ˇˇìˇ'Ëí@ ˇˇ2ˇ√Is˘¯O3    LœGÊIêÛè  
  310. @ˇˇy˛Û'œ†9a∞c@ˇˇ'ˇ≥%Ô˘í„~ú è >@ˇˇ|˛Êúwˆå l@ ˇˇ9ˇ‰$íîM3cy3`x¯‡L å :? ./>@ˇˇs˛s$Ï 3 { å@ˇˇy˛Û&fÄy@ô  ÚÛˆ > > ©™ :=N      @ˇˇ'ˇ6IfpŒÇ?H*@ˇˇ2ˇ√Ic˛ILË|f‚Ø˝Ïπ‚îƒrˆflI  
  311. @ˇˇôˇ 10…ÉrJôd0@ˇˇ2ˇ√IúÛ|@ˇˇíˇNò‰òdÊÛ } :? PR@ˇˇf˛NI?P∞@ˇˇ2ˇ√I˘2Lyd˛@ˇˇy˛Û'gíI    ˚ù Ä >  @{ @ˇˇ$ˇ„ú…·<&‡ } ∞  €¯ } ©™@ˇˇr˛êN@    ˇˇy˛ÿùfl˝…ë‹uˆøùÄ@ˇˇs˛    :`9 9AB :<= 9<= 9< :B    àäå l @ˇˇy˛Û%œ†9a∞c
  312. @ˇˇy˛Û'œ†9a∞c    @ˇˇÚˇ<` ¡á;‰$œ…<I39KyI     rÍì@  * } :G        @ˇˇr˛ON†@ˇˇy˛Û&ì( 5:A@ˇˇ2ˇCI˘@ˇˇy˛Û'fÄy@ô@ˇˇy˛Û'ì(@ˇˇy˛3'pÇ√yN¿G  
  313. @ˇˇy˛Û'ì†;ñÏ<@ˇˇ'ˇ≥'ôœ   @ˇˇy˛3'ÃàÙ{‡·#'Ä îè@ˇˇ…ˇ?'ûg √ º >
  314. @ˇˇy˛Û'œ†9a∞c @ˇˇ2ˇâIG&ÿ¯   ]@ˇˇôˇæ$∞–%d‡ @
  315. ˇˇúˇìí·ôÃì<”ü&‡ègÁ¡ ó ó Bº8 0@ˇˇ˛h* @ˇˇ‰ˇû»>ÉûH¡Á#…ˇ˚À%ûìÉs%ôÃÇÃÚd19»@ˇˇ<ˇ¿ˇ  \dÅ@ˇˇ|˛ úú쇠;@ˇˇôˇæ&x∞<ò q ÏÌ 0@ˇˇ˘ˇëÉg09¿<íœÁAÚgN>< ' I@ˇˇ2ˇ…I]&ˇ Wº I 0@ˇˇ9ˇíIí»‰Ú¸ I H V@ˇˇôˇ?ÚdÚ9∏˛$)â|‡ì»”ü퇂|gF¡èÁ@ˇˇôˇ9뜠,Ä r ø ø ø@ ˇˇ…ˇÛ$wîÊúDÃŒÊâß    √9ó<‡/@ˇˇÚˇŒp»)‰<Á†ΩídÃG9â”ù13§˚Ç«rF‡ . G ? 9? 9?@ ˇˇôˇë'ûy†3'5ÉyÇ'ú¿ß v    @ˇˇy˛3'MÇ9s    ¯‡» N@    ˇˇy˛Û'Iö1/Ï'ÙëTÏ @ˇˇy˛Û'I¢OrNÿÏX @ˇˇy˛Û'I¢∞g±úÿ@ˇˇy˛Û'I¢âya?c9∞@ˇˇy˛3'IÇÄgéú 9?@ˇˇy˛3'NÇÄgÄú 6O PS 6O N?@ˇˇÛˇ…0Å?2ôûxÛÅ=#?≈ŸßŸô˘ÔoÏON~<XˇŒ˛#@ ˇˇ|˛œ»œqÒÈœ<˝WÁ9—„ô÷Ò¿ 0 0 0 0@
  316. ˇˇÛˇë3L0>ìfiK±ø$    ò? 3¨@ˇˇ>ˇÆK ø @ˇˇ<ˇ2í9ô(/£LSí¿      º@ˇˇíˇ?I$·ü¿ 0 ë 0@ˇˇ<ˇ¿ˇ@ˇˇ>ˇÆK 0 0 0 0 0 0 0 0 jry \dÅ    @ˇˇ?ˇfl» 0 ]eÇ@ˇˇ2ˇ…Iû$òdÊÛ  ./>@ˇˇ'ˇÊ%…{¿ ⁄›@    ˇˇ|˛ì»úôys유   ^úâ0?  @ˇˇs˛g$ @ˇˇy˛3'Ê8fl8·2Ä3    @ˇˇ2ˇâIœ$$œûI¿@ˇˇy˛2'qF< :> >@ˇˇs˛g$ > ÚÛÙ ⁄›   –“@ˇˇ'ˇ;7ö«aû@ˇˇôˇ&3éGfr~\íIì<¡ôS #ˇxå'<c" … 56 6@ˇˇ…ˇ õÿÛ@y 7@ˇˇôˇì I‰œ¶@    ˇˇ|˛ì»å˘=sôÔÿoøL`
  317. @    ˇˇúˇDÊÃúƒÃ&üºŒ 0 8@ˇˇ2ˇ√Ie2.œË@ˇˇ…ˇ2úgb∞LʇÛ21    ‚flY2    Œ>ìP Zjr@ˇˇ'ˇÊ%‰{∏ ∫ø˛ 3 3 3 0 0 0 0 0 3 3 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 3 3 3 3 0@ˇˇ…ˇ ò†Ú@y 7 P 7 àäå 7@ˇˇ˘ˇô¿Ô≥¿.œîá 567 7 •¶≈           0 0 0 0      0 0 É 0@
  318. ˇˇ‰ˇú<I„û3√û|füœ@ˇˇ|˛$»‰àë ë@ˇˇíˇ?s0?@ˇˇ2ˇ…IG&<¯&ô@@    ˇˇ2ˇÉIö˝ìL&êGœN 4 @ˇˇôˇ <rí%I¿Û Xk@ˇˇÛˇÒ≥)zIü‰¸<¯Ãgñoπ¸èÚ3í‹Ô≈Üøn˝Ÿä[æq˝9”¶g&{õ3}<  >@ˇˇ'ˇÙ<ƒ Ç !@ˇˇ'ˇ&?I&s ?  Ç   . * %@ˇˇÛˇ‡3AN üHŒ€Áœí3«9π3{ûègüüûò< *@ˇˇ2ˇÉIÅÁg&$30«ò > N N         0 0@ˇˇ˘ˇŒ˛¿ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 A@ˇˇÛˇôÉÃôÁ˛@ˇˇÁˇ…0> xèL? H¬@ˇˇ2ˇ√I|Ûì»#           Y 0 0 0 \ W Ä©@
  319. ˇˇôˇ&Ú{fÅéÄÛd2y#O¸@ˇˇr˛©NœÊ` W  V &Zv@ˇˇíˇ x    Ú$)Œì…I¯√ v 0 ö 0@ˇˇôˇÒíÌʸr@l 0 0 0 0 0 0 0 0 0 0 \dÅ 0 V`b@ˇˇ<ˇ¿ˇ J@ˇˇÚˇëK?1$ægGܸ√7    gë)ÿ<Iô€)Ó>˝èÃÒ7”è <#ˇ~ˇ 0 !$ 0@ˇˇÁˇg˘ìÃLË#ˇ‡ 0 0@ˇˇ<ˇ¿ˇ áâå 0 0 0 gMN 0 0 0 0 0 0 0 0
  320. @ˇˇr˛3r”∑˛ < $ X 
  321.  0.@ˇˇ…ˇ?ˇaú8ó¯πfrrfò92‹3”32K˛|M37|<‰ôÄÁ 0@
  322. ˇˇ|˛ìÃây<8Áè‰∞ßLí'`@
  323. ˇˇ|˛ìÃây<8Áè‰∞ßLí'` í  D(@ˇˇíˇòxÃ|ÏŒÔ~û√<;Áñ‰∑sìÛ%Ú¿@ ˇˇÃˇíƒ8?gòÙfi9*ú +I∏ >?I ?    @ˇˇ3ˇÏy‰ó/<@ˇˇÚˇœp'g‡ + + >@    ˇˇÃˇ¯Ù˛N¿#˜èáGÄ @    ˇˇ…ˇ|&NêÜgüyÕú8f I qxø @    ˇˇôˇ&√OÉ<8ë>díí < PS5@ˇˇ…ˇ9úŒ%üyáx9ƒ|Jñs‚ÃO3>s‹|˙ç¯#œútŒyÒ„?ΔÃ
  324. @ˇˇ2ˇ√IúÛ‡K%@9¿¸@ˇˇ2ˇ√I˛ô˘∞@ˇˇÃˇí»É2ÄÊrÄ º@ˇˇ2ˇ√IìÁÏ$Lí@ˇˇ2ˇ√IúÛÿÃà|@
  325. ˇˇ2ˇ…I\&Á˘Ë øúNr¬¿  @ ˇˇÚˇ¯pŒŒâ>ê%$œí$Åê º X 0 0 W ≥ ≥ ≥ ≥ ≥ ≥ ≥ ≥ ≥ 0 0
  326. @ˇˇôˇ rí%I⸇fi@ˇˇíˇOxí g ?@ˇˇŒˇ3L˘˘«9ôC)…'ˆÓôÈ…3s«3 √ {| { rΩ M X {1@ˇˇÚˇ…Húœ¸3'}ËâMr˘íúId,åIÕÃy ûy‹F·Ú ü†ü    @    ˇˇ…ˇ2x¿Á29|f<2ˇÄ@ˇˇÛˇ30N&Œa\ xº; 6@ˇˇìˇ=2áô$:@ˇˇôˇ8Ú'á˛1    ÁèLdŒ∏gÙß3˚˜©ı‹ûÚÿxûŒ˝˛µ` wΩfl@ˇˇíˇ¡|Líì v @ˇˇ?ˇ_fl .G8 @ˇˇ<ˇ«ˇ&   ö@
  327. ˇˇ9ˇ&˜ÃÙ˘√‡#yr·„0 ,@ˇˇ?ˇ_9 .q8@
  328. ˇˇœˇ2Ä?gúˇ…√9 3Úë`@ ˇˇíˇ sÄìNÚg˛ÀÈDr¬>8`@ˇˇÁˇ2¿bò{ÊéÉOü11πÜÛèg>ú`    @    ˇˇ…ˇÚ$d‰3…8ü'`ú@ˇˇœˇÄ9…ú<|#'Ä ;  TÖ@ˇˇ2ˇÉIˇ †    @ˇˇ2ˇ√IìÁô Às˙Å@ˇˇÁˇ`"ôÃ|2…s|.ø<ß‹…Å3ò80  ©6 A @    ˇˇÁˇb",If¯°IÑ˘Úìü@ˇˇÁˇ`‚Äœñgî;9–Á$Û$sôÅÀc˙ 2@ˇˇ˘ˇ√Mœ$¯y¿åü\fi1ß;ÂSæ¸ÀJ€øqÁ‰¿ 0 Ì     Çç@ˇˇÃˇ ëOú    @    ˇˇÊˇpë‰X&¸cRòà @    ˇˇ3ˇ ÃNô˘x%…?úò"@ˇˇ9ˇ$Ã?ú4’pÔåú˜o∑#s$»˘«Äå    @ˇˇôˇ'ìôÄ 3x¸¿˘Ä˘ D@ˇˇy˛3'gÇ¿œ    g>»`
  329. @ˇˇy˛3'1É3ü    «‡»Ä˘ 9A@ˇˇÃˇ ú    œ0$ ˘`
  330. @    ˇˇÛˇ 0ríîIüødMéNí@ˇˇ2ˇIIü$Ú@ˇˇÃˇ$ùìôŒ<…$9 y@ˇˇôˇ¸ û¿ v w Jq Y y@ˇˇúˇôí‡ôô èö@ˇˇôˇƒë<9ìI02@ˇˇôˇì$û@
  331. ˇˇôˇ3¿L=Û˝¡e2Ãû> V  @ˇˇŒˇ3pê%Lr0I0ì$ &@    ˇˇ˘ˇ3 'g?∏¶3í|< ó4@ˇˇ˛ˇ˘%~½[‰≥†∫@ˇˇÛˇ90O&ügĸ¿ rù x@ˇˇÛˇ‡3xìr0h ö⁄A
  332. @ˇˇŒˇp7…íò c  Ω Ω Ω Ω ¯@ˇˇ'ˇ‰<‰‹òâ@ˇˇ…ˇÃòÅœÁ$D2á…L& @    ˇˇíˇÃdü…‰îôûÀ@õ @
  333. ˇˇ|˛ì»ôììN˛LNs¸p¿@ˇˇìˇíL2sĢ@ˇˇœˇä·ÃΔ$    O«<    œô1ÉôÃè眠‰¿     5 M A -    @ˇˇ‰ˇúìÃĉúfx¬s¿O 
  334.  ü 34@ˇˇ…ˇ3õ‰'¿Ω%…I2'I©ˇÛ—S‹y˙úôÙøyŒ>ûd~@ˇˇ|˛$»¸Ã@ © $ ò ò fifl  Ãœ ~ q  D 0 0V@ˇˇ˘ˇ-òS?ø2?Ÿ‹ì+˘dÓ_ûqdò?ÂÌÈLfiÛ∑ ÚÁ¸$‰K§˘X¶¡Ú?&˛ ≠∫ ª ª ≠iÑ 0 ≠∫ 0 0 0 0 0 0 ≠∫ ª 0 0 0 0 0 iÑ 0 0 0 ∫ ≠@ˇˇ3ˇ&&ì!8ú ª ª ≠iÑ ª@ˇˇ9ˇ2ú2`gÄÛ ª 0 0 0 0 ª 0 @ˇˇÚˇôPœº|(ëp y@ˇˇÚˇ<P†2I &ó q@ˇˇíˇx1…áô    ìú qöº@ ˇˇÛˇ&0gp9∂î3ì<¸$0«ò & ƒN@ˇˇ…ˇË$9~¶3KÄ 9IJ@ ˇˇÁˇ`"83ì9¸áò<.yë    ‰¯ 0 P@ˇˇôˇDÚû`í U@ˇˇôˇ>íÃ$‡Œ 0 {@ˇˇ˘ˇ9-3N)˚'Ôú$„¸&ioÛ}w˙MÈÊ‹˘‘Ù∂˚Âœ˜¯‡ ?ôËn©LCÂ1ëá˚@@ ˇˇ2ˇ…Iœ$<Ì@ó/3<ód∏?ºÄL ˇ ˇ ˇ ˇ ˇ ˇ 0@ˇˇôˇ9Ú"ìì¿@ˇˇf˛2eÉ<$õ@ ˇˇíˇÃdrí%Iè¸Oà œc.Ù#ò  ó V \ @    ˇˇÚˇ<pO‡√¸"%0gd> 0 û 8 \ó@ˇˇíˇ8x$9HÚ@ ˇˇ˘ˇ/≥$úÑŒIȯ?ÓÚ‹‰p>@ˇˇ3ˇzΔÔ{¸ ≥@ˇˇ&ˇIL~Δ ≥¥ 0 º@ˇˇ9ˇ$ú2ÃgÄÛ ª áâã @ˇˇy˛3'wLJ/8x#'Ä©@ˇˇy˛Û'f¢ aœc9Äπ@ˇˇy˛Û'f¢ aœc9Äπ 3@ˇˇ>ˇ£Kd8ઠ , ,- , &@ˇˇr˛œL∏% 9J J      N@ˇˇ>ˇÉKd8ઠ, , ª å , , , , , & , , ,  , î≠∫ 0 0 0 ª 0 0 @ˇˇôˇÙìâ‰Ã°ê3ô`ì@    ˇˇúˇ˝‡ =ÁÃ/ÄdöÃ&@ˇˇÛˇ‡Éò˙ñr¿xâÃú9ìØÒ·Ã9Ã@
  335. ˇˇôˇ˘ÛÎÀyÛ&2∞gNô¿   qò@ˇˇíˇ9OôôÃò&3êG‡    @ˇˇÃˇ3ú≤‰â'ypí%@    ˇˇ2ˇ…IÁ$¡Û3&Ú03aÄ ËÈ 0 0 0 6 5 0 \ ÊÁË 0@    ˇˇüˇ3Éô%ú¶Áí92f VΩ ·‰@    ˇˇ‰ˇ2Ã~M<–Ÿˇ&√a&ìú ª ª ª ª ª ª ª ª ª ª ª ôª ª KL KL KL@ˇˇ>ˇJ 5 ,3 <f@ˇˇ<ˇ‹ˇì√‰$_í˙ˆ˚=ˇµcwò«‹Ω|Ô©ÌN€ˆ˜Ô¿d 0 0 0 0   0 0@ˇˇ>ˇØK M@    ˇˇÛˇ…03ÉΩ>g†NêÊ@@ˇˇ‰ˇ9» ôÎ;Î0… TÖ \@ˇˇÚˇ<P†Äày 0 \@ˇˇs˛a˙<3| yz @,@ˇˇôˇ'3pÃídLíˇµëy‚û”ˇÃ‰y˛Ûå33~<@¶ 6@ ˇˇíˇNFÊã{Oˇ6ìØyá'Á?ûP@ˇˇ2ˇ√IÅÁú    t» 0 \dű@!ˇˇ˘ˇ„≠r˙ˇ‰·.i˝H∫è÷˙ˆ¸ˇ€ ö{^{¶fl∑Ï⁄oŒ¿/{…„øâÕù)ùœ∑ÙôóÎÌ.Oªø’}z/ E E  9∏π  ¨@
  336. ˇˇíˇs Nô˚/999ƒú.…r <    @ˇˇ9ˇÚ$ë{≥‰·9`&  ∏ =∏π@ˇˇÁˇO¬§8‡ E @ˇˇ˘ˇ·# 'rJ<üì % ,@ˇˇ'ˇ'?Á‰?
  337. @ˇˇ'ˇˆ?3Sπ$à˙ ), -  ®™ ®™ ®™ ®™ |@ˇˇ˘ˇ$/íº?ÁJN˚ûfi≥”^#y˙˛…sì:œ    s>MÿÕ  ùÆ Ç    @ˇˇr˛ÈN‡@ˇˇr˛9N¿û@ˇˇr˛9N¿û . -Ç  !@ˇˇÚˇ¿SΔL‚gÃ˘?I^…üÁ¡Ñ‡Û>ìHr 0 7@ˇˇ9ˇìÀô8 Y , )*, )*, ,@ˇˇ>ˇÆK ºΩ 7¢£ 5@ˇˇ3ˇzŒ‡O 7@ˇˇÚˇôP˜≥¿Nœ‡<
  338. @ˇˇÚˇôPÒì3@œ 7 @ ˇˇÁˇíÄ&K<!¿ÃI9‡‡%#'Ä ¢® ¢ ®@ˇˇÃˇúÃyûÄ 0 *@ˇˇôˇæ&∞ 0 0@ˇˇÚˇNzásÛ û˘'Ê 3Ág&f2 ®@ˇˇ'ˇ&?r ®@ˇˇíˇ    xŒœRÊ¡Ùí ®@ˇˇ2ˇ√IÄÁ»dÚ¸ Œ    @ˇˇôˇƒíûôÃ@Ä ®™ ®@ˇˇ$ˇ‡˝ œ%@ˇˇÚˇô{|&|¯Áüô%:Œ…qÇsdJí˘K$`… Oô‡ I    @ˇˇŒˇ?H‡Û Å«Â@    ˇˇÛˇŒ¿»/Ê$rhIpO†ú@ˇˇíˇèIæı@ˇˇ'ˇ…'Ä„@ˇˇíˇO»í2x  @  D <X@ˇˇÚˇ<P†@ˇˇ…ˇø'öd@ˇˇôˇÉ<@ˇˇÃˇÅ‚¿< Ω    @    ˇˇÚˇ<P†'&…L2sĢ@ˇˇ&ˇÊrR@ˇˇôˇ&33Hsí¿ )s@ˇˇ2ˇâIT&@˛ ·„ ,-@ˇˇÊˇOF>‡ú¯@ˇˇ'ˇé'ÄO G ]eÇ œ@ˇˇ|˛ ìì~¿` ,3 N \ íî ÏÌ ÚÛˆ|@!ˇˇ˘ˇ9/ŒëˇÓÁå‰˚¯ó}˙ößÛK>=#˚3Â=˙˘Û…}8â√ˇ¸Ó˝)Œ>Ûow˝ˆàòÁÛÊÔ«œıœ :A 9A 9A ® :@ˇˇ…ˇõØIpŒ A A ƒ≈Δ Â@ˇˇr˛˘L¿Õ J@ˇˇr˛9NœÃ` ⁄€Ú ® ≥¥ A 3 ‰Â ∏π ® ·‚„   A ƒ≈Δ A ¸ @
  339. ˇˇ2ˇ…IÁ$    œô13ì~…9ê@ˇˇ3ˇ‚ü @ˇˇ3ˇ¸ìŒ ‡
  340. @ˇˇ2ˇâIO&Ë ≈   A A ® ÉÑ 9@A A A A ·‚„ 0  7 @ ˇˇ…ˇ>»`√Á'‡íòrL Oíôd ·‚@ˇˇ3ˇ„– ∏π WC A TÖ TÖ@ ˇˇôˇÃì9ô?œ‰ô…î/>–l@ˇˇ|˛ÊúLÂπ˝¿@ˇˇ|˛ÊúLÂπ˝¿    @ˇˇ|˛ÊúLÂπ˝¿@ˇˇ|˛ÊúLÂπ˝¿ TÖ@ˇˇf˛e¿Ê TÖ@ˇˇf˛e¿Ê TÖ@ˇˇf˛e¿Ê TÖ TÖ TÖ TÖ TÖ@ˇˇf˛e¿Ê TÖ TÖ TÖ TÖ TÖ@ˇˇôˇ&‰dôòI9fl$·Ò3&33Ú·&<Œd@ˇˇ'ˇ    ?í@ˇˇœˇ…Ägd…≥úí90#IÁ~3&Oôdê Wq ; ; ; Ø∞ Ø@ˇˇ<ˇ«ˇ& @    ˇˇÃˇÂ퉿Úò>3ûìô`Ä ∞@ˇˇ…ˇ‰$>Ò ∞@ˇˇ‰ˇ…I¬ô9ìô ó 2 2@ˇˇÃˇ3ò|$fŒI?pÄ   5 P 3
  341. @ˇˇŒˇÛKÔôó9@ˇˇs˛s$2Gÿ > r y 9IJ N 0 P P GI 0,@ˇˇ¸ˇ0•hÚ dûÊúÃ{…IºóqœÈøf‚<9ÁŒÃÄÚÒ>á@ˇˇ9ˇ≥$d9¿@ˇˇŒˇ?L`òdÊÛ @
  342. ˇˇ2ˇ…IG&8œôI…‰<ñ∞¯ @ˇˇy˛Û&f≥yLÿ`ß 9EF@ˇˇr˛9N‰Ä=@
  343. ˇˇy˛„û”ÕÃyÙùôÅÁ„8@    ˇˇy˛ÿùfl˝ÏÑ[Ú√ü∑3 & @ˇˇy˛‡ûò˛Kf3C¿«@ˇˇ<ˇ«ˇ& ø N ø 9IJ 9;F íî @ˇˇ˘ˇ$ üô∫üì—ÃÅì@ˇˇr˛œL'%98ÚP@ˇˇíˇÃL`íí‰ò| @ˇˇÃˇ?»ùg9?ÉsŒ à@ˇˇr˛„N    ¸" º;    @ˇˇy˛$'>Ôcb¿
  344. @ˇˇ'ˇs'Úò‡q@ˇˇ'ˇŒ'ÄG@ˇˇ'ˇü#üŒÛ2Ä 
  345. @ˇˇy˛3%w29¿@ˇˇÃˇ 3\·9`&@ˇˇ>ˇ†Kà |‡¿    @ˇˇ'ˇ><JÊs` @    ˇˇíˇüs…úòòYÚ¿ì‡˘Œ ÿ ÿŸ µ∂ÿ v ÿŸ ÿŸ@ˇˇ'ˇÃíK&Œ√d`ÊòÛ ÿ ÿ ÿ ÿŸ ÿ@ˇˇy˛ Ãì~¿` &@ˇˇ>ˇÆK @    ˇˇÛˇ‡É¿IIrÁ“Ï¿ - ª 3  3 áâã Z
  346. @ˇˇy˛‰&Ô9ìv@ˇˇ>ˇJ û† û† û† û† ûü ûü† û† û† û† @ˇˇ3ˇ»/…áú    õÄ  ]eÇ 0 0 E  @ˇˇÃˇ9úr$Zø„k>%#ô·Èúì%ü¿8@ˇˇÃˇ'ú≈%˜˝réLxò@ˇˇ9ˇúL2sĢ@ˇˇôˇ»Ãsíò$IíÃy33‰'ˇ√üg¬'@ˇˇôˇ¯ëî3…‡s ?Ä:è3ô‡'9e p@ˇˇÚˇëK9ʸ0»r‚àGœ˘íÒ?ü}…9%¡˛Ã>¡Ê˜32S‹}˙3flÙÎœvmk„ü~<]ˇ˜˝$#@ˇˇ˘ˇf"Ä~ÊFr<LqœÈœdœÚ„ñÉ}«3Ú‡H   0 0 rô≠ ,s@ˇˇ˘ˇô0œº%¡»œfl˘·üÕ%?Ûflø7?Ê)ƒ    ô§;ˇ˛”«˝ß?ô¡fik2Ìı©<?æ¨KÔ~“ @ˇˇ9ˇÚ&ÁHŒîInò ùûØ ÉÑ@ˇˇ?ˇo…¿    @ˇˇ'ˇ‰?fl3ë@ˇˇ&ˇ7gÃ$ §™@    ˇˇ2ˇII«$¶˙fÄô|Ê#Ä                    @ˇˇ$ˇcíáÊ0    2 2   @ˇˇ|˛\‚˘¿`Ü)ôì? @ˇˇ?ˇu/¿ @ˇˇ'ˇ¶<ssø$0œ    @ˇˇ'ˇ‰?fl3ë ≠ ã @ˇˇ9ˇˇ&‹ø~ TÖ Ø    @ˇˇ'ˇ‰4ú‹ò˘@ˇˇ?ˇìÿ@    ˇˇ…ˇ?õ…Ê7#y ¿@ˇˇ'ˇ;7l”Ñ|
  347. @ˇˇ9ˇ?&º˘~@ˇˇ&ˇÌLIÙ|@ˇˇíˇ8s.?gõ˜ÁÅ0 ¢ƒ@ˇˇ?ˇo…¿    @ˇˇ'ˇ&?…˛ò)@
  348. ˇˇúˇ3íN¬Õd‚úÀù /ÃÁ¿ A@ˇˇüˇÄáÀo2î;ÁúŒîåoˇíÁåÕ¸Ã|‡¿@ˇˇ9ˇÛ&â O ùûü | ¢£©
  349. @ˇˇ'ˇ‰<‰‹9∏0Û@ˇˇ3ˇ~$<fi§üS3 @ˇˇíˇ{N˘ÄF@ˇˇ‰ˇ9Ãg$vÁ˛Û«·g¸ù˚    ü$â‰fl˜ÃÙflÃ<áR>»”œΔ%{?‰ í@ˇˇ3ˇë8)œ‹ú/…ÃÛ=Û˝¡œ03ú|<˛$` © Ø ûü @ˇˇ9ˇ¸&‹~@ˇˇ9ˇ˘&‚¸ û@ˇˇ9ˇ¸&$œ ™@ˇˇ?ˇq˘¿
  350. @ˇˇ9ˇ&ò9√sú9Ä%@ˇˇìˇ‡í83…ù)˜úˇùôÔ˘ OŒÂˇ1)c E E { <= [cÄ E ò@    ˇˇy˛‡ûò˛/yÑ7«>ûÊ@ˇˇ|˛&ÃÁL≥ìÚ 9'@ ˇˇ|˛ŒúˇÌÏ›œL˘#ò‹3Ê‹∑?wà]eÇ ~ 9:@ˇˇ9ˇúL2sĢ    +@ˇˇ|˛Áú/Ó<˝flLÛxOæ˛°ú9ÚÒü¸ÿô D@ˇˇ|˛&ú≥oÃœ@ ˇˇ|˛ìòâ˘?3¸ëLˆsπSg˛`#@ ˇˇy˛‚û”üÃÏ/Ò¸3˙fi˝x˛‡Ã@    ˇˇy˛ÿùfl˝ÃÑL˛˛øùÄù @
  351. ˇˇy˛ÿùfl˝Ï§L˛p˛vfv˛»y @ˇˇ|˛íœNb¸Â¡¸Ä» = [cÄ 9:@ ˇˇ|˛ŒÃ~ϬÔyfœ-»·oÁgÁ‰@ˇˇ|˛ úì~¿` 5A"ˇˇ¸ˇΩ≥ªÍ”?˘fimn˜Ô|€ÛÍyª9ˇflKœwøoˆvÎflÔ›˜z˝æ<ÊøGˇ≈=ß?˘›nØQ{Ω˛nfl˛Ú”˜æ 0 0 0@ˇˇ?ˇ_ôÁ2óÙ@ˇˇ2ˇ√I¯@ˇˇÚˇ<`¿Ã3ô  Dv@ˇˇ'ˇ‰?úÃx@ˇˇÃˇúÄÁd‡9 V 0@ ˇˇôˇdÚúÅ…ú‰ü˛ì;3‡«Õ˘ w@ ˇˇôˇ3ú32ÛIIó$∏˝òúŒ@ˇˇ2ˇIIü$¿Ùò Ω@ˇˇ9ˇ$ííòˇI¿@ˇˇíˇ NRí#InˇIìI@ˇˇÚˇ‡Kgs¿ 9<#@ˇˇÚˇÊP%    2Âkˆ<√û=3sÚ¿|@컡ôòò\Ú|fyˇ Ä  
  352. Y WK@ˇˇ˘ˇÊ \Œ%98Ú¥ÁÔ9ù‘œsÚ•1r>ûÃdÚ|sR¶3Àc%˛¯#>À3XˇáO ÿ ÿ ÿ@ˇˇ'ˇ&?Á‰0@ˇˇ2ˇÙf @
  353. ˇˇúˇ…í·>‚ìs3¿ì˘Ä¿    @ˇˇôˇ»íûê˘ôL$¯˘@
  354. ˇˇÊˇ3Dà#$sí8sL    z|  6>X E [cÄ@ˇˇÚˇ<pí·2p@ˇˇÚˇ<P† XMO@ ˇˇ9ˇ$3íîM‡#9ôIæ    Á>ì`@ˇˇ2ˇIIè$Ú…f`2 9< 0 { < 5 w xyz wx@ ˇˇôˇ?ì&√ûdòdŒ^r8Kdr¿ 8 0 Xº 85@ˇˇÛˇ>À·û˘px2¸üëÃâÂLN>gïß8∏˝ÔˇÃcû93<ò ÿ„ ÿ@ˇˇüˇ.ÉósÛºœ¯âÃú9)KrN¿G‰ ⁄@ˇˇ'ˇß4¸CH}Äô@ˇˇ|˛ »Ã|$ò w w w w wyz w w w@ˇˇüˇÄ@ÊDr íî@ˇˇ>ˇÆK@    ˇˇy˛ÿùfl˝‡Ñ=Ú√ü∑3@ˇˇr˛Nÿ#@ˇˇy˛Û&Û2aÄ@    ˇˇy˛ÿùfl˝‡Ñ=Ú√ü∑3@    ˇˇy˛ÿùfl˝‡Ñ=Ú√ü∑3@ˇˇ'ˇ2;ì @ˇˇ>ˇ†K ì 0@ˇˇ|˛&ì=O2…‰ü ∂ @ˇˇ<ˇ«ˇI&$IÊèÛ ÁË  D  6X Z[ P@ˇˇ˘ˇBâf|('Ç3·Iì…_Œú¿e»? 7@
  355. ˇˇôˇ–9…úÂ>¸d‰@~ P àäå 7 9@ 7@ˇˇ…ˇ<õ`ñèg< 567 7A≥ :?@ˇˇÚˇ<P† :? àäå ëî S@ˇˇs˛Ú$\9@ˇˇÁˇ„QfÒ‰‰üÿ{ J , N{@ˇˇ…ˇ9Ë>óûH¡%~˘%K9·ôŒÃ¿\LrÄ *@ˇˇ&ˇ˝LÄ' - * .@ˇˇr˛N∏3&I@ˇˇíˇòxLf è¿?@ˇˇ…ˇ    ‡ÃûÒ•Ä@ˇˇÛˇ    ¿‹…wʈ¯Á¸ KL ÏÌ q ∫ \@ˇˇy˛$ÃyŒ9'˛¿@ˇˇ˘ˇ/K>Æ    öv 0 X , 0 6 ≥ 0 , w ABC A AB A AB AB AB B AB AB 0)Aˇˇ˛ˇm[ÔéΩ≤˘øg‹ÔÁÛˇ∑øâ{ºˆ¸ˆ˚o̘ıÎv}˚fi≥”›Ω€Δœ{}zæ”^«óø}˝∑¯í PQR PQR PQR 567 PQR@ˇˇôˇ'hâ«g†    ûy˛‡ròÁcœ Û•@ˇˇúˇ3íú√Êå@ˇˇ…ˇ9'¿ÇÁh , \dÅ , , ,@ˇˇf˛√f@‰ UÜ UÜ@ˇˇf˛√f@‰@ˇˇf˛√f@‰@ˇˇf˛√f@‰@ˇˇf˛√f@‰@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ@ˇˇf˛√f@‰@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ , z j ,@ˇˇ…ˇ»æí ),@    ˇˇÁˇ…¿‰@¸ì∏'ÃÑÁÄô  ), ,- 3 ≥ , ), ),û £
  356. @ˇˇÁˇ…¿‰@…ìaÓœô3     Ø ),¨ ), ,    @ˇˇÁˇŒ¿(yíd<ì0 &@ˇˇÁˇŒ¿(úì3√û ), TÖ ª TÖ KL ò8 8 , KL KL & KL KL@
  357. ˇˇÛˇÒÉ'1ípºI<ƒLÿ† 0 0 0 0 TÖ     $@ ˇˇ˘ˇ√,9ú&úÁÂúì°ú9Léœô@ˇˇÚˇ<P† r H@ˇˇ¸ˇ√åø$Lßs…Ä2»d3ô"Âyd˛ y8@ˇˇÊˇ¯`· üôC3 … 0 \@ˇˇ2ˇ√I˘& <@ˇˇôˇ3ìyâ9Ì931ÉÁ·‰ú…òìAû?8¿@ˇˇôˇƒë¯ 0 0 :G 
  358. @    ˇˇìˇ∏$…»'°d9…¿Ä@
  359. ˇˇ2ˇÉIúÚ∏wâI    Û )O˚   ª  &                       H =FG@ˇˇ…ˇ¸&à ,@ˇˇŒˇÿKè˚Á‹º N@ˇˇ…ˇº&Äè@ˇˇ>ˇJ\@ˇˇÁˇÛ∞π¸íOOŒáf^íû%√'s*)ɢû·#˚ã>y„~”ÕÃü˜§Ûs~y¨<c¸|ˇfl‡C ÈÍ 0 0 0 0 ÈÍ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ª 0 0 0 0 5 0@ˇˇüˇ¿É»3ê$ \   ABC A A AB
  360. @ˇˇy˛ ‡sôÅÀs˙‡ 0 0 ƒ≈ 0 6 | 5 0 r 0   º fl àäå@ˇˇ|˛ íì~¿` 0*@ˇˇ9ˇ$Ã?òÙìˇ1oô8œflgnÁ2Ió˙7∏cÄ áâå @ˇˇ>ˇ†K‰  ƒTû‹ 0 0 0 0 0 0 0 0 0 L 0 ]eÇ G 0 0@    ˇˇÚˇìpŒ#˛Gf03ù‰Ä@ˇˇôˇ>í…&ʯ…2I@ˇˇôˇ'3√3 ¸ôô‰ÅÃòflÃÛõ=3    èÍüÄ@ˇˇŒˇ9Lg$9ád~ì2ÛÊ$dp˜˛íòpGN\ @    ˇˇíˇ N¿ú…‰y¯Ò≥2·y @
  361. ˇˇíˇ∏d0?ìÒ1‰‰æ'ê g@    ˇˇíˇx˜ÃÙ'…ÁôŇ„ π q 5| ó      v@ˇˇ9ˇ''3Œ9√ê¯@ˇˇ'ˇÊ%{  @ˇˇ'ˇÊ%…x¿       V 6@ˇˇ<ˇ«ˇ&     b@ˇˇÚˇës'ïo"˘˜Û/‰ÙÁ¥Ô∏ıœŒæˇqË©ø~Ûœz‡â˝OÚ1õüœÂ OÂ…Ú/Ä @ˇˇ3ˇ~Œßº‰Ä¶ ∏π }@ˇˇ'ˇÓ?sx˝p„ ø ∂ >F Ø∞ 9 ∂ ∂ 9C} 56A ' 'GI ' ' '@ˇˇŒˇ<Hóûg<(@ˇˇ…ˇ?õ9 ∂@ˇˇÃˇ Ã<Û9@ 9≥ 9 ,- ûü† 9 @ }@ˇˇÃˇî<Ií
  362. @ˇˇ&ˇ>t%««¡Ä@ˇˇ&ˇ>t$«s@ˇˇ'ˇz7_€Ê瀿#@ˇˇ'ˇz7Á_€Áç€Û@ˇˇ'ˇß4mC|N ,- A¢£@ˇˇf˛√e@Ê@ˇˇ…ˇ?õ @ˇˇ'ˇß7eJüèsn`¶@ˇˇ&ˇ>tê@ˇˇ'ˇ:%,S˚|Ä@ˇˇ'ˇ:%@ˇˇ'ˇß?,CK}f¬ yÑ ,- ‹ ,- 0 1@ˇˇ'ˇ:<@ˇˇ&ˇ2t¿ @ˇˇ'ˇ:%Sπ$ 56 8 ¯ 8 ∂@ˇˇ?ˇ_… 2 2 2 2 *¢® + 9B 9B @ˇˇ'ˇ˙'…PÄ/@ˇˇ'ˇ“#_˘€Áˇ€¿@ˇˇ'ˇ˙%'S⁄Áˇ[¿@ˇˇ'ˇ∫'@ˇˇ'ˇ“#?õ“>nfl$@ˇˇ9ˇ8Ùnœ¶∑œ€∑Ä@ˇˇ'ˇ“#?˘fi>nfl@ˇˇ'ˇ:<ÓSZÚ@ˇˇ&ˇtKJ‡@ˇˇ&ˇtKJ‡@ˇˇ&ˇtKJ‡@ˇˇ&ˇtKJ‡ 2∏ 2 2@ˇˇÃˇ »†Û 8 '@ˇˇÃˇ Ã<Ûû8H 2 <?@ˇˇ'ˇ&?ÛD    @ˇˇÃˇí»âô4ô·<ò ∂ 9@ˇˇ'ˇs'flû\ÊúS¿ ∞ 9 %@ˇˇ3ˇˇœÄ +≥ 56    @ˇˇ…ˇ?õ`ûgŒ…:@ˇˇ…ˇ õ·Û» 5 7 @    ˇˇ˘ˇ¬…œf∑ß<œáGî @ˇˇ'ˇÊ's ∂ 1 9B  8 8 8 8≥ë ÕŒ ]eÇ@ ˇˇÃˇ2úrd∞Gì<ò.yÁú· ¸ 9 KL ∂ ∂ ; ∂ º…  ∂@ˇˇ'ˇ;<„ˇ‹ÎûK¿@ˇˇ'ˇ˜?˝ˇÆèI∏ ë ∂ A  ûü† ¯@    ˇˇôˇœÃ…>'…22x@ˇˇ'ˇs?Oô‡ípı ‡·„ ‡·„ ‰Â ‰Â@ˇˇ'ˇ'<†á ‰Â ‡·‰ ‰Â ‰ ‰Â@ˇˇ$ˇ†ˆ ‰Â B Ø∞ ûü†  ∂ ,- ,-@ˇˇÃˇ î∏úpf ,-ø ‹ < <I < < <@ˇˇ'ˇf7≈G<ª\ 1 w 3@ˇˇôˇì¿IìÇú ]eÇ ]eÇ ]eÇ   0 0 } 0 0 0 0 0 0 0     @ˇˇr˛<f$3$I 0 0  É  0  0@ˇˇÚˇ‡c`ºÁíâ39¬3sL?0·ô?'¡ßû<·~„ô|« €fi@@ˇˇ˘ˇ…)¸ƒg∞˛'ì|˛»qO‰–>Ûfig?ß    ÿ?<I8‡ÃyÕë?‡1ÚƒSˇ‡@ˇˇÚˇ<`ë¡úí√ÁHy‡ûô˛ƒìûô>@ˇˇôˇ¯ëÛH2'3ôÑ ò áâå@ˇˇ>ˇ~K 0 0 Ç 0 ˛ ò 0  56E 0p@ˇˇÛˇ…0¡,8¯œÙß=πá|ŒÃ¡Ûõ˙·s¯`df˚‰øøÓŸ˛MhÔ9ÚÔ~_fy™;Sƒ}Ôü0ô @ˇˇ2ˇ…IÁ$¯‰&êG‡ @ˇˇr˛©Ló¸$¿@ˇˇíˇü{gÜlÊ 56@ˇˇÛˇ…0$)pf @ˇˇ…ˇ?õ‡Ò ū @ˇˇr˛;f§<ò 6E 9E@
  363. ˇˇ…ˇ RíìIp˚    Œøú    »@ˇˇ'ˇ≤'Ïô –—⁄ ù£∞@ˇˇìˇ'Ëí   0 @ˇˇôˇúìÛ 2Å` V   0 áâå  P@ˇˇôˇúëÛ sídÇ¿$@ˇˇÁˇ9 %œƒè &Á·g»Ÿ?î    ≈ú9≥Ã>~É<êú 0 0 0 0 @ˇˇ…ˇÃ$bíìIˆ˝ A *<? ? 0@ˇˇ'ˇ    ú?'†ôÃI¶|‡ 9<> 6 :} }
  364. @ˇˇy˛Û&q$œ(&y@ˇˇÚˇ3Hr‡KFI¬æ$IxÃåúìËì9–@ˇˇÚˇ<pL‡Üó(Iì2”&Gœ û 0 0@ˇˇÁˇì¿Éó{…ád‡úcöÅ'<˘8â9y˘)`2 \dÅ   $ < < 0 ‘’@ˇˇúˇ¯õê$s$I!@    ˇˇíˇ x√úÁùÛ/mÛΔ)ġ §¶ ∏π qË Hê 8  6 0 Ø∞±
  365. @ˇˇôˇ&ËíÒ ‚å|N ⁄ ºˇ@ˇˇ2ˇÉIˇ q 56 G G@ˇˇ…ˇœõÉfl0 5@    ˇˇ˘ˇ¬…Ûf”˜Å€gû#á √ 5 0 P V 567@    ˇˇ˛ˇ$|pºÔs¯GfN H H    @ˇˇ<ˇ«ˇ&û1…ŒÊ  @ˇˇ…ˇíòù˝‰Å„·3¿' I §• 0 Z>v@ˇˇôˇ&1ŒK…d$á»@ˇˇ<ˇ¿ˇ MÑ Y{ P    @ˇˇ?ˇ_Õ Ç wy ìî     ê é P5N@ ˇˇôˇ3g"íÃIR˚ì&ñId2y¯@ˇˇ&ˇÒL»@ˇˇ2ˇ√I'ìÁëë    ‰¯ PΩ@ˇˇ…ˇ‡d2y˛ 1?G@ˇˇ3ˇaœÂ I ö@ˇˇ…ˇ?'ûg √ 1 0 0 1@ˇˇ<ˇ¿ˇ 0    @ˇˇ?ˇ_Õ ‘’ @ˇˇ?ˇÛfi‡@ˇˇr˛8rˇ« 3 0 }       0 V≠O@ˇˇ9ˇº$O < ‹fl@ˇˇ9ˇó8 óáè=4KüÄ‚ ó Ω G@ ˇˇÚˇ9LŒ%yFsœÊ‡ìp‰¿û< q@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ& 67 H  áâã  0 1 1≥K@ˇˇ¸ˇsF≈OÁÒ]Óríèdí9Á;rTûíÛ;ì[˘I*>è…èÂΔ74¶ßÚ»˘˝· 6 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ª·„ 0 0 0 0 0@ˇˇÚˇ<pN‡9aòOíx¯ Z Z;X 9:}@ˇˇ‰ˇ3»··ûôô,)íÏÏúíôˇHp≤ô…Ò±©‰¯ ó 0 0@ˇˇ3ˇ„Ä3 ˇ   0 ó@ˇˇÚˇ<pfÊ9H 3üòˇíá8s…‡1 '@ˇˇ'ˇ3<»ô@ˇˇ'ˇ&?Ê$ í B@ˇˇÚˇ<P†@ˇˇf˛e@Ê í í@ˇˇy˛§$˛Ï$Åÿ(@ˇˇíˇ    sÕˆ‘Ó˝€›ˆ@ˇˇ9ˇ$ÃíúˇOiû·Ô3í˛9J¬Årí˝@ 9A @ˇˇÚˇ<P† J
  366. @ˇˇÛˇp‚yÉ\ˆ|»$ A   & °§• • wy iw§ q 0 0 0 0 0 0 @
  367. ˇˇôˇDÚsí3¯O^í¸Ä ; ; 0 ;@ˇˇÊˇ3D|( G\ \)@ˇˇÁˇc‚Ôí˜~˘Ôí¡0'ˇ˝I√ÛÂëTæ$–˛ì    _¿$@ˇˇ…ˇ<&2âÄ'KÚ$sí&8‡gÈòr¬Ûô Ç@ˇˇœˇí0LrÃœ@ˇˇ'ˇÄ,@ˇˇôˇÃì√úè<¿    Irû< I 13@
  368. ˇˇœˇÕĢ…xdf9ò3ûsœ ¿ ;    @ˇˇìˇ<8ÜNrytúˇ@ˇˇôˇ0ìúdÁ¯ 0 0 @ˇˇ2ˇ…Iè$4ˆd‡Ú»¸@ˇˇr˛N8@ˇˇ2ˇ…Iè$4ˆ˛$sb<3Ï°ûÀ2\üù$°  \dÅ    @ˇˇ|˛O(   X 8 0 0@ˇˇôˇ$쉇ÚòÁá„Œ¸d4ÁG&ꇠº x≥ @
  369. ˇˇôˇ'ì√Éú$ò?'‰·f‰` v V• 0 0 0 ª@
  370. ˇˇôˇÃ&ûxrí3sí°Gô3 0  5 y@ˇˇ9ˇÄœIr%/$ vó \ ;M ; Ω 0 6J 67i@ˇˇœˇŒ9I%Ÿ>˙ÎÎsZ{‹9ÁM˚fl˘qè∑4>òçëçø‰˛ÃîflÃˇ›|ÔÊÙÚ‹ú·üÀ'¶ 0@ˇˇÛˇ 0síÅ?2ôÄ<ˇ@ˇˇ&ˇ4w$ ˆ @ˇˇ'ˇ><`@ˇˇ‰ˇÚ‡Ã‡¿L @ˇˇ˘ˇ?¿Äù1…ŒÊ  6 0t@ˇˇ˘ˇË,rr√yI œƒß=øÛˆ$¸˚π¯|Kû•·ôπΔ¸}2˚o'„û”ôŒØüøcœ˘h„ÚÁŒ?@ˇˇôˇ0I…‰dí¿@ˇˇúˇ»ÃÊI…·…0ìÉy~%>–ú#ìÊ 0 ·„ „@    ˇˇ2ˇ…IÁ$<¯Å9#ì» ]eÇ @    ˇˇüˇ ∞∏Òpy<IpŒÄ? ∞f@ˇˇôˇ4 /…Ë_>ÁIN$)˝…ŒæŒëúc>ŒÛ›È}É«-ï¥ˇ@ˇˇy˛3'œÄ9Å ~ ~@ˇˇ3ˇ    »@ı  ›Á   @    ˇˇ9ˇíÑ˘ŒúÁ    ·<éú 0 0 0 0 0 0 0@ˇˇ9ˇˇ&1|‡œ»èqÊÈœM‰3~û'p>@ˇˇ‰ˇ úŒÃ¸A & @ˇˇ'ˇf<Úxóp@ˇˇ'ˇ‡6#@ˇˇíˇòxÃ|ÏŒÔ~v¬-y·œÁ»Áo‰gÄI@ ˇˇ|˛ôÀ)Ó>˝ŒÃÛS>“3Ô«Ä  @ ˇˇ|˛œ»øq‚Ègfú<∞óÒÃúÚIûÄ ]eÇ@ˇˇy˛3&d29yg"#@ˇˇíˇòxÃ|ÏŒÔ~v¬-y·œÁ»Áo‰gÄI ó @    ˇˇ‰ˇû„üD¬£Oêì√y‡  vó \dÅ PV@ˇˇÚˇôpœπfl2Ås< ¸◊‰ÛúÃóyJì@˚'ˇÔ˜s˛dûfiÔy«ºÙ;Á>ûmsˇ yz yz yz yz yz    @ˇˇ|˛ ûú쇠   @ˇˇ'ˇ§<fl3ë Á P B 0 0@    ˇˇôˇ ìbíëI¿ÛL2sĢ  }#@ˇˇÚˇ9Hë% ˇ{‰\”„•1ô$ÃrÚ3cG&íì|&@ˇˇ2ˇÙf qvy@ˇˇôˇ\ ¿`~Ã@ˇˇ'ˇü#˜Óoúò@ˇˇ2ˇÙf ∏ ∏π@ˇˇ'ˇs<Ô˛›‚ç”Û@ˇˇôˇ◊3÷Û'3@ˇˇíˇ9NŒ&x0 ñhÖ ñh@ˇˇíˇœIˇò0ôg2Ä h h h h ñhÖ 0 0 0@ˇˇôˇ<2‰¿ Ã@Œ Z â P 0 0 J 0 0 a Ωc@ˇˇÃˇøÀ'9î¯8èœ˚}π˘Œˇ¸ë}‚ûS~˝í-çÁÛôÛÏK–≥<Øˇf‡cf˘ÿ9â<µ?É˚ëHÚ 0 0 6 ê 0 0 0 0 ö    @ˇˇÁˇÑ8√ú'¸Ü9|f @ˇˇÁˇ∞sIŒ Ø∞±  ò ·„1@ˇˇ9ˇÑœì/I€ü/·Δúc˘urÓNúÏT²" ,@ˇˇôˇƒíI2&âœG¸3ÃúÁÃœg^Œ…ŒpœeË@ˇˇ2ˇÉI˘ ,≥¥@    ˇˇ2ˇ√I¸ôHûô@Ä  \dÅ \dÅ é â@ˇˇ9ˇè8‡~Ó¸(„¿ ûü ûü  » 0 0 0 0 0 0 0   ö 
  371. q@ˇˇŒˇ?H‡Û y¿@@ˇˇ…ˇ õ‡Û¿y 56ê@ˇˇf˛πL¿Â˝@ˇˇf˛ŒIÄs8˛ <@ˇˇÃˇ$îÊp9  "@ˇˇ˘ˇ/ÀòOüô…    gÓÜ3Ôiû”p˛˚$Ïü »ì&¡0? 0 öºD@ ˇˇ˘ˇ¯ |‡¿‹3”Á¶$ëG>û¯ : : rwy@ˇˇy˛ÿùfi˝ËƒgÊÃ∞˜Ì  9@A G@ˇˇŒˇ<HóûgA <@ˇˇ…ˇ?ÃÄ& ' < ;@ˇˇ'ˇß<ÏÀ˚¸I‡ 0 ê ê@ˇˇôˇ\ ¡' 0 0 0 0 ó @    ˇˇôˇ&<<Lôì|¿'ø‡éú 0 0 X  @
  372. ˇˇìˇí‡Ú…sxŸÛæÌs(ò @    ˇˇÛˇí¿Êsp¥dq2    <ÄÛ 0 ¢®@ˇˇìˇÊ8¿K@ˇˇ…ˇ 2¡Û<4† ê 0    @ˇˇr˛˚dd?$âÿ ‘’÷ 0
  373. @ˇˇ…ˇ ‡ôÛr S^@ ; 0 îö@ˇˇr˛•L¸Ê ·„ 1 0 0 0 0 0 0 6;@ˇˇ2ˇ√I–˘@ˇˇíˇO$g˘|ô˘Úú$·ÈøL&Ü«èL? ¿  7 0 0 @
  374. ˇˇôˇ3í%ÉÚ¡YÃOûLOf@    ˇˇúˇ2ú<pôì$¡ë¸'<  9HJ    @    ˇˇÃˇí0Iô‰…Gsíú‡ Y@ˇˇ|˛ íì~¿` ,P 0 8 6 0 0 0 :@ˇˇy˛ úì‡@ˇˇy˛ ú쇠0@ˇˇ9ˇ3ûëÉ8< P qw ó 6 0;@ˇˇ‰ˇ…ÃL2úñˇ&ó˘|õπÛî&ÅÌO˜Ã˛üwN)˜Åø„ôëÒ‰ G wùü q 0 0 0 6@ wÑfl 5 ¯ Bé 0 W AB 0 08@ˇˇ˘ˇ„)'%98˛ÁôÁ;|NGñf>geÃíÃÛG'Ÿ33·1ÛÊkûgÚóÚÂ@ˇˇy˛3&63úI@ˇˇôˇ>Ú#ìð¿î»|ìõô~˙gJ¡9á3Ã@ˇˇôˇñí¿˙ @ˇˇ9ˇº&ÿπ@ˇˇ'ˇ3#‹fl∑ ,≥ø ,- ]eÇ ê ê £ ü© ê@ˇˇ…ˇ ‡9ô·/† ê ò ê 0 ô 0 0@ˇˇ9ˇÑœíìœIÕÂÃ)ÃüüI°?îÏ Âü§ˆ@ˇˇ9ˇ$Ã?ò8d&Áú¯ ûü £.@ˇˇ9ˇÑœíìOIbfi˚Lflˇ≥Áy*S&˛Øꉠ    ]eÇ5@ˇˇ9ˇ$úíîJO£#ˇ≥ú˚y~ú‡Á€T¡&   \dÅ \dÅ       @    ˇˇy˛€ù…˘ÔüöúpÓTN‰ 9< â*@ˇˇ9ˇ$úíòI ÛÁHŒ$”?Ÿs«)ïÉü;¿˜*@ˇˇ˘ˇ/píáì˛T^?Ó√    Ô‰ì›3IÓPNìÿ@ˇˇ9ˇÃN2ús#‡¯ 0  0 Ø∞ : Ø∞ ê ê ê   ·„ 0 0 0 q 6  '@ˇˇíˇôx·Ã°$ɢ±;Ω˚géf38};x«#Û¿ h º r 0 0 [@ˇˇ<ˇ«ˇ& @ˇˇ…ˇ ‡ôÛr  _h   Ñ X 0 A A A 9B} ~ ê 0 0 0 ·„ ·„@ˇˇ&ˇMÓ@ˇˇ&ˇMÓ „@ˇˇ&ˇMÓ Ω9:@ˇˇ'ˇ&<¸“‡ @
  375. ˇˇíˇN‡?<–    …Ã1Êx „‰@    ˇˇôˇìΔÁÉ{a˙û«3Ä…@ˇˇíˇ«|Ií1IJ…ø¸s§)3Ã1#ÿÛ@ ˇˇ2ˇéIyÙπ˘?û†1ûLefí    l> ·„@ˇˇ2ˇ√IÄÁ»dÚ¸ [Ω@ˇˇ'ˇ&<˛‹‡@ˇˇ'ˇ<Ó@ˇˇ'ˇ&<˜á 1ò@"ˇˇ¸ˇ°•9ƒN…˘AÁñÓÏJ|‹sÁ|e…}.˛ÌÚʘÌN˝úı>ˇ9^øû˙∑=??Δô߈õHˇûÒº«ÊÚ˘¯±˛s˙¿√ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇ<ˇ¿ˇ@ˇˇ|˛¯íIPN∞? = 0 0 w w w w w w w 6 0 0 0 0 0 0 0 0 0 0 ¶@ˇˇôˇæ&∞…8ô@ˇˇôˇæ&∞‡d@ˇˇôˇæ&∞‡d  0 0 0 0 0 0 0 0 0 9>@ˇˇ<ˇ¿ˇ ∫@ˇˇÚˇÃHN¯úH 56 * 2@ˇˇÚˇ<P† 0@ ˇˇŒˇSJ¶ëp¶éd9IsÛ‡‹õ$ú 0 0 0 0 0 0 0 0 0 ∫ 0 0 @
  376. ˇˇôˇ&íCK≤‰‡ ô‰߉Ä 9:@    ˇˇúˇ…õ}Õ`ôû`b ì@ˇˇ‰ˇ¯ú3gí& WE@ˇˇÛˇ…0‰@íò˛p < 
  377.  e@ˇˇf˛1OG&Ê  D  D 0 0@ˇˇ<ˇ¿ˇ@ˇˇ>ˇÆK N >G >@ˇˇ'ˇ&<úx¯ 0  3<? ∂ áâã@ˇˇr˛ƒsòÁúõ 2@ˇˇy˛Û'ì(@ˇˇ3ˇrŒJRs 0@ˇˇŒˇ2L}M `†…@ˇˇôˇæ&∞‡d@ˇˇôˇæ&∞‡d@ˇˇôˇæ&∞‡d Y 0 0 0A"ˇˇ¸ˇÈ]Ô¯TflŒ‹)Ó~ˇùsüÛªw‹˚ˇÓ€fl~ø;∫~Á?›wõfloo˜∑ˆ?O˚v«Óø˚ÈΩ>;flOÀw*∑ozÙH       0 0        9@A             @ ˇˇ2ˇ√Iˇ˘·Éò7ì√˛ëπ‰œN                    @ˇˇ2ˇ√IúÛ2LsL˘Ä        @ˇˇr˛qN·¸&ú˘HÄ+@ˇˇ9ˇ$ÃíúN«#7πìò{ø߸¡)òñÏ˛       @ˇˇ|˛ íì~¿` @ˇˇ?ˇ€¯@ˇˇ2ˇ√IúÛôÄ < @ˇˇ…ˇ√$Äœ1    Œ¯c 0    @ˇˇ2ˇ√IúÛ¯K2Ä<ˇ       [cÄ  ]eÇ@ˇˇ2ˇ…Ifl$Ë @    ˇˇ2ˇ√I˘ì|˘L2sĢ        @ˇˇ2ˇ√I˘¯wúIò¸         @ˇˇ'ˇ‰<úÃ˛  @ˇˇ'ˇ‰<SŒ¿ü           @ ˇˇ2ˇ√I˘∏wådˇœœr JÜ˚o– 9:;@ˇˇr˛^NÊÄI         B@ˇˇ9ˇÑœáì<Á˜{˛múÓ˝åæ˘ºgOeg*∂o˝õ&Á@ˇˇ~˛ÄsOíˆ`í @ˇˇ2ˇ…IÁ$œœLÿë0I  9< xyz wx w w w w wyz w w w ]eÇ                     ]eÇ 9@~ 9@  í @ˇˇr˛NÔ`      @ˇˇr˛—r¿ì 37X     @ˇˇ2ˇ√Iˇ¸2@yd˛@ˇˇr˛ÒNåÊËπÃÄ \dÅ ]eÇ@ˇˇ2ˇ…Ifl$Ë @ˇˇ2ˇ√I˘…LãèÊ`@
  378. ˇˇ2ˇ…Ifl$‡ÈôI?¸ß$I(Ï?  @ ˇˇ2ˇ√Is˘˜N«    ”òvʉw8ÁèI„     0 0 0 0 0 0 0 0 0 @ˇˇ…ˇ38·#G2ûŒoû•øîø&    àˇgLé& ¬@ˇˇôˇ»ísíN&Ir?ó¸û2ôO9#Òë뉸K =@ˇˇüˇ…Ä}f|Ä    »`2@ ˇˇ2ˇ√I¸¿wéI˜~ì;·ú?&Ä@ˇˇs˛f$[    @ˇˇôˇ 2SíŒ?íÄÎ@ˇˇ<ˇ¿ˇ 0 áâã     @ˇˇíˇœdËí$œ<p…LO˘3%À‡\ûœè    – 8G}   9<  9@ ó 0 0 0 0 0 0 0 0 0 0 0 0 0 0 w 0  0@ˇˇÛˇú0&É…dsp    ó$%_í¯Ã»$í˝@ wN { yñ íî ly y{@    ˇˇÛˇ<Äê‰'ô¿9˛‡ 0 0 0 0 0 0 0 0@ˇˇÚˇ<pO‡?†√@ˇˇíˇs]Úp@ˇˇr˛O‰Iº v@ˇˇÚˇ<P† ró ù¢  9@ 9@C \dÅ 0 0 9@ ê@ ˇˇ2ˇÉIÛòOÁLÛ4ëÒ‰¸cò@ˇˇôˇ>>…    >Á#Kû%„$Úá    2óôÑÛ– \@ˇˇôˇ@ÚfrÊ<O0@ˇˇ¸ˇ˘ÂÛ»ü…ûrïaO‰…œ¸ =KzœÂ„9üû~ÊdrúàÇ@ˇˇÛˇ¯0ü1OÇg&s$ú ÚÄgNòü‰úÄûÉ qNX RV@ˇˇ˘ˇ$ ~í`>ì r & >  h@ˇˇ˛ˇÕ[èo∑Ø{∑”‰úÏoºÛ‰w\æùÛÈπÈÓªì[ü@ ˇˇÁˇ¯ Å.…ûaÁ|¿&ì√cì@ˇˇœˇ>û‡$ 
  379.  – ù
  380. @    ˇˇÛˇ$0Ë…IrdsÊúg`‡ y@ˇˇ…ˇ »Rí#I˝0ô <@ˇˇíˇs<IíêL î  Vq VA"ˇˇ˛ˇ˝ıú∏Êfl;˝ÛO{˚¸óˆ˙Û€ofl˝ˇ/e˘.fl›fi∑´flΩS˜7•ıÚæ˝È◊)Ó>˝ÒÔ¶{]{ø˛˝x_fiÍ›] 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇ2ˇÉIÚˇL VM@ˇˇíˇ O«Û áÛ 7 5Å  @ˇˇôˇÒôÌ(˘@ˇˇŒˇ?H‡Û <H@ˇˇ˛ˇ∏ÛëdêÛfN…gIt⁄Ôo“” _Ûvœæ¥Õ€˜˛ ë ® 0@ˇˇíˇºd$Á?«ò˘3‹3”^¯írx„y~‡@ ®@ˇˇŒˇ<Hóôg‡ ~ÄO@ˇˇ˘ˇ> `…¿‰ A U%@ˇˇ‰ˇíúíc#_ü·ûÛÁ˜d…ôÃò39”}ìÕdBÁÚ^í@ ˇˇôˇë߉ù9‰ˇ    ≤ìôL    ¯&·<G@ˇˇr˛;f†@ˇˇ3ˇ3?  l @ ˇˇíˇ∏dÃÁ¬…I«$sí38$»â,@ˇˇ˘ˇ9 ì%^˚XÙœOrc˘>pgd?∏f¶¸'fl‘C√œì    @ r@ˇˇg˛õ‡úN@ˇˇôˇæ&∞@ˇˇôˇñë¿˙ g 
  381. w@ˇˇÛˇ 0Pí\˛3…&    @ˇˇ3ˇÑ«?î¬ú fû@ˇˇ…ˇ?'öd P Pq Ç@ ˇˇÛˇ20Lf…âŒ'èŒ ÃfÇûL@ˇˇôˇ$<9Ïf2N ÉÑ@ˇˇüˇû0$MráfJÓ≤sp~ íòcàqü ö£@ˇˇíˇ N3Ú9&@ˇˇôˇ$3ÚœHfiÃ` =N iw•@ ˇˇôˇ23IŒ{Ê˙ÉîdÅÛ„ô‡"@ˇˇíˇéxIf$1˛úÜFé{O7Éæü$î9Á?ûI@
  382. ˇˇ|˛œOq˜Èú<îø<èg‡fl    @ˇˇ'ˇ‡2drÛ‰#ë¯Ä PR v@ˇˇ'ˇ‡6@ˇˇy˛3%œ∞9Äs@ˇˇœˇíÄsr2p g <∏π?@ˇˇ˘ˇÈ¨ì)Œ»ΔÚ>H˙JyL ùdNìÃÌdŒ¸IÉyÚ˜o'7e*¿ G G @ˇˇr˛ûsòg@ˇˇ'ˇ‰3úÃ~ 9E " [{@ˇˇy˛Û'ì( " v@ˇˇíˇÃOŒ¡œ¿ê@ˇˇÁˇ`"ëÃz2'ÛÅN"O¯ÄSí3ÉÈ«pû    @    ˇˇ˘ˇ3 L$èò…Or%&@    ˇˇ‰ˇüúI88Δ$f&`p ø¿ ø 3 v@ˇˇôˇ&í3L9ô G@ˇˇ˘ˇô√‡@ˇˇŒˇ<Hóüg<8@ˇˇ…ˇ?'öd 0 y  0@ˇˇ˘ˇô√‡@ˇˇôˇ    &å'$$É0«ò @ˇˇíˇÃdRíïIê?O Ω@ˇˇ<ˇŸˇí |N-@ˇˇÃˇÕòÄüÃ'|Ó&ôæ{Ú„€˚BÒIìì3¿x~@ˇˇôˇæ$∞‡d $<@ˇˇÛˇŒœ≈|8˛èÒÌ«=r~˛Lâsú|í«ÊúDÈÃ<<Û¡Gõ3»˘áÄ X N@ˇˇ9ˇ'e2.œË @
  383. ˇˇôˇÃõûNÚg√OcúN‡@ @ˇˇ…ˇ?'öd@ˇˇ…ˇ?'öd V V@ˇˇ‰ˇú9…úN"@ S@ˇˇüˇ0díKr¿° N@ˇˇíˇûxÄ@ˇˇ˘ˇ¬)?I3«œ$xns û<üˇîKí ÄI ¶@ˇˇ'ˇò6 1 G  D àäå '@ˇˇ'ˇf's@ˇˇ…ˇ õçú * ô  D@ˇˇìˇ28ôS¯&YÚ…Ñ|x'–√√G&êÁ ∏π  D  D AB 56    @ˇˇíˇ%NÔˇ˛ @ˇˇ…ˇπ$Oòr0˘ˇÛ"áÃK…<8îúÀX¸ >@ˇˇœˇäC2I3s%ôÃcí$3ÀÁûYìú3@ ˇˇy˛„û”úÃ{¡3…1èÁ‚úò@ˇˇÚˇ<P{ßíˇ§$ƒœè¯û…c√ì0ì y@ˇˇÃˇìâI‡Ã˘¸¿…ô1gí˘'Á√98 [cÄ@ˇˇíˇ s¿ÃLÚdfìò8 -
  384. @
  385. ˇˇôˇ$3‰üòÊfpÁ2    &» & [ab rπ  D@ˇˇ'ˇ4ÄO 2A  D ü†  D ‰Â  D@ˇˇ'ˇ∑?}ŒéØÒ‡ 56 »…  8@ˇˇ'ˇÊ's y@ˇˇ'ˇ¶'s ü†@ˇˇ'ˇ>?JO@ˇˇ'ˇ    ?í@ˇˇ'ˇ??Ä@ˇˇ'ˇ&?r@ˇˇ'ˇ?à D  ‰Â <A 1   {@ˇˇr˛˚L¸ 9? ?@ˇˇŒˇ”K}ûû‰'…#<I ./@ˇˇ…ˇ?'Ä&@    ˇˇíˇ    xü8¯‰cùÕÃ&ì ÉÑ       0@ˇˇ'ˇ&?ús¿@ˇˇ¸ˇ‡µ@ˇˇŒˇ<Hóüg<(@ˇˇŒˇ<Hóüg<( :@ˇˇôˇæ&∞ \@ˇˇôˇñë¿˙P@ˇˇ˘ˇ/sÊ ÊÛ·ó8ô9Ô˘ªˇÒÛ    û$|ÛöœôOù?ˇ<ΩflÄíÀÂ+˛o@í N ∞@ˇˇ&ˇÁLÃ8 è@ˇˇ$ˇcú‡ ¯@ˇˇ'ˇ&?„d0ú@    ˇˇúˇìí·;|”ús‡±1ËU@ˇˇ&ˇIL`Œ @ @ˇˇôˇÃô‰3&Ä9¿¸@ˇˇy˛$‡…É믠q@ˇˇ'ˇâ%‰@ˇˇ˘ˇô &√…d$úß2    ˛Ôú«Ã$;ÚÏì`yí¯ Ωˇ ˚ ˚¸ ˇ@ˇˇ'ˇ‡6@ˇˇ2ˇIIO&¸Ì0y 9J@ˇˇ2ˇ…Ifi$Ãd@
  386. ˇˇ2ˇâIR&◊ˇ–·%«2ñˇ@ˇˇ2ˇâI\&xŒèL? ¿ 2A∏    @ˇˇ'ˇ¥<…Ã|N@ˇˇ2ˇ…I\&‡˘&Ä9¿¸ Ù 2@ˇˇ|˛L¿ è¿? 9J@ˇˇ…ˇ?õ`ôg»· 78@ˇˇ˘ˇŒ $9븯õ&û%yú‡…‰Œ)IÈ?â<ù)úôˆøôˇŒÒÃÒrpXˇÄ˘    g @ˇˇ…ˇ9<Úú…dûúê@ˇˇŒˇ$Lá»$ N@ˇˇíˇådéúf 8X@ˇˇíˇ˙gr2 N r≤ ≥¥@ˇˇôˇí¯¯ú@ˇˇ|˛&»¸Là⁄M@ˇˇÛˇ‰0%…/…ë<¯«=¸yRñÉ<)ÒŒÃÑg……~ˇ<e˜û˛Ãsˇ˚¶ñS~sæ„ôœÁ`€ Ùı $ NP@ˇˇôˇñí¿˙úÄ P @ˇˇÃˇ‰ëÊ`@ˇˇ2ˇ√Iô‰Ü'    Oì q Ω˝ 0 <∏π&@ˇˇüˇò0ˇœÚ·úd€9õ‚'ø.2dàÁú¯ ;  MÇ@ˇˇ˘ˇÈ}πfl“ˇ˝6fl€ØΩ$ÊÒy'ø˘˚Ω=}߲˘væG‹”˘o"ü9H– 0@ˇˇôˇ«π=?‡2¿ÛHÄ Ç@ˇˇ<ˇΔˇp¿| @ˇˇôˇæ&ôµ~Ód‡ H P Pyó@ˇˇÚˇ¯p‰ úü> ?I Nv Y@    ˇˇ'ˇ∂?ÀrS‚gúÛ˘ìÄ  q r    AMO
  387. @ˇˇ|˛$íyΔ«2ñˇ Pw qv@ˇˇüˇ&0¿K2…` @ˇˇÃˇ9íO69r‡í√ì¿Â . G G @ˇˇ|˛$úÚƒìyy,?` èFN@ ˇˇ2ˇ√IúÁpœLûòs_ñπ±<>û˛@ˇˇ˘ˇŒÅg¸@ˇˇ˘ˇ    />'«d2Ié'âò9ìIÓ˝'Œ9ë    ‰¯@ˇˇ'ˇß4g.®ès`Á ,- N@ˇˇôˇ3f"íd$G S @ˇˇíˇñ{$áëfl'ô‰@ˇˇìˇ93úŒ@ˇˇôˇ&2ÚH H·…¿$ F@ˇˇôˇ$3‰‡¸ô
  388. @ˇˇíˇsØIÓŸ@ˇˇ‰ˇ$Ãúì$&ì@ˇˇ'ˇ&%ú8¯    @    ˇˇ…ˇ&»OpI¿è‚ôpÄ@    ˇˇ9ˇˇ&˘yíƒS˛fr!Níú º r     £  Z 2v º 56:@    ˇˇy˛ÿùfl˝ÏÑ]Ú√ü∑3@ˇˇŒˇ<Hóûg<(   V@ˇˇ˘ˇÓ)TΔ'˚èdúÔ#…˘yIúèΩˇπîg˙ª«îÀ◊Ù„úçY‚7„7ì¸î‰ˇì»Á# @ˇˇ|˛ ëú쇠… v 3 X@ˇˇôˇ    líÉND X@ˇˇôˇ'ÊÄH·IÄ… @ˇˇ3ˇÃÂú@ˇˇŒˇ<Hóüg<8@ˇˇ2ˇCIÛ˘¯N'꫇ B <A <A GN 5G 7 G P@ˇˇ>ˇJ G G G 7 7 56G 567 7@ ˇˇÃˇ3úI‡û¡x¿<2ò    …¯2¡`Y ; >O Ä> G 5X@ˇˇíˇÉd'ìì·¿ ⁄ ∏π ∏π  0 0 0 0 0 ), ), , ),L ),@ˇˇÃˇá„'s28 0 ) , , , , , , , , , 3 - - , , , , - , , - ), ), , , ), ), ), ), ), , ), ), ), ), ), ), , ), ), 0@ˇˇÁˇŒ¿8Äì 5 0 0 0@ˇˇÁˇŒ¿8ôì … , , ),@ˇˇÁˇŒ¿8Äì ), ), 0@ˇˇÁˇŒ¿r83p' ), ), \dÅ & ), ), ), , , ), ), ), , ), , ,@ˇˇÁˇŒ¿8Äì , ,ø ), , ), , ), ), , ),@ˇˇÃˇÅ„9ì$@ˇˇÁˇŒ¿8ôì … , ,¥ , ,¥ , , ,¥
  389. @ˇˇ$ˇGíöˆ  0 0 0 0 9@ 0 0@ˇˇôˇæ&∞‡d@ˇˇf˛∑d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0Vy g q 9@ g‡@!ˇˇ˘ˇÈ/ʱ7ˇΩ«#π∑˚ˇrm´Û˘Œüfl≤Ô€óù?fiµ∂øŒÏ.gû`∑øy˙)Ó>˝ÀÃÛ›|ŸŒØw˚{´ºƒ 0 0 0 0 ¬ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 9@ 9@ ˇ *∏ wx wx wx wx wyz wx wx wx 0 9B 0 0
  390. @    ˇˇôˇ&1CK)…$ôú¡$ò‡ 0 z 0@ˇˇôˇÛëIÜ|$ úŒÃ   [;@ˇˇ'ˇê=@ˇˇôˇÃíâÃgò'ì     G 0 9B¥@"ˇˇ˘ˇÔ)«'˘~˜GÂÃ>ÛÁÎÛ[w‹ˇÁ•ÆflœûΩ˚Ú≠=3Ár&/ôˇ3˜o{¸äªO_ʶ≥]{ˇ˛˝x©›?˙ 0 0 0 0 0 0 0 0 0 9@@ˇˇ…ˇ$òúììœ6<2…Ú…/c‰—dxórü˘Ä    @ˇˇ'ˇ§<‰‹&º` M M V  =@ˇˇÃˇÊÃfp“Gé{yÜû$çÀ|íé9òo)˝‰7Úº ·ü˝$° 9? * 9@A@ˇˇÃˇ¯ÃyûÄ@
  391. ˇˇy˛„û”ˇôË=«Gúœ–±ÿ@ˇˇr˛%Nsíú‡@ˇˇy˛3'IÇÄgéú@ ˇˇíˇé{ÛÅN"gòG=Û7¯)' v 9>? * v@ˇˇy˛ÿùfl˝ÍÑÏ9;3"@ˇˇÃˇÊÃÉ3¥ƒyÊû˜ÃÙåÄè}f∏¯x0(@    ˇˇ|˛Œ»˝Ìôÿ;«ú∏ãÏ * 9? 2@ˇˇ3ˇÃI‰ wx
  392. @ˇˇôˇü3¿ˇ‡Û'¿9˛ <@ w G @ˇˇ|˛úf9Á%√¸·D wx wx wx wx xyz wx wx wx Ø *@ˇˇ?ˇ^…L@ˇˇ˘ˇO)Òŷɯ#󧄻KŒúCÁwY2¸œ§$.ìs~=#?«¡ß˙õ©?ôw9•ÒÃs˙Ÿ$@ˇˇ'ˇ‡6@ˇˇ˘ˇë#f0¿O√¸N8‰dOíAÊ3bëc2·s wx wx wx wx wx xyz wx wx wx wx wx wx wx wx wx wx xyz wx wx wx wyz wx wx wx 8 0 0 0 0 0 0 9< 9< 9< 0@ˇˇy˛–ùÿ˝¸gùæÄ… 9B 0@@ˇˇ˛ˇ¿qπdx§ÚÊfI…Ê»À˘y‹KrœüyË83y2cq\ΔÁÚ"ÙcÄÁ ª ª ª 0 0@ˇˇôˇæ&∞‡d$@ˇˇôˇñì¿˙2Á$ÙÓ23˝_|¯Œ Lfl3œ¿ W v ˆ@ ˇˇôˇíì¡˙‡fi$sbˆL)ÁŸ   r@ˇˇôˇæ&∞‡d V \ 0@ˇˇ|˛3»$É»I ë 0 ª ; \ g V
  393. @ˇˇôˇœ2h \dÅ /¯@ˇˇìˇ'Ëí 0@
  394. ˇˇôˇdÚyì?'    Œì»”@ ˇˇ>ˇ†Ksí”üÏ?=g»ü$‡ûŒˆP àäå \7 6 @    ˇˇÚˇ<P<°#9òôIéÚ  @    ˇˇìˇ&2'ggÄ2&~|xê k@ˇˇy˛ ú퇠@ˇˇôˇë˚9œ¯#ô–û3 E ; X@ˇˇôˇ¯òô…Ä@
  395. ˇˇ|˛ìíôôìò«‰,É`yŒ¯     @ˇˇôˇ˛ë8fl2p WXa z UX[ ª .ø ; 0 W@ˇˇôˇ∑<÷ê˘ÃLÃß @ ˇˇôˇæ&∞oí31&'ì=)ìø‹ @ˇˇÛˇ…0Ê#ÃIê< @ˇˇ&ˇ={≈Ás íî 
  396. *@ˇˇôˇæ%|∞|¿œ»èq‚nzf”óp^wÃì”`@ ˇˇôˇ◊2÷íax$2bfièf≤úÑ=r  å éC@ˇˇÚˇÛ`û    ¡¸?Úü∏sÓ'=>Ûdúß'g"fl¸L"gfˇÕåØÊ—?œ@ˇˇ&ˇœLpπ @ P>@ˇˇ˘ˇ>2¿|&RñŒ%Ê»_Ó˘lKZˇùx>∏g¶?ûsÁXyd„1·˛¿ ª 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 g 0 0 \dÅ 7  TÖ  X 0 0 0 6@ˇˇÚˇësy0%√<˘CK≤‰pìÛéLOxí     •8@ˇˇôˇ2Å?¡<Ģ   q Ø 5  6@ˇˇíˇüxIÜf$N@ˇˇ|˛ íì~¿`@ˇˇúˇ3íú√íâH7@ˇˇôˇ} %ôôÎÊgIîdí|ˇy˛§Lb˝Á=&SûÜŒ-S|ˇ iÑ @ˇˇ$ˇGí`˙       @ˇˇ$ˇoíl˛ì ¿`~   í@ˇˇ$ˇOí˛òdÂÛ  ˛ @ˇˇ$ˇKí˛òdÁÛ@ˇˇ˛ ¿ì~‡`   @ˇˇ'ˇ‰?˙‹Ñóàíî Ωˇ 0 \dÅ"@ˇˇÛˇb‚FNff{øNrHÊ¡¯>4X\Êû  ≤  ≥ƒ ó  @ˇˇÃˇí»ÄÛ 9<@ˇˇÃˇ »ÁÛ#ÁŒ√@ˇˇ2ˇMñ@ˇˇ3ˇ„– + @ˇˇôˇ3ì$É$s„yÛ¿ +> +    0 0 àäå@ˇˇíˇ√dví 'GI 9B ) 7 7 0 0 0@ˇˇÃˇ˘Ã… 'dÊòì     v@ˇˇÃˇ2òfcí3O&ú     a 0 g 0       D? \ TUa@ˇˇÁˇ`"áœÒÑ=≥dÊ‹Iyó$O&'√Ä@
  397. ˇˇüˇ$0ˇìyÂ3í903õÄô@ˇˇôˇ<ÄI…‰LíÄ@ˇˇôˇˇò‹ìÁÛú$û3ôü…b2Ifê E E M \ 0      G 0@ˇˇìˇ'‡? ê AB 0@ˇˇ˘ˇÒ√3çÚ(œx=ÚÏ 0 @ˇˇ?ˇ ˜ÃÙ<√gÄè 5 V @ áâåk@ˇˇ˛ˇ|í ?6& ÌÁî\íƒˇ9yF.Ê^Œ¯ü{vúûsÌOóÙ¬3:ÎπÈÓÊØÚ‹áÊd,ú~ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 UX[ 0 0 0 0 0@ˇˇôˇ?39¿í3@ 0@@ˇˇÛˇ30Ó#s{π#e2)ˇŒiÃ<ë˘3'≥_ÿ˜ú–¿π E E PR >EX )s @ˇˇy˛Û'g¢ˆ,ñ; @ˇˇy˛Û'I¢∞g±úÿ
  398. @ˇˇy˛Û'œ†9a∞c @ˇˇy˛Û'g¢ˆ,ñ; E b> ? @ˇˇy˛Û'g¢ˆ,ñ; @ˇˇy˛Û'g¢ˆ,ñ; @ˇˇy˛Û'g¢ˆ,ñ; @ˇˇy˛Û'g¢ˆ,ñ; 5 M@ˇˇôˇì˚9N¿‰aŒúè Û    ç‡»-@    ˇˇy˛˛çL⁄Á„d°è|ó∞”+@
  399. ˇˇy˛ˇç≠›y2=«GúÀ–iæÿ 4@ˇˇr˛åeú 0 q≤ jr G 0 PQ PQ  0    @ˇˇy˛ ‡sôÅÀs˙¿%@ˇˇôˇÃîì=Û?«ƒßÛ˘ôC˜c9<Ò<}˙Úc« 0 0 0@ˇˇ?ˇ3¿30\&‡ÚÄ~ ¢® ¢®@ˇˇíˇ9M˛fŒ¿L S ] ]eÇ@ ˇˇôˇYÚ‹ìÛÁ$¯Ùü fiô?pŒ@ˇˇìˇ‡ˇNf 0 0K@ˇˇÛˇ…0'âÛÃë≥‰«=ô√Û,‰Ã    ¯NÛ3µ;wˇgN»'˙õrp€99Ó"?Ä Á P    @    ˇˇôˇ$ìʇ3O»'ì&' O@ ˇˇ9ˇ?úN'IŸ?I‡˛·ë    ‰¯ \rP 0@    ˇˇúˇ3ísŒ¸÷.˘3É3»@ˇˇíˇx 8ոĠáà âä@ˇˇúˇ3ídŒ<ÁÄÀ áã@    ˇˇìˇ2'ü3∫‰fle2#~ èp@ˇˇ˘ˇå#ÁÛ€$¸ˇ˛Ì”K‡‹Ò…$œœ§¯˝9Ò{˘O'=¯»|qœÈœfè¸Sfl9]…âèÁ«Ã@ˇˇ9ˇŒ$gxêÛ@    ˇˇ2ˇÉIö¸˝L    Á )ˆ A A 9AB A A 3 B@ˇˇ'ˇ‰<…Ã|Œ ¢•¶ Ù @ˇˇ2ˇNI…yìô˘ú˛9œ A ƒ≈Δ A@ˇˇ3ˇ‚ü  §© @    ˇˇ9ˇ$ÃÁúôú9ôáœ8Û¿   A@
  400. ˇˇ2ˇIIó$<¯&πˇ>úÑÁ¯ ·‚„ A@ˇˇ3ˇaŒÂ A A A@ˇˇ3ˇaŒÂ ¢•¶@ˇˇr˛    O^2d@ˇˇ9ˇÃxíPfl>@ˇˇ9ˇÃxípf`> íTÖ íTÖ@ˇˇ9ˇÃ83ëLÛ@ˇˇ9ˇÃxípf`>@ˇˇf˛√f@‰@ˇˇ9ˇÃ(36 0 ⁄@ˇˇôˇÛëX^O<úÉÀ√ŒfM9p~2bJj`yÄ?@ˇˇíˇ{ÃÉw@ˇˇúˇ˙íØÔx≠Œ€O뢂û”ü¸Ó∑◊ó=yÚ˜„èvpª 9;J qvw    @ˇˇr˛˘d‡«$ÃÏ 0    @ˇˇíˇ;{»3íyx솠 r@ˇˇ‰ˇ¸í…4   . ∏π  ∏ 6 \ 5@ˇˇœˇ‰Äí∞L . . .@ˇˇ‰ˇúú9Äg2'&…t {@ˇˇ‰ˇ…ú<0pœLè<¸sL„y…·á˘¿ 5S íî@ˇˇ~˛Äs3ì9d 9E 0@ˇˇ|˛$ì…ÃÃ1Ê \dÅ@ˇˇ2ˇCIú˘2Lyd˛   0 ]eÇ  5M 0 0 0  Ø∞ 0 ]dÇ@ˇˇ|˛¯íIpé0?@ ˇˇíˇtdú9Ê¿G#9î» Á˝ôÄ @ˇˇ?ˇt…xôÃÀs˙Å 0 0 0 0 0 0 0 /@ˇˇy˛3&&3Ãd¿ô ‘’ ’@
  401. ˇˇ2ˇIIG&¶˙&ò3OÇ„sN¸Å ‘’@ˇˇÁˇôÄûÄPúLœô@ˇˇf˛…d>< K  y qX @    ˇˇôˇÃëô…9øÊ3q…Ä Ï ⁄ÏÌ@ˇˇôˇ'?9ú˛`ûA˛‡ìô? I˛ œœ I I@ ˇˇ…ˇ2fÓôÈåôLŒ2xë«>û˛ I!@ ˇˇíˇ{è‰≤å:æœì‹Áú,ˇMí y=O q q 6  q@ˇˇ˘ˇ)œ&ëÉgLÔÂÕ¯qˇ”‰‰zπΔkú˚≈߆<#I©˝≥∑S‹}˙3œÙYœ}Ï-èèÁ»fl@ˇ 0
  402. @ˇˇ9ˇíó‰2¿Oe.Ë@ˇˇy˛ Ãúí‡`  ƒ≈Δ 9HJ@ˇˇüˇ    ∞@ô :>O 56@ˇˇf˛NI?P∞ \dÅ @ˇˇ9ˇ‡œfrì ‡ú AB6@
  403. ˇˇ|˛ΔÃmˇy2í«Œ}È#]`ß'@
  404. ˇˇ|˛ŒÃoÏôëíÀ√}≈ëvÓ(y@ˇˇy˛ÿù    flû%2√≥Ô∞@ˇˇy˛ÿù    flû%2√≥Ô∞@ˇˇy˛ÿù∑˜íÑaœwôÿŸ
  405. @ˇˇy˛‡ûò˛ÄgÒÃ 9F@
  406. ˇˇ|˛ŒÃÓ”fi=K#á}óûùJ @
  407. ˇˇ|˛ΔÃvüôíÀ√~ÀëŒæ%œ
  408. @ˇˇy˛Û&v yCô0… ∞ B@ˇˇf˛πL¿Â˝    #@ ˇˇ2ˇ…I$Ái˛$Lt¸„2¡®|¡rÄ˚        0@
  409. ˇˇÛˇí03OáÑóÜì»dÚ¸ Ω˛@ˇˇ|˛3»$É»I r A 0 DO@ ˇˇ˘ˇ-dÀ ¸#…ŒONI˜' ; ; 0  ?@ˇˇ˘ˇ)Ô9ë9éôÛJü'Ωñ∞ØèS≤§9NæŒcOn$#&«)O    ˝ÁêÄ@ˇˇÚˇ<`3¡íyp0… & j vó 0@ˇˇ9ˇ''3Œ9√ꯠ]eÇ @ˇˇ2ˇÉI˙ôH>©e   0 0@ˇˇr˛éfÄL 0#@ˇˇôˇ$î<¸qœÈœ>Ò‡|XÊœ˝O~<Xü±¸«@ˇˇÚˇ<pI‡…·Â1,IΔú    |˘$ì'˘`     @ˇˇ<ˇ¿ˇ  t@ˇˇôˇƒÃôsgˆ}&ƒ<KíÛ¸øGævÚÿ/fi=flø„|6]û;∑È˝@‹@ˇˇôˇ ŒÜó‡d ],@ˇˇôˇÙëÁ<…ÑI 2·i3'5≥<ÊΔ‘öœóÄ$@ˇˇf˛4z Q%@ˇˇŒˇ3LÏ'∞æ¯dœ9í‰IíŒ/ûòúm‰*Odp‹œ@ˇˇ<ˇÄÁ@ˇˇ2ˇrOí˘    @ˇˇôˇ€ ü2 0 0 0 08@ˇˇÛˇ<»7Δ<û_ÿìô|'8k2ûOÒ…ÓôÌ9 fiè‘ôîx;f>Ì @ ˇˇÛˇ 0píNÚg‰»É«»#9‡  X ê    @ˇˇúˇìˆ?…H%)Ã$ ª ]eÇ @ˇˇíˇ√d1ìô·∞|@|
  410. @ˇˇÁˇ,£Är$$É0«ò 0  0 ]eÇ@ˇˇ3ˇé$xx=ß·˘ô«Ä Vxá 9G{ Ø∞@ˇˇy˛ úì‡@ˇˇíˇŒIs‰< 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇÁˇc"úöÃI $ "$ô
  411. @    ˇˇÊˇÛPd‡û'√#Å3 Û "$ 0 E  •ØF 0 qN@ˇˇíˇôxà… > / A 0@ˇˇ2ˇ…Ifl$«ÛÄ … @ˇˇìˇ3‡sô09@ˇˇÚˇ<PI†f8 N |h E óø @ˇˇ'ˇ‰?˙‹Ñóà]e^@ˇˇÚˇ9Hë%˚ÙÁóÔ∏íœÁ»,ȸ‡Oqó#Oy¸û·ü‚Ï”¸Ã≠¸€3ûóˇ\øø÷dLx V @    ˇˇôˇ&ë@K…‰r¯ëc&Ÿ@@ˇˇÊˇÁD 7@ˇˇ|˛ íì~¿` 0 0@ˇˇ|˛ íì~¿`@ˇˇÛˇ…0>3ûLí»c'gÁí¿ìKd&ÊòÛ í Py Pó@ˇˇ'ˇ&3„$0 Z 1@ˇˇÚˇ<P°K&<É|~<%I†˘%#ç$¸y˛9&¸@¿   @ˇˇ|˛ íì~¿` @ˇˇ>ˇ†Kô$ 0 0 \Ö@!ˇˇÛˇî3«s#1yÀJû‰K3ÒôÛ>ß/O∏g1Áì¡ÚîÚˇøcs¬˛åoû±ü‚Ó”Ûú˜{œÃ|l_ˇ~<Ô>˚<@ˇˇ9ˇÃxí`f#ô¿‰@    ˇˇ'ˇ'pÔ23ôúúõd 9BC ·‰@ˇˇúˇìÄdôÃ@Ä 9B :@ˇˇ'ˇóꉠƒΔ ƒ≈@ˇˇ'ˇópí@|`í @ˇˇ2ˇ…IÁ$œë…‰¯ 5 ƒE@ˇˇ…ˇ93ÙôÛÃó ¸Óâgdò<Á&°3Áˆ'ü;S3˜GûâÔƒÁÍ_¡_<7@ˇˇ2ˇ…IG&«˜ŒíøÌ˙›ÂL˘È ¸TûflŒfiÂs?∞ @ˇˇ2ˇ√I¸2HOe*Ó  ⁄Ú : ∂ :B@ˇˇ˘ˇBIœf?ÂÚ‡ïü@ˇˇ9ˇÃxí`f#ô¿‰@    ˇˇ$ˇ˚aÊ9í˚<fi¸∞g@‰@ˇˇœˇpÇÿìpr8I 0 G@ˇˇíˇxâI<4†@ˇˇÚˇëK…1í…    xü qrô HÄ ÄÜ ÄÜ \ q 0ˇˇ˘ˇÈ,Á$É„I }d>qü” óyñ ¸ß‹    îø$2ó‹3˙_”|yΔŒ|¯« 9>?@ˇˇr˛#N¸@ ˇˇôˇ_ŒdÚÁ≥Ä9»|$ƒ‰Ú‰¸ AB ÉÑ@ˇˇy˛ÿù    flÛƒf∏s/∞@ˇˇy˛ÿù∑˚‚ÑÏy.3;˚@ˇˇy˛ÿùflÜ=˜b;@ˇˇûˇ'L3Ä'ꉠè F@ˇˇy˛ÿù∑˚ûÅ2√≥Ô∞
  412. @ˇˇy˛‡ûò˛ÄgÒÃ @ˇˇy˛Û'3£ÁŸr¿
  413. @ˇˇy˛Û'7£'Ÿ,@
  414. ˇˇy˛„û”ˇôË=«>íxÜé˝¿@ˇˇ‰ˇ2ìNf‡rò‰bí%I{ÊéÉO‰%§˘¸èg” ⁄@ˇˇy˛ÿù∑˚ûÅ2√≥Ô∞@ˇˇy˛Ùô∑˚‚ÑÏy.3;˚ Z[ [> Z[ @
  415. ˇˇôˇÃí%ûðê3ôsíd2¿ 0 %v£ g      0 0/@ˇˇôˇxŒ∂ÁÁ‡Œ…I »Lí¸ªoüL&á|f    Á¸ë 0 0 0 \Å@ˇˇ|˛˛û#é3NI?P∞      0 Ä Ä áâã 0 Ç  0 ]eÇ @
  416. ˇˇÊˇ<pOê…òÉ$«$0ò  9;   &@ˇˇ>ˇJ@ˇˇ9ˇ'e2.œË       0 0 0 0@ˇˇœˇKÇ·ëâ'¸ØË9%OŒÃ‰rx)G|¿ÿ º˝˛@ˇˇ3ˇìƒË 3 3 ™@ˇˇœˇÄèI≥√)·HíG˛'Å&áú2˘∞@ˇˇÚˇNJ|Ä|@ˇˇ'ˇ2?Z . ©™    @
  417. ˇˇœˇ3ÄN‡ôas¿90Ü'‡|¿| . 8 58 ™ 0  D 0@ˇˇÛˇ<0ŒëDóŒÁÛÕY˜7L)Á«¯‰Δ$ff<>áóoÈúâ¸íŒ ÉÑ@ˇˇ$ˇOíÄÁ.y‡    @ˇˇ…ˇ õòÒ@y@ˇˇíˇ9OëìO8ú@ˇˇÚˇ'L$Kf¿@ˇˇÚˇ…`ô…$ÊÛå„úÛ°pπ˙úƒÛòg4@ ˇˇìˇ2ís\¬<éqf¡$`ûÄ3¿˘
  418. @ˇˇ'ˇî3úÙ‡ ø…@ˇˇ…ˇË&3 º X@ˇˇÚˇ‡K|`          @ˇˇy˛ˇ%Cw og¥&@ˇˇÊˇ?`&rŒ\òÁpÏ9I…$ø˝íMI±ˇÄ¿  I -@ˇˇ&ˇ„L\íÊ@ˇˇÃˇÜ‚@dûà£@ˇˇ<ˇ¿ˇ X@ˇˇ&ˇÂLÃ9 @    ˇˇíˇòxò|Ã$ú‰ûÛì!Ä? qví í í í í X ; 0
  419. @ˇˇ'ˇ><oêd 0 5g@ˇˇÛˇ‡3fr#sNΔ|ÊDyp$óÌ蘘˘…9O{øgfl‹ÊÌK?Û8éõ¸NÃÙSÔˇπ32·Á¸<Ú< ; ;
  420. @ˇˇ…ˇ$‡Êh…?I    ˜ò ∂@ˇˇúˇ„í<3û=í?LÚff‰`„ƒ¡?ü0@ˇˇüˇíġÊ ŒL@ˇˇ'ˇÙ<à•≈ PR[@ˇˇ¸ˇÒÉ…1˚[Ωœ_ÊI◊ü˝~øSˇmΩø=ß{fl{s2¿ 0 ¶@ˇˇ3ˇƒÄ…@ˇˇ|˛¯ì&îdÁ¯@ˇˇy˛ 쇠AB@ˇˇy˛ 쇠; û∂@ˇˇ|˛¯ì&îdÁ¯ ‰ ⁄ÚÛ . 0-@ˇˇúˇ…ír‚^ß„í<yí%Ÿ03ñI˜ø˜ ˛òô‰û¯‹3Ú√«¸#@
  421. ˇˇúˇôíóúπádpN‰$I⡇ @
  422. ˇˇŒˇ2Lrx9G9ò9I¿ì $ $M@ˇˇ˘ˇ¯MúI¸ˇÏ    3?s?ÁºôOøyÃÔNüÚ∂=„ñœÒœaÓÊ$9OŒ   I 0    @ˇˇ2ˇ…Iø$†˘ R @ˇˇ2ˇ…Iœ$<˜&êG‡ 0@ˇˇf˛πL¿Â˝ 0 0 0 0 > v X <@ˇˇíˇ∏dxë1¿œ@
  423. ˇˇôˇfÚxd·ñ󉛽pù–æ 5Z@ˇˇôˇ¯òĉê˘ 0 P q@ ˇˇÃˇ«>âìIrÿOpî‰√ì@Ê&I 9@ˇˇÛˇ>|&ú˘Gør~KZ≤èL>¬ÁâI\&?˘Ê§dp«ˇ'ÙÂîSŒ˛õ¿   í í @ˇˇ2ˇÉIöˇ9L>1Ä<ˇ@ˇˇÃˇíìsr2yd˛@ ˇˇíˇs'NyÊ?Ó^“Ûs˘9ü9Ä@ˇˇ…ˇ 2¡Û<4†@ˇˇy˛ÿùfl˝ËÑgÊÃ∞¸Ì @ˇˇ<ˇ¿ˇ‡y 0 0 3@ˇˇíˇfl|…ÅõΔÃ>T| ≈@ˇˇ&ˇ3eííaús‡í ê 9>@ˇˇ&ˇ3e‰ ê \Å A   àâå ¶  5Y@ˇˇ?ˇu…¿ 0 9@A 0 UX 0 0 F 5 0  0 0 0  0 0 0 0 0 0 0 0@ˇˇíˇ Nbí%IÆˇ v q 0 g 0 0 0 @ˇˇ?ˇ^…I   Ø∞ á ‘’@ˇˇf˛…f>íD 0 0@ˇˇf˛…fí˘ 8{@ˇˇ¸ˇ0Éâ|xì    ÚúúK¸§,âTû‰‰‰ıè∏€ü›È«ÓÏÎorÔ∑˘^<çã©ôfi˜oóƒÄ 0@ˇˇÛˇÄ  º .@ˇˇÛˇîÉ9Ê¿ 0 0  0 0 " # G ! 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0@ˇˇ>ˇûK…‡ 0 0 0 0 0 0 0 0 0 6$@ˇˇ˘ˇ")r%Ÿ9˝/;ʉÛó≤NâÃ|>˘0 I@ˇˇÁˇk‚^Úfi˜o· /0@ˇˇôˇt≈<9 ò £ ó ê Y X\ 8 G8@ˇˇ˛ˇ1ÒŒ¯ı¸Ô{”13fl√Áve…ó,Ûú¯    œd  D>@ˇˇÁˇ{ïn ò U @ˇˇÁˇ…¿q . l ¢£¶-@ˇˇôˇ◊3Nní ˇP>4ôòŸæ«N'ydΔπÃ? ÛÙ Òˆ@ˇˇ<ˇ«ˇ&&@ˇˇôˇ'ìÉÉ0ôò…%y≥3i#è¸Oeh*‰rÓ«I qø@ˇˇ9ˇ¸$=œ~ΔûKœ?    @ˇˇ>ˇ¯J áãó - ?@ˇˇ‰ˇ>ìía$>óx…gd<<.âßD    òß>ÊÚ{FéâO}ÊÈô9N„ôœÙõ@ ˇˇ9ˇòú˛Ò˘Ú√π˘ìy,?` 0 0 W ¢® Y ¢® ÖÜá@ˇˇÛˇüÄfO@ˇˇ'ˇ&?%g¿ ÖÜá ÖÜá           ÖÜá@ ˇˇíˇtd&9˘º3˘˘·2¿sL˘Ä ∂ 8 M T TUV UV UV UV UV@ˇˇ'ˇ‰<œ    @ˇˇíˇ|dà GÊdêÛè v@ˇˇíˇCdN2y¸ vw@ˇˇíˇ√dN2y¸ vî@ˇˇíˇ√d93‰ë¯ ÖÜá J 0@ˇˇìˇí%ìü·è@ˇˇ‰ˇíúöOÊúyÃ√˜ü˛úsÚé#è~<?:¿@ˇˇr˛)N¿û 5M … À ∏π rπ E vw@ˇˇÃˇ$íû$…$˘ 9<  I FG yz W 8 >@
  424. ˇˇôˇ'ë9ìú‰ËÃëdÃôÄ ®¿ „ X[@ˇˇ˘ˇ‡){¸˛3◊è÷”qÁú˛…Â`)˝    Ê'%Ûá‰$w¶˜Õß6˙É|˙ófióxp @ˇˇ'ˇ¿6 @ˇˇr˛ÊsÒtˆÃd@ˇˇr˛œLò# @ˇˇôˇ–9ì‹òú»$ĸ    @ˇˇy˛Û&p∞y@ô @ˇˇs˛~˜Ã¸Ì@ˇˇr˛¯d¯9&I GI@ˇˇr˛N∏%
  425. @ˇˇy˛Û&p23yr¿s&Ä@ˇˇy˛Û%p&    {Ïî@ˇˇ?ˇt… ]eÇ   ÁË@ˇˇr˛ÒNÊ ]eÇ 58X    @ˇˇ9ˇ<1ì<æ4¡@ˇˇy˛Û'g¢ˆNpÏX@ˇˇf˛h ËÈ@ˇˇ'ˇ‡6 ÁË@ˇˇúˇ ‡=ôì%¿@ˇˇ&ˇ¸g8'¯ 9G Ë Ë A@ˇˇr˛:sò ÁË I¨ ]eÇ@ˇˇr˛NL F g ÁË BA@ˇˇÚˇÊH1    ,…fû{nÁû9;ÚÁ$3ÅÁ>˝flÃÔ›õõÀs„ô˙˜Ë◊@ˇˇs˛t˜g&¥o Ë@ˇˇ|˛ ìì~¿`@ˇˇ'ˇ¥7˜'Ä  6 D@ ˇˇôˇÃìôoí21ûYnrrxL&∞Û 9G ÁË ÁË 8%@ˇˇÚˇ3H    Êëpʇ<2¶$fvÁ|õûlÙyı/o }~ } } 0 0 0       rYZ 0 0 0 w r !x@    ˇˇŒˇÛJÁô¿˘aNôú“»`^ ®@ˇˇ2ˇ…Ió$¿Ú¡LÄ… \cÅ ® Z IX H W è \ w£3@ˇˇúˇÀú˚xÊPŒo<IÃÃf32S‹}˙üôLé7x<3Ê~R@ˇˇ>ˇ†KÃœ» áâã RS 4 Wa=%@ˇˇÛˇ>|êd¯>~ƒ9{Ã휌ò¯ò…3ô ß苸‘0ô  
  426. @ˇˇ‰ˇŒú<)?Áds209 8 8@ˇˇ9ˇ?&„é | 7 56 8 56 7 r@ˇˇy˛ úì‡@ˇˇy˛ úí‡@ˇˇÃˇ3‡-'ÉıÊDÊŒüô'ú?Ñ3‰0 0 0 0@ˇˇr˛Nÿ'     @ ˇˇ˘ˇ3 %'Éı|¿@óIƒ|ô»&Ï∞S"@ˇˇÊˇDíØü˛Ã?˘ÊÂ>ûú˝x…3¿@
  427. ˇˇy˛‡ûô˛ì{ÚüœÃ¿…    @ˇˇr˛Òdè<'a@@    ˇˇy˛ÿùfl˝ÃÑ}Ú√ü∑3∞Û )s@
  428. ˇˇy˛ÿùfl˝ÃÑ}Ú√ü∑3ìÛ%Ú@
  429. ˇˇy˛ÿùfl˝¸Ñ}Ú√ü∑3ìÛ%Ú@ ˇˇíˇôx¸ÁÊ{FÚÉHfÅœÁ…Å臉 6>@ˇˇÚˇ…paN    Á$ëÁ«¯=)IÀ$¥ˇœÿqÚÈÛfâ<À–\œ—Øíˇ`@
  430. ˇˇy˛€ùÕy92JûHJgÚ*ÄI 2@    ˇˇôˇ&3…L'Ê$p'Ä)
  431. @    ˇˇÁˇ`"%ìy¿3&Ú0ÄgŒô w¢@ˇˇy˛3&Ú03!Ä 2@    ˇˇy˛Û&'‰Ÿß§&áe¿$@ ˇˇ2ˇCIs˘=#3ΔN2y81|&ĸ Ç v 7   r@ˇˇôˇ>î>d 0 0 +5A 56 \    @ˇˇ…ˇ3Ë-%Äı \ \    @ˇˇôˇÚëXfl îã@ˇˇÛˇú09ÉÊÑŒy    N'O˝L¸£LÄ €ÛÙ@ˇˇôˇ Ã)…$1ˇòI0@ ˇˇôˇ¯Ã%û2«IIè$ƒÒí·r∞˘@ˇˇ2ˇâIü$¸ìÛÇÄLE@ˇˇÊˇ2`fLÃDpÊRídr˝ô”¶ÓÈÈÊ…y˘‚3”¸ôÀ‰„flæ‰Ó 0@ˇˇ'ˇ?ÄO    @    ˇˇ2ˇIIó$<Ú<cíúà @
  432. ˇˇ2ˇ…Ió$œf‡cN'òÁá  TÖ ~  @ ˇˇ2ˇ…Ió$'œ$–œ…ìsŒ¸ÅH@ ˇˇ2ˇâIü$<¸Äü3ìy2ÀSщ˝ @    ˇˇ2ˇ√IÛ∏O&Ç9˛I`@ˇˇ2ˇ…Ió$œ1…ÃÊ@    ˇˇ2ˇ…Iü$%œ ‡ô@Ä     @ˇˇÊˇ'PÓ&˘8L& y @ˇˇ'ˇ?ÄO ÁËÈ@ˇˇy˛ ‡úì‡@ˇˇf˛Ád¿9$˛ \dÅ \dÅ \dÅ \dÅ   ./M@    ˇˇ2ˇ…Ió$%œ ì~‡` ÁË@ˇˇ'ˇ?ÄO@ˇˇÚˇ8s{¿@ˇˇ¸ˇ0√K    ¿Äœ@ˇˇ'ˇ?ÄO @ˇˇ$ˇGíÏˇ@ˇˇ$ˇGíÏˇ@
  433. ˇˇ2ˇ…Ió$4Êó9ìò‰ÂÛ@ˇˇ2ˇ…Ió$œ1…ÃÊ@ˇˇ2ˇ…Iè$<Ê$8Á¿@ˇˇ|˛˛ìI`é0? ]eÇ@ˇˇ2ˇ…Ió$&œ@ˇˇ'ˇ?ÄO@    ˇˇ2ˇ…Ió$œ&·…s )ˆ@ˇˇ|˛ ìì~¿`@ˇˇ9ˇúê‰òdÊÛ @ˇˇ2ˇ…I◊$&œ2óÁÙ ˝ ˝ ˝   D  D @
  434. ˇˇÚˇ<p‡z‰ ííAòcà   @ˇˇôˇ&ìŒOòggô‡Ä< Z   {6@ˇˇÛˇÛĉë?œ3h‘#è§ÙÌ>`^qÊ`.?ôrfiŒA1    ÃÊ@ˇˇíˇ sπú¿ @ˇˇ'ˇ&?úr‡˘  @ˇˇ˘ˇ     ¿Â@ˇˇ?ˇì¿Ÿ ËÈ
  435. @    ˇˇ2ˇCI¸Ûô‡úô@Ä@ ˇˇ2ˇ…IG&0œŸI∑‰X&¡Úˇ$@ˇˇr˛œL˘ëß2    ï˚1Ä H ûü @ˇˇ9ˇ¸&$Õ@ˇˇ'ˇ3<À˘4    @ˇˇ9ˇø&∏y £     A     @ˇˇ…ˇ9úg$9súØÃÙGû‡íìxΔ¯ò " ≥⁄Ú@ˇˇ'ˇ&?úr¿ 2 @ˇˇ3ˇÄΔ å èé  1@ˇˇ'ˇ‰<¿œ ÉÑ ≥¥@ˇˇ'ˇ&?úr¯
  436. @ˇˇ'ˇˆ?3Sπ$Ã@ˇˇ'ˇ2<»ô ø B @ˇˇ'ˇ‰<@œ@ˇˇ3ˇÄΔ @    ˇˇy˛ÿùfl˝‡Ñ]Ú√ü∑3 13 A ûü@ˇˇíˇÃI≥ôùõ)À< 9@A@ˇˇ9ˇø&Âœ@ˇˇ3ˇÄΔ@ˇˇ'ˇ3<»˘     @ˇˇ9ˇø&∏y £ øc@ˇˇÁˇb"~7ô>œÎ€∏sÓ5%ˇ„áœÛòÑ{ô_ˇM"1Á¸Ã˝ÊÛÚîWˇ‰&7@ˇˇíˇësë÷$…¸0@ˇˇ>ˇéK…?3‡ 0 áâå â@ˇˇf˛√f@‰ 0@
  437. ˇˇôˇ'aÊ3¯ÀÕL»Ò>ôƒO@ˇˇf˛√f@‰ â â@ˇˇ<ˇÄfl & & 2 "$ 6@ˇˇf˛√f@‰ 6@ˇˇìˇ&'…g^@ˇˇ>ˇÆK D @ˇˇÃˇ »¡Û<<‡ 2@ˇˇÚˇ¯L>‰Dè¿?…IJø$‰Ì<…ô$ 0 0 0 0 0 0 0 0 0 0 0 0 V“8 r @    ˇˇôˇ2    s'é„ÅG&'8@ˇˇôˇ ípíIJ @ˇˇôˇí˜ÃÙ<√gÄè@ˇˇÚˇësŒ1úL>剅ô$ôíƒÁKrÄ1c|‡‡ô@
  438. ˇˇôˇƒór2$%_íÅœ3LÄ@ˇˇr˛OáM¯ £@ˇˇ‰ˇ3lj$Kíê‰ @ˇˇy˛‡ûô˛Û$r‡„y‡  ºˇ 
  439. @    ˇˇ‰ˇíú…cÊ&#o…»Ä H@ˇˇ|˛ üú쇠g@ˇˇüˇ∞eí2â` |h AB@    ˇˇ2ˇ…Ió$<¸¿üe2*OÓ @ˇˇy˛ÿùfl˝ËÑgÊÃ∞¸Ì@ˇˇ|˛$úô«ú»Á¯ @ˇˇ|˛$úŒú\ʇÚÄ~  X Vº@ˇˇìˇ2ír|íd      0 0@ˇˇ9ˇ8xó80 0@ˇˇ'ˇˇ7mzûy‡
  440. @ˇˇ'ˇ><{퇯 1 13@
  441. ˇˇúˇ3íô√…93¡?'ò;d˙º9@ˇˇÚˇqz¢œêO¿y鉔˘óüî Ïœ‰S^˛˘‰Êóï    æˇ…¿‡@    ˇˇ9ˇ¸$=œ~ ŒKxx>>~ 01H@ˇˇ'ˇß4{zÆox ÿ 13@ˇˇíˇ…I¬Ãºd 13 0 0 0 0 0      0 0@ˇˇíˇsgê˘ôLâ…¿    @ˇˇúˇ3í%√|†&»‰`‡ƒ 8@    ˇˇÚˇúHâ…p…Ó{œ‹õ0 Û@ˇˇ…ˇ ÃòÛ@y 2 2 2A∏ 2 2π 2 π@ˇˇ…ˇ?ÃÄ& ∏ 2AF 2 2 (@ˇˇüˇ0ÉÔôÄ@ˇˇ…ˇ?ÃÄ& 2 2 0 Z q      
  442.  WXP@ˇˇÛˇë√ô1…%?Œ¡_‡-Áœì3xûö˘[¬LˇIMÛf{˝sûSôÜ oJ¡˜‡!@ˇˇŒˇÊHŒì8˜ûü9î$Iíˇl”œHœ  7> 57 0@ˇˇíˇòxOrì @û @ ˇˇ…ˇ≥$N‡…a…#I…˘É3Å$¿@ˇˇ…ˇ≥$L‡Ãëê G@ˇˇíˇÃdrí7I2ôÄ<ˇ@ˇˇ<ˇÜˇÄI@ˇˇìˇ<'˘LÄ.'9Ä@ˇˇ>ˇÆK å , 3@ˇˇy˛‡dL<…H>@ˇˇíˇŒIsù‰Ãú¿3 0 • gz6@ ˇˇôˇæ&∞ LÚ#ìîSó$ˆ 0 0 {|@
  443. ˇˇüˇ…0%ú¡»°I?ñáû ≤≥ ]eÇ §•@ˇˇíˇNò‰òdÊÛ@ˇˇr˛NnÄI A ¯  A ]eÇ A §• 04@ˇˇôˇ¸ë9Œ;Ó%üíëÇ?IyÃˇ,…å…ÃÃÔ}Ê/πA?ü¿ \@ˇˇr˛œNò'@ˇˇr˛œNò' 6@ˇˇ2ˇ#IAÊG23  E@ ˇˇŒˇ?H—%º&~\Aí    ÚÃ1Ê 0 0 0   @ˇˇôˇ9?¿#    @ˇˇ9ˇø&∏y \ ·‚„@ˇˇ9ˇ'úœ¿¯Å ©≥@ˇˇÁˇ$Ä…LrÃx¿<g?∏¶cff‡¯x ·‚„@    ˇˇy˛3'7ÉÃõì—뢠9?@@ˇˇy˛3'qLJ/    x» @ @ˇˇ3ˇÄΔ@ˇˇíˇx2ì „ X ¶ ô@ˇˇ3ˇÄΔ &>@ˇˇ2ˇIIO&¸ÌwÊÌoF¶…cÃ#èΩ?9H¬ [cÄ         @ˇˇy˛ÿùfl˝üÅ3√∑  @ˇˇy˛ÿùfl˝üÅ3√∑  @ˇˇy˛ÿíflÚüÅ&√Äø  @ˇˇy˛9:?Ñ?˛   ¯ ¯    @ˇˇ9ˇø&∏y 0 0 0 0 0    @ˇˇôˇñö¿˙ìÄ@ ˇˇÃˇú„OÇ`Ç3fLûaé    Œ`ò 56@ˇˇ2ˇâIó$‡ÒòL w \7@ˇˇÛˇ30Ó#∞æªd9ÁÚp‹ ì§˛,Cfl¡=3˝å7ú~3ö|<@ˇˇÛˇ 0pít˛ »û W 0 wy≈ wy@
  444. ˇˇÛˇ<Äê¬úÃNÒÕpŒ…@‘@ˇˇs˛Ú$\9@ˇˇr˛œNò' @ˇˇÁˇ 0Pí\˛2    @ˇˇíˇ:gI2ˇÉLÚ@ˇˇy˛Û%%쉡–ÉP9LÚ@
  445. ˇˇ2ˇ…Ió$#œ$‹ÛÃîÂ˚@ˇˇ|˛ ìú쇠 \dÅ@ˇˇy˛ ì~¿`@ˇˇ|˛ ìì~†` \dÅ ]d@ˇˇy˛ ¸ì¿  9>? 4@ˇˇ…ˇ?úÚ` 9A@ˇˇÁˇ…¿·Ãº‰ 4 4 PQR@ˇˇ'ˇú<œ‡D ô  Ë º º º º@ˇˇ&ˇŒLpK@ˇˇ$ˇ∑‰ E@ˇˇÛˇ{n@ˇˇíˇœI‡íÉ997í$‰¸'°ìgôàS˚ÅÄ 0 Ü  } P 0 0@ˇˇûˇ9`˘ 8. 0 0 0 0 0 0 0 0 0 0 0i@ˇˇ¸ˇ©›?%1>ìfl˝ˆ‰%;%ÌÔ˜˜ÌnÂÔ}˜gfl€ÊÌ€<ˇ¯éI?`¯0 /0 ?@ˇˇÃˇ¯ÃyûÄ qvT@ˇˇÛˇë3Œ1ÃqgfiÁ2í¿¸s\írR…dæ˝Ò”9Ó>˝fl ˝O˘ôÒ~Á…“èÀrûê@ˇˇ'ˇs7ÔôÁ;Ä?@    ˇˇÚˇ<p·9'Iû0I$…ê@ˇˇíˇŒIsìÇú MN@    ˇˇúˇ3íú√9Ù‡«Nf‡ Œ?@ˇˇÁˇc"3'íN@ˇˇŒˇzK/yï9‰¿xÃ@ˇˇr˛ Oe‰&âˇ*@ˇˇÁˇŒ„Qf…¯'˝åºˆœyËû`&29&Gy≤»G«$†˘ +>P +>I@ˇˇ3ˇ&òúá S +>@ˇˇÁˇP"ìœûûí…√LyíIŒèÃ? ¿ Zr6  $ ~ 4 4Y@ ˇˇ˛ˇäÔ∑ΩK2ŒÃ    MÚÃYìƒs¬¿  .x@ˇˇ˛ˇ«[_omßÏ…&9Â~x˜»ÔΩ¸;˜”{9“‹w'∑> .@ ˇˇ˘ˇÊ,p|rí{    N«K·3¯ô      0 0 >Z£ 0 0 0 0 0@
  446. ˇˇ˘ˇô0ùÉÁÑ .úÛ¡ú¯ ó 0 ≤ ≥ 0 6C q@ ˇˇôˇ˛ôXflí Ir‰·Ãõ=CôîAˇÏ@ˇˇôˇ'ìíÄÃd¿…J@ˇˇÚˇês||ÃI>è|úß=ºN«Ñ?óègâ%~ô9íÕ?    ˛ˆôK>¸å‰)<˛• í@ˇˇ…ˇ$‡Êp9@ˇˇ$ˇ„ú‡ VZ   g7 5 06@ˇˇŒˇÂLí√#_È{náé,Á~é˚–&8ÛòÃd>ÃIÇèe7¡<6ëɲëp † r6 0 & 3 ≥¥ 3
  447. @    ˇˇ¸ˇÃÄ'âljåd¡¯><X
  448. @ˇˇÃˇí»â?pûy@ : +> ó@ˇˇÃˇÕí∞ü¯ÊîâGëˇì»º?¯í/qO8íyL0 /@ˇˇŒˇ?HÄÁÄÚ B@ˇˇüˇ¯∞ò‡g‚âYøûÕ∏g¶?/IŸ13&|<Ã@ˇˇ2ˇâIG&8˙>   ≥@ˇˇ9ˇ9íp¬√y(@ˇˇ…ˇ?õ` v@ˇˇ2ˇâIG&Ã$‡Á @ˇˇüˇH2œ‡r!@ ˇˇ˘ˇBIœe?•&    ‹ˇfl8>¿Á@ˇˇ9ˇ|&¯˘ < @
  449. ˇˇüˇ&Ä√OÃì~»|L&ˇ…‡ \dÅ 0 0 0 0 0 0@ˇˇr˛N∏'@ˇˇr˛œLÿ' 9J@ˇˇy˛Û'ì†ñ@ˇˇr˛%Nò¸ 9F @ˇˇy˛Û'p¢NÿÏX@ˇˇr˛ÂLò¸@ˇˇr˛%Nò¸ 0 0 9?@ F 0 0 0 ª ‘’ @ˇˇìˇº$‰Ãú–è|ò‡ PSv ô áâå@ˇˇ|˛ íúì‡@ˇˇÛˇ…¿·,0…&9  4 +> 4 4 4 Ü 2@ ˇˇ2ˇ…Ió$8˛ü>ìîd    Â˝'Ä  ˛ˇ Ç Ç ~Ç  UV ‘ ë                          ~ I Ä@ˇˇ>ˇJ@ ˇˇ<ˇ“ˇIr<…Kb‰ŒpÊ`úì»·Ä? 0 0$@ˇˇ˘ˇ9 2%œ<˘ú”g…¿?N‰ídû?f¬gŒáøùÚK Ùı L    @ˇˇ?ˇ^˘¿ 0 F &    @ˇˇŒˇ3p5#Äı29@ 0 â 9BC@ˇˇ|˛&»ìOLN@ˇˇÚˇ'Hô%‡ÃÃÃúò ¬@ˇˇíˇ¡|Lííd&?  9v   @ˇˇôˇ¸ŒŒŒa9^y¬0/‰L'yÉ3~"")@N@ˇˇôˇ ‡ÚÄy & Ω
  450. @ˇˇŒˇL˜ÃÙf¬¯x@ˇˇÛˇ>ú¬ú√Iö˘¡K3%„<„I¬$è¿@ˇˇôˇ–'ìÛŸ¸Ä@ˇˇôˇæ&∞@ˇˇ9ˇÃë‰g&$Ï8Á¿ W    & ˝ 0 ? ; áâã +@ˇˇ2ˇ√I˘»dÚ¸          @ˇˇ2ˇÉI˘ì»#n@!ˇˇÛˇr>>&'ˇ¸$Ú·ô89üNÀñ|KF˝<sÛ¸èÀßü…_Œ¯{OÚ≈=ß?òŸ˝˘gÊ4¶óÁ«3ıÔ”oK¸¿ Z 0 @ˇˇ'ˇfl;mäûx@ˇˇ'ˇˇ7mzûx áâã áâã@ˇˇ>ˇJ@ ˇˇÃˇÂú>√ÃHœí9Ú$Ãúí$∑ˇ<     0  v
  451. @ˇˇÚˇ·S˛‰8@y (@ˇˇÃˇú@Ê–d ì 0 ≥¥
  452. @ˇˇy˛Û&$)ye"$¿ ≥¥ø X X 7 ¶©™ 0@ˇˇ3ˇ~œº§Å¶Ä' Y Ö@ˇˇíˇ x`íò¸L∏ { *t å  ¥ G Ic@ˇˇ˛ˇ·uìr?¯}Kì`˘üÃ%ŸÓì=úßû·^æflÈÀüwöI¯øù„s9_<ı·©?&|  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  0 0 0 1 1 1 ò 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1  0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ëî1 0 0 0 0 0 \dÅ L É 0 0@ˇˇ<ˇ¿ˇ 0 ˚ ¸f@ˇˇ˘ˇÂ¨õ¯øÙö˛Á>2∂Û; ˇŒ‰Œu“[úŸÛ$2‹3˙s|o˘§˙Ûû?CÈ«|‰ß <@ ˇˇ‰ˇ…ì23ì^$√ìH º‰»$ÄÁ@ˇˇy˛Û%wí(    Ä @ˇˇ'ˇ&3„$@ˇˇ'ˇ§?úÃ˛@ˇˇ&ˇ…O~Œ UÜ D     <    @ˇˇ'ˇ≥'ìüˇú    @ˇˇôˇ{&@1@ˇˇÁˇÁ A,…πèøÌ«9~é2\yr<%˘·ÇŒ<f)3‰ÒdxÛO`    @ˇˇôˇ{&@ Ç@ˇˇr˛ÌN≥Á@ˇˇíˇs&O…·<'à0 0 0  0 0 0 |h \dÅ 0 0@ˇˇíˇºd9üÚpÅÊ . 0@ˇˇ2ˇ…I^&·˘‡ûô˛|$ìóN¯ôs‡„ y<Z 0 1 |íh 9? |íh@ˇˇìˇ'‡? 1 1 1 ]eÇ  1 |íh h h h h ˙ 1 1 \ å 1 1J@ˇˇ?ˇ_9ì‰3˜{˛lÿÔÛŒû˘˚gOÂg*ˆoÛdæ¿ 1 1 1 1 1 1 1 1 1 1
  453. @
  454. ˇˇíˇ8xL>fÊás> dfxH@ˇˇíˇ¯d$9@
  455. @ˇˇŒˇ9pì%√3∑ú89 \dÅ 1 ë rY@ˇˇ…ˇ3剈úpîÑÕ1    ÊOŒücJ9°Œ¯3 \D@ˇˇÚˇ‰xŒ√|IŸü∑˝Ûí í˘\Â3œn‚”Sfif≤s…Kdr9¸ú#ڻ렠  `˛)@ˇˇÃˇ…‡0ü|ÊsOˇ–I«ÛR“Ñs_ÀÅ˚3Äüt yˇL6 ; @ˇˇôˇ2˜ÃÙ>√gÄè@ˇˇÚˇ…H|2çr¯yLòÛ¸¿˘úÃÃxΔó‰dNyÉs¿¸@ˇˇÛˇ¿W˛r¿ rú쇠1 :B 9B 9B 3 @ˇˇôˇ29ôp&3 DgÁ∏ÛÙr3œx<2ÒåúÛ‡ ;   @ˇˇ|˛ ìú쇠r ê@ˇˇôˇ ìpíIJ 1@ˇˇ|˛&»LF@ˇˇ9ˇ'N2Ås¸ 1 1 S@    ˇˇôˇ ìsíôë%„92…`@ˇˇÛˇ‡3â'ùô3áà   ˘Iêøîô`2    @    ˇˇÛˇ0 IIÊ…ÃI è¿?@ˇˇ'ˇf<‰tߪ>@ˇˇ'ˇ&%úv¯ PøY ø ø 8 G@ˇˇÛˇÛ¿ &áÃg&8ó>˛P$wpÊœdƒ%Ñ߉l@ˇˇ˘ˇ=/Û¯;íúÛ˝Ï3∑˘è÷”q¸üîÃùœ2¯s|À    œæ$gxß∏˚Ùkûˇi¶-r~¯«œΔø ? ©™@    ˇˇôˇöú¿˙Iʸ#ôè$e†@    ˇˇ|˛ËûgÈ/2ôïß'    Ä˚ ûü |h@ˇˇ'ˇ&%˙xÄó ÁÈ @    ˇˇôˇúì¸ê˘œL&'˘d@ˇˇŒˇ?H‡Û yò@ ®@ ˇˇ9ˇÄœù|ÓˇbŸoÀ¸\û–ì@ˇˇy˛ú#åô…i?P9ĸ è@ˇˇy˛3'qÇ9I * è#@ ˇˇ9ˇÃÔ‰srå:>Δ≥œñ˘∞=¡rġ@ˇˇ'ˇ§?üœ@ 9:@ˇˇr˛sf29IÄ@ˇˇíˇú{NÊ@ Ç $ % @ˇˇy˛ ‡e .œ#ÿÙ@ ˇˇúˇ3íú√è‡ 69ôí3¬Yèdò † @ˇˇ'ˇÏ7¸œó@ˇˇ'ˇ‡6 1≥¥@ˇˇ|˛ ìô@Ä •≈ @ˇˇ'ˇœ'Œ(@ ˇˇ9ˇÃ{‰˘ì»â˜≈ôù©ÃCÂ1)‡˚ ®    @ˇˇr˛œL¡·«2ñˇ ÕŒ @ˇˇ'ˇ§ˇˇôˇ‡»¿ôŒ‰Äg@ˇˇ3ˇî( ƒ@ˇˇy˛§$Û‰&Å@@ˇˇ'ˇ‰?üœ@@    ˇˇÃˇÜ„≥Lá€ÛÂ$2…˘d    @ˇˇ2ˇ√Iú˘ìL&êG‡ ƒ VZÉ@ˇˇr˛;f&Ô¿ 9? ? • ¢® ÈÍ  2A∏ 8 å@ˇˇ|˛ íô@Ä -@ˇˇ'ˇÒ7» @ˇˇ'ˇf'‰|‡º N AB@ ˇˇíˇüxÚÅKNFÁ≥c~…<w,'èwò2 @ˇˇ'ˇ¸4ˇœÃ2 @ˇˇíˇIWˆÄ@ˇˇ'ˇœ'à   @ˇˇ'ˇÊ'˙|`ó ¢® J@ˇˇŒˇH‡? &3 Y@ ˇˇ…ˇ9‡N‡…aƒÁgLøÁÛÈ≥`|Äô ¢® [cÄ@ˇˇÚˇôPÒì@@ˇˇ&ˇˇL… P8;@ˇˇy˛§$_ŒL¬ @ˇˇ'ˇf7‰x‡∏ 1@    ˇˇ|˛$ëæœÇsyd»    ˇ @ˇˇ&ˇˇLÄì kz
  456. @ˇˇ'ˇ§4üœÁ< ;@ˇˇ'ˇ?D :<@ˇˇ|˛$»˘‰Hr
  457. @ˇˇ|˛ÊûfÀdX¸@ˇˇ3ˇî( ƒ ‰Â •≈ œ    @ˇˇ…ˇø'ûg √@ˇˇr˛3gòÁG&ꇠœ 5 ¶@"ˇˇ˘ˇŒ)ÃAiq˚ôñ‰gw‹SÁtu…r.?„fi4ß_ºΩóæOÒÛØ=ÌôΔ∑?ΩÛ«˘ß?Û¡Ω|flµ)©<?fi,K˜~  rz û    @ˇˇ9ˇø&¿éú‰∞ '@ˇˇ9ˇ&ÿπ@ˇˇ|˛ˆù@ˇˇ|˛Êù   @ˇˇ'ˇó&y@ˇˇ3ˇÑ„– ∏π@ˇˇ3ˇ≥$ @ˇˇ9ˇø&¿å  @ˇˇ9ˇø&òπ@ˇˇ2ˇÙf      9< < 1 1 1 1    1   Ø˙ 1 1 1@ˇˇ$ˇ3ì¿ìúdÁ¯ 1 1 1 1 1 1 1 0 1 1 1 1 1@ˇˇôˇ3$3$s O x     A r6 Ø © 1 qr r1@ˇˇ˘ˇ/˝$?¯π$Ìœ˜˜ÈÓ//œ¡Kû'ò$ÁáÓ< 13 1@ˇˇf˛√e@Ê TÖ
  458. @    ˇˇ<ˇÑˇáìÛû‰¬sœIò          @ˇˇ|˛ úô@Ä    @ˇˇf˛e¿Ê@ˇˇf˛e¿Ê TÖ@ˇˇf˛e¿Ê TÖ@ˇˇf˛e¿Ê TÖ TÖ TÖ TÖ TÖ@ˇˇf˛e¿Ê TÖ@ˇˇf˛√e@Ê TÖ TÖ TÖ 1 ˙ 1 Ç˙        :@ˇˇ>ˇJ :>? 9? 9? 1 1  1 1 1 9<í@!ˇˇ˘ˇ˘,Ã°Ùì»˙˝¸w◊}?Œ«=yæœ5ÁY˚˜Á«∑¯Ãóúô»¡?˚Á=s?≈ŸßÔçôéÀÌ,èèoÁ›˝ü: 1 1 1 1 1 1 1 > @ ˇˇ9ˇ$Ã?î4ó¿óπì¬˛rJìÑ¿˛@ˇˇ'   +@ ˇˇ|˛ŒüˇÌÏ›mLéÂ߉ù)‡æ¿˛ QR    @ˇˇs˛':ÚR9Å`@ˇˇs˛:8ñ QR QR ·     A ≠ ê@ˇˇôˇìIÊôÄ$ 9;= 'GI
  459. @ˇˇ˘ˇ/%gí$  ·‚ ùû 9;=@ˇˇÁˇû¿?â&%íÑ.˜/ig‡$<úÃ@ ˇˇ2ˇ√Ic˘ÛâÀ    ”y”ı2flñ«ñ    ¸? ≠ % $ @ˇˇr˛ˇs‰t&¡ÛS‡ áâã 9;   1 ∫ Y ?@ˇˇf˛√e@Ê ∫ ≠)@ˇˇíˇé{3gìÑI˘O;Õõ‡LÃ|üìÛ…}pŒs ‡œ»@
  460. ˇˇ9ˇÃó‰ì¿¸9…é )O˚ 1 :>? 9? 9?@ˇˇr˛ºN  ∫ 9> @ˇˇ2ˇIIó$"œ%@9¿˛   @    ˇˇ|˛œìpÃLgrÃÄÒ» 9; 9;  ˘˙ 3 2∫ AB    @ˇˇf˛…eÏíê˘@ˇˇf˛√e@Ê  @ˇˇy˛‡ûô˛Û$r‡„y‡ %@ˇˇÁˇ33=ìOÃÃùÒÃ9ÁëÕ‡3áÛì0‰√2ôyÁ2ó$ÙÄ 1 1 [ V r 
  461. @
  462. ˇˇ‰ˇ3»y$LÜ0Ápí`˛â@ˇˇôˇ><3hÃN  D@ˇˇ'ˇ>4b‡q ˛@ˇˇ˘ˇ  rí'I¿Ûì$Ä    @ˇˇf˛©L@¿˝ Ω ô @ˇˇ2ˇâIè$Ú0I ⁄@ˇˇôˇ◊1÷ 6 W@ˇˇ2ˇ…Ió$Δ˛ì 8M@ˇˇôˇÃíIú·Ä º º@ˇˇr˛3f&ü  Y [Ø6 X; V\@ˇˇÃˇíËííÄ@    ˇˇ|˛œìpÕLrÚ¿Kxf¯@ˇˇ9ˇ‡ÔIf`é0?  :>? 9? 9?@ˇˇr˛˙L 9? 9? 9; /    @
  463. ˇˇôˇ3ì¿3Nr@NLrúå&‡| 1 ô@ˇˇ2ˇÊqÄ Y  D)@ˇˇÚˇÊP "ósÊÅé{O3ɡˇÛÉ?«3c‚‰Êæ@ˇˇ|˛ËûL©˝@¿@ˇˇr˛ÂL ¸\Ê·Ú?;L     ]eÇ@ˇˇr˛èN{‡       D €@ ˇˇy˛ÿùfl˝ŒÑ¿_e˛.œog?Ú@ @ˇˇ|˛ ûSôÅ Ä˚@ˇˇÁˇÊÄOÊ¡Lĉ=Û˝¡'3‰1寔xΔ¯ò :F@ˇˇ'ˇ¸7yŒ8-@ˇˇíˇòxùy€¸ªw…7œ˚˛ÉÛ∑3s˛òèË ¯ 6 = 1 1 <? ·„@ˇˇr˛„LÁ 9D D yz—@%ˇˇ˘ˇÈ≠ÔÙW˝Ê§©t˛æ?ÎÎû]ø„˘ˇ˝<ˇ˝ºoøK›)ˇ9xÔ|Îøqˇª⁄◊=?«›ßg;Û◊3}ó˙fløœŒªMøx…  Ä 9:;o@ˇˇ˘ˇŸ#…ôrŒ98ˇ¡€8ÎÔº/œS≤”?9œKsv'3√3FÊä{O3≥¸ÎœwnNyr˜„øy⢇ *@ˇˇ|˛&»√Osí»# I@ˇˇ<ˇ¿ˇ@ˇˇÁˇc"    òÁ$D2xŒg?∏O¶‰9áœgáèT } º@ˇˇ&ˇgq*ΔÃ` \dÅ,@ˇˇÚˇ?`‡ì»d‹í˘¸öÁÁôxDNñÁOîÑ…Œ<Ê◊‘ú†êπ 6{@ˇˇ|˛$ìÛsíìÛ wº ]eÇ yz \ 5 5 5 5@ˇˇr˛©N¿û 5 5 5 5 ≠@ ˇˇÊˇ¿O-…Äı‡‰ôÕø˘ ñ$·Ãü 1@ ˇˇœˇ2Ä}IÊ`í1oÃ1«‰ô∞œN2L@ˇˇÛˇ|)2%Ÿ'ÚÁŸ«9ˇâíÅŒ–≥˛˘¸)fß9s`~}Ê˚fl}>f39€»\û–@ @ˇˇÚˇ<P† N 1 ˙  1 1   ./  1 ãå 1 1 1 1 1 3   1 1 @ˇˇÚˇ<P† 1 …       3@ˇˇ<ˇd FíòdÊÛ 1 1 1 1
  464. @    ˇˇ…ˇú†INÚgœö9 9D 1 1 1@ˇˇ<ˇ¿ˇ      1 1 Ä@ˇˇ2ˇÉLN2Ås¸ ª 1 1 1 1 1 ª ª 1 ª ª@ˇˇ‰ˇÃÙ?…ì <@ˇˇôˇœ1{háéNʉs|¿?ÚΔ=Ûñ5ù~¸Oe*˛)`Á »⁄Á@ˇˇ'ˇ&<%g¿    @ˇˇ2ˇ√IáÁ2¿èe,˛@ˇˇÃˇí»ÄÛ '<Ä@ˇˇ2ˇ…Iü$œL +G Ç  ûÿˆ@ˇˇÁˇ¯ÄA,ìňp˘3í%9`&NÚg¯ÊÑ3I‰¿¸   ö@ ˇˇ˘ˇ/Ú1ˇú‚œN=ô8ÛNø∏ÁË»÷f…ˇ˛éCߡ‡ú¯üe}fiûNˇ‚‰”„ÃÈ~6ùñ««ÛÛΡOÄá )s'@ˇˇ˘ˇ3 $·$C¸≈=ß?òŸˇ o&ë·g‰‹èü· 5@    ˇˇy˛3''ÉπΔ‡#Ú»Rˇ‡@ ˇˇôˇ‡».…»\ì<ªü…–yfÃ@ÙÌ G2@ˇˇ˘ˇú f∞3K<‡√K·Úœús2f∏gÙß2˚?sÂçøë«?ûsr¸ àäå@ˇˇúˇúÆI∞s@ˇˇ˘ˇ@âÄÚ ;@ˇˇôˇ39…úÄú W= û@ˇˇÁˇ 09ô2√yd˛ <@ˇˇÚˇ<P† ∏π é ƒ≈Δ    @ˇˇôˇ{&@ ∞@ˇˇ3ˇ«0 9@ˇˇ˘ˇ@âÄÚ@ˇˇÚˇ<P†@ˇˇy˛3'ÛÄ9 ª  Ø˙ \dÅ@ˇˇ'ˇ&%$'¿s \ 9@A ∞ ∞ 1 19@ˇˇ˘ˇ‡#|Éwü,‰ú<≤%y<Œdr9˘s‰nûœLOôI‡9ʶƒÒ\ÅÊs˙Ä… 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1@ˇˇ<ˇ¿ˇ 1 \ S@ˇˇf˛ŒIÄs8˛ 1 1 1 1 ª 1 1 1 1 ê G X@ˇˇr˛xN 0@ˇˇ9ˇúgíì<‡úê O@ˇˇr˛ÁLsíúí‡@ˇˇŒˇ`Ií@
  465. @ˇˇ˘ˇBâ$gtø> B@ˇˇüˇ¯∞Of«' áâã 1 |ñh@ˇˇ3ˇÃL…Ÿ0@ˇˇ˘ˇBâœf( 6TÖ@ˇˇr˛gL¶‰@@ˇˇ˘ˇ¿)ÅÛ·$<…x2 Y@ˇˇ‰ˇí»LNròOÃI¿ 8 H    @ˇˇíˇ?s»3íé|L@ˇˇôˇ&í>LdrxH 1 1 1 Vr5 ? q F G@ˇˇ…ˇ3»·'K<ìÛ˘=G    ú<ÃìõôÚ»sS»á3¯ ó > @ˇˇ2ˇII‹'s˛&ì#K@ˇˇôˇí»í˘ú@ˇˇôˇ$2ô3ô z;@ ˇˇÁˇ`"¡ô‡í)œÛô ßº‰‰¿ 1 1@ˇˇ<ˇ¿ˇ 1@
  466. ˇˇ‰ˇ2ì}K˘`üÉpf&Ã{f í í í í í í í í@ˇˇÁˇÄπ$pÜrH ∫@ˇˇÃˇ2ú}I˜`$3>¸IfƒºôÃ¯Ï ¸gß…˘0 1 @ˇˇìˇ'‡?íŸs¯L 0 1 1 1 1@ˇˇ…ˇ»ŒLúPòôíGû…∏gÙ«Û¥å>èg9ú‡ 0@
  467. ˇˇ|˛ìÃây<8Áè‰∞ßLí'`@
  468. ˇˇ|˛ìÃây<8Áè‰∞ßLí'` í@ˇˇôˇ< (@ˇˇíˇòxÃ|ÏŒÔ~û√<;Áñ‰∑sìÛ%Ú¿ ˝@ˇˇ˘ˇŒ˛ü 1@ˇˇ<ˇ¿ˇ 1 \dÅ@ˇˇ2ˇÃMŒ@    ˇˇ<ˇŸˇŒ˘ L9…pŒ«< 1;A ˇˇ˛ˇÌ]∑±y˘€vvø˚˜æÌ}uoÂfi=Ô€›∑fl˚›ø=ÎÈi€ØÔÌØüˆq?n~Û›k⁄ÛÌÔfl˘ggΩfi– 1 0     @ˇˇÚˇü`?    |02?úsÁtìŒp9NÁ‡˘»$Ä@ˇˇôˇ3¸0 ¿ô‰@& z@ˇˇ2ˇâIT&@˛ v v .P ù@ˇˇôˇ?&˛û8ô \dÅ    @ˇˇ'ˇÙ7|Œó@ ˇˇÛˇŒ∞19ì$ìú\~_Œ%'ÁՉĠ7@ˇˇÚˇôP ≥ìê@ˇˇ…ˇ?íÊú@ˇˇôˇ$‰–ôò0 E E - 1 ÿ    @ˇˇôˇ'íh9Är8O0 ª 1 1 6E[@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ¿ˇ 1 1      1 1 1 1 1 1 1 1@ˇˇ|˛ ìú쇠1@ˇˇ|˛ ìú쇠1$@ˇˇœˇ2ÉÛI$ɉd˘–π.<8 Oßú    ò~2ò' 1 π ı@ˇˇ'ˇ&4Ê$ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 @ˇˇÁˇb"rdÿ2Û¿sÄÊr˘L‡‹3”^3JhNxf¯ 1@ˇˇ2ˇ4sû$@ˇˇ2ˇ4sû$ • ã @ˇˇy˛3'NÇ»I ¢£¶ § Ç •≈ ·‚ ‘@ˇˇÁˇc"&󜠠J P • ÿ B §•
  469. @ˇˇ'ˇ≤&‚˘ÿs àäå@ˇˇy˛ Ãú쇠ø Ü § •≈ î 1 1 g 1 1 1 1 1 1 1 1 1 1 1 1 @ˇˇ<ˇ“ˇ<pŒI?pxé \dÅ@ˇˇôˇìAÊá''&Ä@
  470. ˇˇÛˇÁ¿2í!J“‰íAîSÏ@ˇˇ'ˇ¿6@ˇˇôˇë&ì    ~˛0 VWM 1 1›@"ˇˇ˘ˇˇ)wF‰¯'ø˛¯3˘8˛€|ßèÈ=˜ıcw¥~y÷ˇõÚ≈fl~>ß}”∏ˆÁwˇ∏ßÙß?˚nØZ{˚˜„üz˜Ì«∞ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 X@ ˇˇüˇ˘0…]Óìú”&Ó√Ië3‰ë¯y@ˇˇÚˇëS>ô?p:è‹ßqèü”Ω‰{Ê˛Ãâ„%~·<$3?À˚ÊÓ˝)Ã>˚œ∫˜µgÂ)w<˘€˛K∏ ≠@ˇˇy˛Û%1ìœôaœS9∞ @ ˇˇôˇ¸ë>ôÁ3OL…    N»ìˇ TÖê@#ˇˇ˘ˇ˝,ü3)/˛æ,g:é◊Ò˜¸2g\}˜˜˜∑6˛ñ    LÔqhè1ÁˆÒ”)Ó>˝fiÃ˘◊Lw•¸óÁfl1en”O`@ˇˇ|˛˛ë |} } } } | |} } } }@ˇˇÚˇ<P† 1 1 1 ò 1 1@ ˇˇ˘ˇ√)§'úüx22áYR¿7œ–¯ ì 1 ñà 1 1
  471. @ˇˇf˛ÂdN9˚ 1 1  1 1 6 @    ˇˇôˇ>2√    ¯œ0IIrÃh 1 1 1 ´ D@ˇˇy˛3'pÇ√yN¿G ^ _ û 9HJ 1@@ˇˇ˘ˇÂ,ò¯'Ás92Évfés…Áddœ∏øcˇçg0$<˛Ã»\ú$ÑÚ?ÛòÃ@ˇˇôˇìAÊD3Ù ( )@ˇˇ9ˇ|&¯Á@ ˇˇŒˇ9p'0'õ‰<Û„åLRÊœÁ ≥¥  ÿ ©™@ˇˇ3ˇzΔD@
  472. ˇˇíˇ sÃÀ◊úìÚÁƒÛ3úÄô <@ˇˇûˇ LÃÃüÙô 
  473. @ˇˇ'ˇ3%J˘ÿz@ˇˇ'ˇê=@
  474. ˇˇ3ˇ‰=ÚòpÜÁúÛëô¿œ…{0 ˚ ˚ 7 7@ˇˇ…ˇ?õ`@ˇˇ3ˇ$?è 8ø ,-@ˇˇÚˇôP # B†π@ˇˇ|˛ íì~¿` 
  475. @ˇˇÁˇc"ìòŒ<…x2@ˇˇÛˇ>0L`úëú¡@ˇˇ˘ˇÃ ô£f&@ˇˇŒˇ pbí%Iíú  @ˇˇf˛¸d$ ˘ Ç@ˇˇs˛Ú$\9@ˇˇf˛πL¿Â˝ HN HN Y@ˇˇy˛3&03y¿ô q N r< q3@ˇˇÛˇI9`Œ‡3g≠Á휅»¯2¶$|wáœÎ뢄ó<8‡„ F@ˇˇôˇ!Ú·Ãú{ÊéÉO97ÊÂ|èg«@í r ®@ˇˇr˛1N@‰ F F +>@ˇˇ3ˇœ–@ˇˇr˛1N@‰8@ˇˇÁˇÂÄN¯~2˘øq˘øŒ,ÁíÒ¸èœKǢôü‰åŒ∑3ÚÕÀ    Ä % 3 1‚@%ˇˇ˘ˇÌÓŒ¯ˇû„§π˜ˇ˛ÓÛn{Ó˘Û;ç¸{Óˆ¸˚€˜ÏÚ∑æù≥Ômۈ̫ˇ˝ˆˇOø∏˘Ùg=Ú◊ùÌ<•ûß_?ˇú»õ 0 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1@ ˇˇÛˇô¿ú√3pó8Û ìùŒ,ú@ˇˇÚˇ‰pÒ√/…Ùë<˚ö9ís¯SÃÃLJ?ëòpí |ù@ˇˇ<ˇ«ˇ& &HW M@ ˇˇôˇ»ì¿ìJÚdgü”Mç7z8ÁˇrG@ˇˇ<ˇ«ˇ& 1 1
  476. @ˇˇôˇÃóê¯2ë     1@ˇˇôˇÒôÌ…‰» r@ˇˇÚˇ?`    x3<àA X @    ˇˇÚˇ>P>t…?igÚ.·@ ˇˇ˘ˇ>/¡I    Á·$If$GΔŒ qA 9 @ @ 1 3 1 1 .A 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 3@ˇˇÁˇO¬ø:)ɢ&yí«=Kûû3fxN ë +≥ 1 /3@ˇˇ<ˇ«ˇ&údÁ¯ Ç 4 4 4H 4A 4@ˇˇÁˇô¿…√Ä… 4 4 4 4 4 4 4 4@ˇˇÁˇô¿Ò√& 4 4 4 4 4 4@ˇˇÃˇ¸‚†Ò \ 1 1 1 1 1@ˇˇ9ˇ28frsf¿ 0 1 1_@ˇˇ‰ˇ‰ìAœ#üæÓ9±;Ó‰Û˜ÃÛíøiÊ(œ3|?'˘„û”üÕ‡ˇÏ3-w“\ûœñßOI@ ˇˇ‰ˇ3ÃÊ%B{LfáôÇød19<2ˇÄ!@ˇˇœˇíÄÄ?‚…¡Iaü|˙IR¸'˃%«ßdêœ 9D@ˇˇ<ˇ¿ˇ@ˇˇf˛πL¿Â˝ 1 áâå 1 1 1 1 1   1 P 1 1@ ˇˇÚˇ<p2·â'¯‰sû¿@ˇˇÚˇ<P†U@ˇˇ˛ˇ¯œ˜d√#ŒÒëüˇ‡”ÓÉ츓zídÁì˘ˆÕ?˝|ú¥Ã°Ú«2Ó 0 6-@ˇˇ2ˇéI3g‡Ã√ÂÛ¯gNÁ∏¯Ù3Õü|¯\ÁÊÚ˝xÙ3ƒ ‘’ 7>N 9<?       E@ˇˇ…ˇ$òôìxÊòqNf@ˇˇ3ˇÂj@ˇˇ˘ˇ‰#üs&9çséˇ˙:fi—ú◊C˝‹íJÃy'ì˚˜ôcù)õôoÎÁc€Àı/˜ü@ˇˇ'ˇÙ<yœ(@ˇˇr˛N∏%&I 9HJ@ˇˇ'ˇÊ?9@ˇˇ3ˇ;pí/y¿@
  477. ˇˇ2ˇ…IO&ºÔ&¡7gX&¿Ú‡@ˇˇôˇìá?Äá ©@ ˇˇíˇsÃ,ú‰ ŒÚ¡ûúbrrœ  @ˇˇ˘ˇ‰3…É0i  D X@ˇˇ'ˇπ'P@ˇˇ>ˇ†K˘ $¿ 1 1@ˇˇ…ˇ3í†Ï$˘¿$ 5 PC :C} 9C} 9C} 9C} C&@ˇˇúˇûí·GŒÊ'˘Çı©qQ&Mí˜îSü$ˆ 1 1 Vv™  Á@ˇˇ9ˇúÄœòdÁÛ@ˇˇíˇ<x¿?0'`Á$gÄ@ˇˇÛˇü∞‰ÄÒíÑú«ŒñO{ä·ÈN¸L¿è ∞@ ˇˇíˇ NríóIŸø'ÒÉ3Úûî<¿óÄú@ ˇˇ2ˇ√IìÁ˘ì3—ë<»¸Ú?X¿  ≥@ˇˇíˇsÉI>‡ P A@ˇˇœˇ<∞ê9Iÿ ©@ˇˇœˇ‰Äô$8ÄÎ@ˇˇy˛ ì~‡`     @ˇˇ2ˇ…Ió$%œ$‡íÏ0e   q   >Y [§™@ˇˇôˇ˜ìúÅí@ˇˇy˛&…LŒ1Ê  @ˇˇôˇ|Δ%Ë@ˇˇ2ˇâIó$&œ 4?< 3 9C} 7 1 :C} 9C} ! :C} 9C} 9C} 9C} :C} 9C} 9C C} C} 7 9C} 9C} 1 1 1 1@ˇˇ˘ˇ·#rò‰K3ºŸ√Ú°YûÚ$.ÕI2)_rÿ 1 ' \dÅ \@ˇˇ$ˇgí‡˚ 1 @
  478. ˇˇúˇìí·ôs‚%ü8ëc&ü08@ˇˇíˇé{Ä qv@ˇˇ2ˇÙf qvx@ˇˇìˇ¥$AAˇˇúˇVíÙ@ˇˇ3ˇó7È?‡/    OyŒÄ qvx
  479. @ˇˇìˇ1''ßÄã@ˇˇ˛ˇ·Âüë$ÙL∫¸'sô9ÃœÊíOgÒû,Á:+oNøflÓˆ'>¸¸…Õ‰o„xæìóyjÂPÒNÚ˚‡O 1 1 1 1 è 1 1 1 1 1 1 1 1 ª 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1@ˇˇ>ˇJ 1 1 1 1 1 1 1 1 1 1@ˇˇ…ˇ38N‡Ãarê9xÄ' [cÄ ./    @ˇˇ'ˇ¸<œ\ ; ÿ@ˇˇÃˇ$ƒ0Ò Ç@ˇˇ?ˇ˛3 ∞ ∞@ˇˇ'ˇ≥'ÒÑ¿< Ü∞@ˇˇ&ˇ¸gâ'Ä@ˇˇôˇ    …ìòàëÖ@ˇˇ…ˇ9Œ%ÎY΋sÁwπˇ‘ÆÌô?˜zcLfâÃó˝é{ÊˇãìOsõæ„ówYœÕ©‹ˇv   ¢® ]eÇ l @ˇˇ|˛d ÚÕ)yÊ/` ùûü @    ˇˇ'ˇ&<…x|NL>I`é0? ®™ Ω@ˇˇr˛Nn@ˇˇ9ˇ?&¯y Ω˚@ˇˇ2ˇâIó$<Ê Ω˚ é    @ˇˇ2ˇâI^&«¸dÄÊòÛ ¢ @ˇˇr˛Nn û @ˇˇ9ˇ~&·4 ∏π@ˇˇ9ˇ|&œ ]eÇ {@ˇˇr˛ŒNLd ’÷@ˇˇ'ˇ‰<…ÿ@ˇˇ9ˇú¿‰òdÊÛ =@    ˇˇíˇ√dDÊÃõfiIÿ3ßL`@ˇˇ3ˇ˝«Ä@ˇˇíˇ¯dIfiB@ˇˇôˇ∑å3÷wˇsn&ó˘¸ò˘áœÚ‰{Êå3OÊ7é<¯ôf~˘xèÃ'   Ω @ˇˇ'ˇ§<œˇ-Ä Ω˛ @ˇˇy˛3&%3‰Ÿ·Oô3ê@ˇˇíˇsüI¿Û@ˇˇ'ˇÙ<œ8 ˛    @    ˇˇ2ˇâI_&‡˘&Ä9…¸0 û{ M P 1 5 7 < àäå < 7 7 56J 567 7 Ä@ˇˇ…ˇº$`ü áâå@ˇˇôˇì#ô`í$9ò j |íh |h h h P h 6 8 h \ 1 1 1 Ω =@ˇˇ'ˇ&4r@ˇˇíˇ {)ì ø ø¿)@ˇˇúˇ…í°∑ÔÒüÀ%ì‹7¯Õ'ö    ‰–å ?@ˇˇ3ˇõ«∞ô   §•
  480. @ˇˇ?ˇ<¿πyô    @ˇˇ3ˇõ«∞ô ¶@ˇˇ3ˇÄΔ@ˇˇ3ˇõ«∞ô V@ˇˇ3ˇõ«∞ô §•    @ˇˇ3ˇõ«êô ø ø ø¿ ø ø ø¿ ø¿^@ˇˇ9ˇ$Ïíî˛d{flvÁÓøŒÈø¸ÛwìπÁÏ¥oÀdπ 1 1 1 1      1 X 6L@ˇˇíˇ¡|˛Á√Á$ìì§~*È”vÁÓøÛÏæ8g^ó¡π<æùÉfl$ÙÄ @ˇˇy˛‡ûô˛s$f¿¯x
  481. @ˇˇy˛‡ûò˛¿yÒÃ@ ˇˇ9ˇ¿À˙|Óy˝1Ã<üåΩ$güè@‚ \dÅ † H@ˇˇ'ˇ§4‰‹9∑0” ), )-N@ˇˇÁˇŒ¿r83|' 3$@ˇˇÛˇN2sré_2    ú3MÊÑœúÁ˘¢ÛfLof˛âπ    <ñg∞ .@@ˇˇÛˇ…0%Ÿ#…Á<˘π$œfl§¡·„õË‚gxß∏˚Ù[2˝«7û»–3ÚÓ«èqì@ˇˇ'ˇ&?Ád¿ N  FÜ@ˇˇ&ˇÂL9@ˇˇ&ˇ…LÄ« *≥@    ˇˇ|˛ì»ôÓì}_é˘3·ù 6M@ˇˇr˛%Nfi¸` àäå àäå@ˇˇ˘ˇ/% 8X M@ ˇˇ2ˇ…IO&«˜üÑâŒú&òÚXÀ¡˛ @@ˇˇ9ˇ‰ÔíìœIÛôµ;wˇ~NøœI 2wóÁ∑sv⁄«~ó è    N@ˇˇ'ˇ&<‚‰@ˇˇÁˇŒ¿( A 9;F Pr+@    ˇˇ|˛Œ»˝Ìôÿ;«>í.Ü∞„ P @    ˇˇ2ˇ…Iè$<ÙΔ$sfî3¿ô ?    ;@ˇˇ9ˇ$üíúøeèÔù9ˇ€Ùª<Á¸˚;3sôôÀ˝€«9HËÄ èJ@ˇˇ‰ˇ˚ú1ì˚4æ&9i˛ì·„q*‰≥”/…ûø›>˝œåÚúK^—·g‰€è¿?     6 9< 0GI@ˇˇíˇ√de2.œË@ˇˇ<ˇ¿ˇ 6@ˇˇìˇ=8NÀüs¸§q¬ì#Ò'?…‡ú#ìÊ@ˇˇíˇè{ 9< q@ˇˇ'ˇ‰<ú‹@"@ˇˇy˛ÿù#flè3˝$bÜ;˜ 9< @    ˇˇÚˇ<`ì¡û¯‰¿N…crê 9:< 9< 9< qº /@ˇˇÁˇO"y'âÛ0yûs2·ëœô?…'9OÜ ./ . . 4 I@ ˇˇœˇIŒ·¸OíÁˇÊġH<$† 
  482. @ˇˇÃˇ¯üí√3ròypŒÛ<rÊ<sfL¬¿ ,0b ,0£@ˇˇôˇ    íx> ·‚„ Ùˆ Ç@ˇˇôˇ</I…¿ŒÄ«@ˇˇôˇâd    3œ ( ∏ 8 P@ˇˇ…ˇôËí
  483. @ˇˇôˇÃóê¯2ë     5 . . .6I Pà 5@ˇˇ˘ˇŒ I(|Œí%yíΔúYìí3dx– 56 Ä@ˇˇ>ˇJ ), - 56 Ω 5 5 5 @ˇˇÚˇòp~…ÿ9$¿ @    ˇˇÚˇ<PI†…¡$âʃÁ>Å 5¢§@ˇˇôˇÛì…Åí@ˇˇ˘ˇ/úìsLJ@ˇˇ'ˇ&4‚$@ˇˇ2ˇ√IÁ»dÚ¸ 1 7@ ó ¨\Å ,- ,- N ,-@ˇˇÃˇá‚¿$ ,- )LN ,- ,- ,- ,-@ˇˇf˛…fí˘ /0N ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,-@ˇˇÃˇ îπú$@ˇˇÃˇ î∏ú ,- ,- ,- ,- ,- ,-@ˇˇÃˇ î∏ú )LN ,- ,- N ,-@ˇˇÃˇá‚√$p2 ,- ,- :@ 9@ 9@ N@ˇˇÃˇá‚¿$ ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- )N ,- ,-@ˇˇÃˇá‚¿' @ ˇˇÛˇ…0I"ú9õ¡íúrI Oáì ã Y < Vá ã ã \Å 1@ˇˇ9ˇ$8_ ¿ ô ø¿ Ø∞ Vá Ç ¸ 1 1 1 1 1 1 0 1 0 1 1 6 1 0 1 1 8 S 1 1 TwÖ    @ˇˇìˇ'Ëí$&ûÄ 1 ˛ˇ@    ˇˇ$ˇÕ˜ÃÙî…¿Ûxf¯5@ˇˇ9ˇ$ÃíúˇdË{∏Áß?9—Ò舋rJ„ôˆÏ ]eÇ >       í@ˇˇ|˛ úúì‡@ˇˇy˛ ì~¿`      ˇ ˚ ≤∏ƒ ®© J@ˇˇ…ˇ õ‡Û 56@ˇˇÚˇôP ≥û|@ˇˇ…ˇ?õ`üg@|N@ˇˇ…ˇ õ·Û»   ]eÇ@
  484. ˇˇúˇ3í‹√Á|S2‡ì2ì    ~2@ˇˇÊˇ?Dìú«Âí<<ìÒ˛Nÿg«?ÚÛD¿`~ 1 1 1 1 1 @    ˇˇ˘ˇ ˇìsÄ »d¯Ly¿? ö 5@ˇˇôˇëí d@ˇˇúˇìë<‡òL> ûØ ΩI .>Z@ˇˇüˇô0òìIrDŒíƒˇOdídÃbrIxó 11÷˘œíDÊÃú'È79è<g‡Ä$@ˇˇ<ˇ«ˇ& > G≥ v  @ˇˇíˇsd2y˛ 1 3@ˇˇ˛ˇ9« 3 ;H q  Z \dÅ  D@ˇˇôˇ<?3¿Ä' gSX@ˇˇ<ˇ«ˇ& W@ˇˇüˇ9¿ú#ì√"ÄI@ˇˇÁˇc¢Å‚'¯@ˇˇ|˛ íì~¿` 9;
  485. @ˇˇ'ˇ§<œf'p ã áâã@ˇˇôˇ ìÛìÿ`~ 1 1 1 1 1 1@ˇˇf˛éIí`ò 1 q M@ˇˇôˇñë¿˙    @ˇˇôˇÚëXfl 1 Ø∞@ˇˇy˛ ‡úì‡ \ 1 1 \ \ < E@ˇˇÚˇŒpy8¿ Z@ˇˇÚˇ(sp?úÙŸ'y(‡LLÂπ˝¿·9 1 0 1 1 1 1 1 1 1 0 1 1 1 9B 7 7 7< 9B 7 * [ 7 5 7 â@ˇˇìˇ93'áôÄ P@ˇˇÃˇ…Ö‡$3…ô…/˜ôô$<¸òÄ P y@ˇˇôˇ»√ú¸úI2 [;C 6 , Ü r 1 < 0 1 ê@ˇˇf˛…fí˘ L  X X U@
  486. ˇˇíˇNd‰rËœŸ|Áû‰8|
  487. @ˇˇ9ˇ&„é@ˇˇ9ˇ≥&|…@    ˇˇ…ˇ<úëH&ˇ¯Lsˇ¿ˆ    @ˇˇ9ˇº&ºÁæ@ˇˇ9ˇ<&$œ@ˇˇ9ˇ|&∏Á@    ˇˇúˇ3ífl√Ázò&;ÚÃèd v v v v v Øµ∂ qvw ã ∞ ∞ ∞ ∞ ã ã ∞@ˇˇ>ˇ†Kû$Ï@ˇˇ˘ˇ¿…p˛¯»fNgÜLÄÛ'yo&˘…ü)3˘ÄÄ@ ˇˇôˇ<˜ÃÙúÃ͘~ œÄ@
  488. ˇˇôˇ<1…ôô?°3Ñ‚œ6 @
  489. ˇˇÛˇ…¿‡<IÃåôŒë9Û¡ @@ˇˇg˛‡‡ûdO@ˇˇôˇ;ˆÍkGÜsŒ<ıˇ$`ûûIN"˛KüÓÓ7ë?ˆÃOuÁ+¥o˝Ï …  é     ]eÇ  @ˇˇíˇèxIÜ8< E \q kqz r 1 @    @    ˇˇíˇºd$93˘¿ëLf è¿? N v@ˇˇy˛3'œÄ9 ]Ç@ˇˇ˘ˇ?âfÄ3O<í2íDOí˚&œ·I#ì»< 1 1 1 6 1 56@ˇˇìˇ 3rí6I 1 1_@ˇˇÚˇôH&£fFüxˇˇ$Ãíú˛doflvg⁄˛üs˘˝√€±πÃÂß]ˇ=      [cÄ í     \dÅ@ˇˇy˛ÿùfl˝üÅ3√∑@ˇˇ|˛…úyl¿o·œ_ì¿@ˇˇy˛ÿùfl˝üÅ3√∑   í     ]eÇ @ˇˇ<ˇ¿ˇ@ˇˇíˇœdºíÅì2ôóÁÙ@ˇˇ|˛ íì~¿`   ã@ˇˇy˛ ì~¿` ã ã ¨ áâã 5 áâã áâã 5 5 áâã 5 56 áâã •@ˇˇy˛Û'p¢Äy∞ú 5 1 1 1 1 1 1 1  v v 6 1E@ˇˇ˛ˇ(Ò9r˛wˇ{Ÿ‚ üÓâ\II∫Øqxáû'úÛ·=£˝¡x2â|îè‰«Û…6   4E@ˇˇ˘ˇ¯,]rnª˚{‹Ê9'ìw>üÔ‰qߺÒx©O√ı?è<'
  490. @
  491. ˇˇœˇO2|8‰¿sLJÉsú  Dû@
  492. ˇˇ…ˇ≥$ô·R2ì|«úIíOf   Ω   π >FG 7 1 7 7 7 7 5 7 5 7@ˇˇíˇx    N9%ß@ˇˇ'ˇ;4””íÎÔ\‡@ˇˇ'ˇ∑7ÌœéoIÄfl@    ˇˇíˇÃIìô[ö-ø9æœ% ry@ˇˇÃˇíí2yp◊Î$} áâã@ˇˇ'ˇÊ's >F
  493. @ˇˇ'ˇ3#‘«∏ Z Z[û 9:@ˇˇr˛OL† >G x5 áâã@    ˇˇ…ˇúõ¸‰ÏìÉî√á'î x8@ˇˇÚˇôPÒÉ3@À  D qv• xÄ@ˇˇ˘ˇô¿/⪺<ˆ`@ˇˇ…ˇ?õ` J@    ˇˇ…ˇú$ìùôœ…Ní$Ù 1 ' v 3$@ˇˇÁˇ<#Ád.K2f‡9áh&Åw∏ƒîáÃûLÚG¿g@ˇˇôˇ Ií‰0_»@ ˇˇÃˇÜ„    |˚ú‡ü$g鸢ê8@ˇˇ‰ˇ$Ãɢ»3$ô…èÄ@ˇˇÛˇ20dûè9L8$✸OqÊÈÊfº<ÄüÒÃúÛ - -  Xy@ˇˇôˇ$<…‡8I @ˇˇ‰ˇÚ‡Ê#=·CÀ.…Ã>œÂ'ʼn¿üÕy,áè…ÑÄ @
  494. ˇˇœˇ3į·9gì¡Iì%»„ ùû û P P@ ˇˇ2ˇ√IìÁpœN%Gûâè <#| P +GI Z ‚„‰ û û û/@ˇˇúˇ3í{˛ÁÌÆˇ«•c˛[ Ê«è?ë3ö¡Œx@ˇˇìˇ''…d © AB  5Vá@ˇˇr˛Œd‰I‰√º UX[@ˇˇ9ˇ31…áôòp& q @ˇˇÚˇ<pL‡…ôò ó ¶C 1 1 Vá áâã@ˇˇ'ˇ?4öü@ˇˇ3ˇá9–Ï¿ô  @ˇˇ>ˇ†Kíí!îSÏ 1@ˇˇÚˇ<pí·> y 1 û∞A 1 0 1 1 1 1 1     @ ˇˇôˇ} ˇì·8·>"q±N$˚ÑßÄ…@ˇˇr˛)N¿û º@ˇˇr˛èNÿ A A   \dÅ   Z;@ ˇˇŒˇ3`$‰$Oí3ìˇîÚ»¸ X 6@ˇˇôˇ¯ìLüú&&` \dÅ@ˇˇíˇ∏d&9íÄI@ˇˇôˇ$29g&˛$        0wY@ ˇˇ2ˇ…Iü$ œ˜‰ÙFr2xå<Ò¿?
  495. @ˇˇ2ˇ…Iœ$<Ù&êG‡ 1 O    @ˇˇúˇûí·:Œdàó N x X /@    ˇˇœˇ20~dŒúa``˛8I@ˇˇœˇÄ»íÄ3'9@ˇˇ'ˇÿ= x Ä M{ ≠∫!@ˇˇíˇ¡|ÿœò$aÊG&'œ‡ûô˛õîœûÎxF¯¿¶ [cÄ 8 ƒ@ˇˇ2ˇÉI¯û   @    ˇˇúˇ3í{Œ¸fi.˘3É3» Ä  @ˇˇôˇúî0ìê˘<@ ˇˇÁˇ?¿Ä3ÄÛ'yß?d¿Ã¯Ò‡<@    ˇˇìˇ39…>˝&gÜ¡èÁ@ˇˇ&ˇÛgÁ‘Ä@ˇˇy˛?'¿ß¸dÒÃg˙ú ® X ®  ó@ˇˇôˇ»í‰ú$sΔIô$Ãs˜ü˛ÄáÚc¬œòé¸è Px 1@ˇˇÛˇë√í1@@ˇˇôˇˇ$¯ Ä
  496. @ˇˇ¸ˇêßî¯ú‰≤ûà x W x [@ˇˇôˇ ìbí'I~¸s V  
  497. @    ˇˇ2ˇ…I«$8Á&ÚX¿‡ @ˇˇôˇ»ìûò$8?&2… É ?@ˇˇ|˛2»IN    ˇÄ@
  498. ˇˇ2ˇ…I]&˜˛D“Ûòí…ús‡      Ï@ˇˇíˇMI≥s¿ëûy˛‡ëô ìù»#œ&Ä r @
  499. ˇˇÛˇ$¿ûcíg˙O2ègÄ † @ˇˇ2ˇ…I]&[ˇÄ”     @ˇˇíˇó{'áúÑd–@ˇˇúˇ3íô√ò qr@ˇˇìˇ=3œƒ¯∞ x í@ˇˇÛˇÃú18>?2ˇO|ÛπÂü˘HÚ_˚ß≥ß∑˝ÚûÁ|¯æi_?ˆ'[˙3æ««<≥G«ª˜Δ)߸îœsqˇ@    ˇˇ<ˇ…òôíÉ#s»   † ƒ≈Δ „‰Ï@ˇˇ3ˇÑ„– ∏π ·‚ ·‚ ø 1 ó@ˇˇÛˇÄò‰údÁ¯ ö X x
  500. @    ˇˇôˇ»ò39‰dòûÀ\– ö »…: E:                1 P^@ˇˇÛˇÚI¡< œFûœwº}˚ˇß÷xÜ„M‹œœøª›fl~ÃÛ˜¯Ùy32gô[?û % @ˇˇ&ˇ©LH…¸@ˇˇ'ˇ≤%?ˇèrÊ› @ˇˇ'ˇ&%…Yˇ@ˇˇ&ˇèLwÇà@ˇˇ&ˇåL¯ë ÓÔ Ô Y(@ˇˇÊˇ9Dí%Õ»Á    b>Ê`$ÛëÁ)Á∏¯Ù~3ìsssœìå˘• ·‚„!@ˇˇìˇÁ3Ô∏˛œYí#Ë{‡$û‰BKèL»@    ˇˇíˇˇs¸‹ü√$¸íúfI¿N@ˇˇ'ˇ>#Ì~˛√‡ ÓÔ@ˇˇ&ˇ Oˇë¿< \ ÓÔ ÓÔ Ô4@ˇˇúˇ…íffʸ|fiæ◊…3ôóÊ{Fgä?J~fxfÛ˝¿…  M@ˇˇ'ˇs'?ˇèrÊ€ ∏ ∏@ˇˇ&ˇ±L í@ˇˇ'ˇ∂?Á_~$¿œ ⁄‹@ˇˇ&ˇåL¯ë@ˇˇ'ˇå'ˇìÄ@ˇˇ'ˇ&'…X`@ˇˇ'ˇó#˘˘o∑Ê  O@ˇˇ&ˇ±L í@ˇˇ$ˇ…x ÓÔ @    ˇˇÛˇ3¿ë%á'‚Orêœ4r@ˇˇ'ˇ'%»Ÿfiˇ`@ˇˇ$ˇ§‰~@ˇˇ&ˇ±L?í@ˇˇ&ˇ±L?í@ˇˇ&ˇåL¯ë ÓÔ@ˇˇ2ˇ'M¸ ∏π@ˇˇ&ˇ±Lˇí@ˇˇ&ˇÚgG2¿ú fl ÓÔ 
  501. > 1 [cÄ 3@ˇˇ'ˇ‡6 8@ˇˇôˇ‡»Ã 2Ÿ^"@ˇˇ3ˇ33  Ç 1 1 î ö  !@ˇˇ…ˇ3»˝‰#9‹K>L"5Iì$<˛ò    ˛¯|√çÁ @ˇˇôˇDÚ-˜<œG2¡ë”ÃúôìÛ339frLnò@ˇˇôˇFÚ{f¸óˇéó¬ON…$õRÚrsèLú@
  502. ˇˇŒˇìD'ôIú忄É<9 àäå àäå 5ü@ˇˇ˛ˇΩmefiÓ‘˝œ‰aôîfl€“∑Î?f;…›ÄŒ@ˇˇ˘ˇŒ/«Dú'r˛…Kì…¿gÄÑ@ÊxN @ˇˇŒˇ `RíìI∞¸d w@ˇˇôˇÒëÌIŒœL@ ˇˇÚˇNJrrKRò'ˇôIéSæôÉ° & å &/@ˇˇúˇ3íò√Mr˘úg> X û@    ˇˇ…ˇ≥$‰'∞æ∏dr29Á§ 
  503. &G &@ˇˇíˇ s¯Ú û PQR@ˇˇÃˇ¯ÃyI  1@ˇˇ|˛ÊúIpŒÄ?@ˇˇŒˇéK8| R@ˇˇ|˛ ìúì‡A@ˇˇÚˇ<xŒ·ô>;ëÃ9í¸pû¡ü‚Ó”øô˙;{fHsO˛~<Tˇé˘"@ˇˇÚˇ3HOò2f∏gÙÁ3¯c>IÒügÊΔèT$@ˇˇôˇ33>Êú‰ÃØœ3˘ª?¯π¸öè@
  504. ˇˇ|˛ì»ô‡ösÚLeŒ¿@ˇˇÚˇ<`¿o‰Y≤Ä Uw 1 ó ó ]-@ˇˇÛˇ|˛<8#wíÛ~¸C2≥‹s˜ˇ^2$O≥3I<ß7¡»$@ˇˇ˘ˇ˛H˛@ˇˇôˇ íbí'I渠qró -q@ˇˇôˇ∑3œÌf`M@ˇˇ‰ˇ‰Ã˘‰3¡3…¡&åI<ÃÑ«ô‡¿@ˇˇíˇ Ox퇸 TÖ @ˇˇ˛ˇ¿I‰    1  F @    ˇˇúˇ3íô√?ÁIÃ˘?òÄ F ó @ ˇˇÚˇ‡KÜsÇsrNûH‡I·|@ˇˇ&ˇ¸gâ'Ä ê AB 8 @ˇˇôˇì¿Lû‰4 W @
  505. ˇˇ?ˇ.ì    Úô1#ì~í    ‡ú@ ˇˇúˇ9‡ò#Å'í9 93ÒcèêI@ˇˇÚˇfRP ≠ % \dÅ 1 ëî+@ ˇˇ|˛?»·wÓôãüwMîøÌÃY˛fir@ˇˇ…ˇ»Ã 2°ÕGÄ TÖ qøY g qMN r @    ˇˇ…ˇ§$˜ì >√…ü<‡ @
  506. ˇˇúˇ…íπáû…9<%‡ kz    @ˇˇÃˇ3ìô#À9‰Äyí< X Y ê ø@ˇˇf˛√e@Ê ø ‘’ Ï vΩC@ˇˇúˇ9í//ªÔÁΩ7√r3íg1oY2GûMÛÃr ‰|ò 1 àäå ÖÜ ÖÜá@ˇˇôˇ‡»Ã |ÿà@ˇˇ3ˇ34` © ô àäå &8@ˇˇf˛√f@‰ ®©™ ® ®@ˇˇíˇû{‡ Ä©@ˇˇ3ˇÚÃ∞Y@ˇˇ9ˇ3&f…¿@ˇˇ3ˇ≥$ @ˇˇ9ˇ?&‹πæ@ˇˇíˇ8sõ9@ˇˇ3ˇ3?`@ˇˇy˛ ‡úì‡ ÖÜá@ˇˇf˛√f@‰@ˇˇ3ˇ3?`@ˇˇíˇs¿fû…àÖÜ ®©™ qr ∂∑ ÖÜ ÖÜ ÖÜá ÖÜá ÖÜ ÖÜá@ˇˇ&ˇ…LÄ«@ˇˇíˇN∏r3˘Ä¿    @ˇˇíˇ{ Nü¯G … … ë ÖÜá@ˇˇìˇ'Ëí ã ã Üá#@ˇˇÃˇ9 …úÀ9|éó_í4ÒÕ8OI#I¬aNâ…8 56 56 56 6 1 1@ˇˇ…ˇ õ¿Û 6 7 H@    ˇˇÃˇ‹‚ü˜&π'Ûú<' ; ; ;@ˇˇÃˇ…ëúú ./ ./ ; ;@ˇˇ|˛ íì~¿` 1 Ä∂ T T T T TU TU    @ˇˇ<ˇí?…ù    À@ˇˇìˇπ$ô&õ√K@‰ 7 1 1 1 1 1 1        @ˇˇìˇ<í…L?@ˇˇ˛ˇÄd WX@ˇˇôˇíAÊÜ'O    @ˇˇôˇñô¿˙ W W W { 1 1 1@ˇˇìˇ‡NíbrrLLÜ¿¸ ê 1 0 0 13@ˇˇ…ˇË'‡ 1@ˇˇôˇ«2ˇ@ˇˇ…ˇ$ú?ÁíIx2 VZw@ˇˇÃˇíí3yÚëD¸@ˇˇ'ˇÊ's@ˇˇŒˇ?H‡ I ,Z@ˇˇÃˇ2íb`í ÊÈ@ˇˇ'ˇº?¸Œ|ó 9:@@ˇˇr˛OL† >GZ@ˇˇÚˇfz>tpáœx$ÿˇ}ˇœ}%«æºŸ‚á\ø$2ç∂$fv~Ï”=â?|Œ˛Â˝±p û† û† û† 1 û† 1 1 9 ü 9≥ 9 9 ≤@ˇˇ<ˇ¿ˇ@ˇˇ3ˇfií_@ˇˇ3ˇÓí_ 9 5  ûü†@ˇˇôˇ»ìÛ»‰Âæï`◊ 9@ˇˇ3ˇÓí_@ˇˇôˇë1ì¸'ôóöL ¢@ˇˇ9ˇ≥&|π@ˇˇíˇßdˇ<0á¿f w áâã@ˇˇ3ˇœl TÖ ã ã@ˇˇ>ˇJ ã1@ˇˇüˇˆâìòƒùÛÀπõNo?7¿ô1I    Œ‰ëc·¸ ª M@ˇˇ>ˇÆK áâå áâå 5@ˇˇ…ˇ?õ` 5I I 57 5 5@ˇˇÚˇôpŒ≥  @ˇˇÃˇÅ‚êì 9: áâå )≥ )≥ ),- )≥ áâå@ˇˇÃˇÅ‚êì áâå XY áâå   áâå ≥ áâå      @ˇˇ'ˇ<3}cÄ|@ˇˇíˇ√dN2Ås¸@ 9: áâå G G )≥@ˇˇÃˇÅ‚êì ≥ 1 1    @ˇˇ9ˇíúííAîSÏ C Gê      öX G2@ˇˇ˛ˇ˘%~½[Ã≥® 
  507.  q P P ø C@ˇˇ'ˇÁ4:C2{¿> ? $@ˇˇ…ˇ2»dc&'#Ä@ˇˇ<ˇ«ˇ& óX@ˇˇÃˇ¡‚êì@ˇˇôˇ&„w¯ú"@ˇˇ˘ˇ√˘œíÛ¸æü‹ù˚ 8<…Ô¬yxü I@ˇˇÚˇôpÒ#¿@ˇˇ˛ˇ8@ˇˇúˇ3íú√dé<â G G G gº@ˇˇûˇ&HCK<…8ëõü‰ G    @ˇˇôˇDÚ>Ò¸ å$Gí`&     F ∏π gx≤ Ohr ≥¥@ˇˇy˛Û%%£ÛúNÿÏ[ v@ ˇˇôˇ 10ôë˘Û'#£˘îÏ5ú‡ÿ∑ ∂@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ¿ˇ@ˇˇ<ˇ¿ˇ@ˇˇôˇ¸ìpíì‰ìúN&H@ˇˇ<ˇ«ˇ&@ˇˇ<ˇ«ˇ& ˙ áâå^@ˇˇ‰ˇúô≥ó¯úÑ…ûÛœ^ìߢi<2¶€xN˜úÛˇˆfi6Æûí|˛û?¸æ\‚±éèÂî    ˇ¯ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 vª 1 0 1 1 1 1 1 q  *@
  508. ˇˇ<ˇƒˇíì/IhŒx«$0ò 'GI I@ˇˇ'ˇ‰<úÃË Ù 1 1 @ˇˇy˛„û”¯ ûp>@ ˇˇíˇ√d˜Ã˛òôÚÃRé…<c°|Ģ@ˇˇr˛ÁL¿ü@
  509. ˇˇy˛ÿùfl˝3áÁπwÚŒú√fl¯     ê@ˇˇs˛Ú$\9@ ˇˇ2ˇâIó$<¸í=fRC)'p ∑L¯˝ iÑ í  ]eÇ ]dÇ ]dÇ@ˇˇr˛;fÅ?$Ï» @ ö@ @ˇˇÚˇëKI&‡ì 1 q qY 1 0 @    ˇˇÊˇ?`rN…ô9‡a2Äœ G B ùû G 5 1 Gº@ ˇˇ˘ˇÃÃ9¡D2¯…ƒsåìO˙ } } } } Wv@ˇˇy˛ ì~¿` 1 q öù 1 1 V6Z 1 W Æ∞ N @ˇˇôˇ¯ëÕûœG2(sí¶3cj3í˛¯|@ˇˇíˇŒd…L'Œ 0 1 1 1 Ç r@
  510. ˇˇíˇœdÎí~ÄÄO9ì#gLBÄ I I I I 1 1 1 1 G@ˇˇ|˛¯ìfòdÊÛ Û@ˇˇy˛ ú쇠G G ø@ˇˇìˇ2'…gt 1@ˇˇy˛ ì~¿` 1  1 Ç 1 v 1 1   1 1 1@ˇˇ…ˇº'ó  ),"@ˇˇôˇ?Úƒì>Ù KRíîIÌt¬<>‘ƒú„2·Ä? 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 vó û qXm@ˇˇ¸ˇ¥ªô˛î„ô„œ˜§˘flè„Œˇ˛{Ú¸%Kú3‰{∑ÙÁ ¸¿Û    y˚d>pÊ˘OÊÂc>yÍÂPè>Á”¿ :     @ˇˇúˇ3íô√g‡¿$      @ @    ˇˇ˘ˇ/¿DmfúÃÚó'ÅÄ   ∂  @ˇˇôˇíû…Ä ∏@ˇˇ'ˇ¶'Ád0@ˇˇ'ˇ°?`'  áâã      Ñ @ˇˇ˘ˇâ#$1ñ2'èK>Ω"K˘MGy‡<¿ôìr¿xNSN@ˇˇ˘ˇ    Ä·Úê2 ƒΔ åƒ  gò@ˇˇÁˇ`"3?˛@ˇˇ'ˇÙ<úÃÊ 4 ƒ ƒ H @ˇˇ˘ˇf"s üHŒÁH2ì<¡ôúòÑÛú–Ä    @ˇˇ˘ˇ    3ôìáÏ@ˇˇ'ˇÊ'ÒD0  @ˇˇíˇx'99<0  @ˇˇ˛ˇ)ıóŒ‰ÂA3<~‡ad29Ê11¿'û¸I@92 B AB ∂ ¢£  q Z N q 1@ˇˇôˇÛpa~Ê$SN…O2ˇ%Æsxì…& AB Hê  Ç AB A 9:@ˇˇíˇNÄd…‰y… @ˇˇôˇ¯ì$3ìɉ''œ@ˇˇôˇí1…íô…OŒ@
  511. ˇˇíˇN˜ÃÙ«Ã&á>ègÄ y ÁË º q Ohr 1 1 : : AB X : vw ø w@    ˇˇíˇåd    Œ$9¸ú¿<2ˇÄ@ ˇˇìˇ98û…8a쉯'$‹…ò‰ë¯ X 1 S N v W PWa@ˇˇíˇ<s$9H≤&3êG‡@ˇˇôˇír2'ꇠë r x „*@ˇˇ˛ˇü%\&ó¸„7{Ƙ¯\øI{2<ñúóa&‡9  D @ˇˇôˇ 3…ú$I˝è† 1 ty{"@ ˇˇ˘ˇC…œíúô˜˝`∑prflxë√ø§ 56 56@
  512. ˇˇÃˇÕúLÊ…‡ôΔ„ûú@> 56 5 ¢ƒ≈ ¢¶≈ ¢ƒ 7 ¢ƒ 5 7A \ ®¿@ˇˇôˇ 3<Ú?  D@ˇˇ<ˇ9í30'ô 1@ˇˇíˇsœ2{ûäÇOLg?ûcÁ@ˇˇíˇ&NdrßÒgÚ.É¿@ˇˇs˛&8…X99ÄI    @ˇˇôˇì#ìÚ=ôú' P§ƒ B@ˇˇíˇèdíì@¿ì q ≥ ™@ˇˇ3ˇ‡ôì∞ 0@ˇˇôˇ¸ëôIŒú©>íIN‡Ã>Ò…Ìø‰Ñp@ˇˇŒˇ2KÄN ÛÙ  
  513. @    ˇˇôˇ$3…‡'Ë|íúõd = @ˇˇÛˇI2O¸gä94Ú9ì?ôô5…‰    2îìb˘pF@ˇˇÛˇ¯02Å3ìú@ˇˇôˇ¸ëë˚fÔ‡Iú|˘ìö9Ûjb?y@@ˇˇôˇœë…Å„í< 6 Xw { Zg8 q ö    @ˇˇÁˇÕ¿»1‰fòIx  H 4F ø ƒ≈    @ˇˇy˛ÿùfi˝ô— Ág∏o Ω@ˇˇ2ˇ4r7ó 1 [S S q@    ˇˇÚˇô`˜ì#©9<œ»x:p 7
  514. @
  515. ˇˇÛˇ…0… $%ôKí¯»#@ˇˇ<ˇ¿ˇ    @    ˇˇÃˇ ì<Û9ú¡9<2ˇÄ K H W H @@ˇˇôˇ'Ãì∞ ò1…ÃÊ@ˇˇôˇ&9L3O
  516. @
  517. ˇˇÛˇ‡3·d<ôìâˇŒÃû ≤≥∏[@ˇˇôˇ‡»,…í·INˇ%£ié‹Òr/˛;w'fl9ŸΩ[˘˛ Ó@ˇˇ|˛Óù@ˇˇy˛ ú퇠ó ó@ˇˇ3ˇì¿·ôÄ@ˇˇíˇ s¿ìô˘„û”üg‚>2œëéÁÂ\@ˇˇ…ˇ <9ô·/†@ˇˇ‰ˇÚ‡9á'Ä$@    ˇˇôˇœëX^I‡åûûë V@ˇˇìˇ9'…ád@ˇˇôˇd2y˛ 3 .@ˇˇ2ˇ…Ió$œë…‰¯  ó r@ˇˇœˇíÄOrì ‰Äô@ˇˇ3ˇå$úòœë
  518. @
  519. ˇˇôˇ$<ÊúÉsë8ú$‡˘<L&@ˇˇìˇ‡í…\ìy¿¿  q Ω@ˇˇ˘ˇ3 r$ô] «¸„˘ÄI…ë·πy2H xù { -M {@ˇˇ'ˇñ8√sú‡xÃ@ˇˇÁˇb‚<Iû&»ëúΔÅ|ìp92'    úøŒ‡Ã I7@ˇˇôˇaÚúÁÊfi;g_⁄ÊçS<Ûpœ{|HÇ4˝<g)3˙ò I@ˇˇ|˛ úúì‡
  520. @ˇˇ9ˇˇ$Ó    3<·9`& [ @ˇˇ2ˇ4q y∏ 1 @    ˇˇÁˇc"9%ô=»íúp> lrN@ˇˇúˇ3íò√ôÄ \      @ˇˇôˇì3ì…â‡π 9:@ˇˇ|˛&»3K`í Y ]eÇ y ø¿ su@ˇˇs˛38ûy@ˇˇs˛38…@û@ˇˇs˛38öG@ˇˇ¸ˇfl©ˇ¿›„¸π◊GÚíÛ'_ø§ÌîlŒ€¯qOÚπ¯{'¿9˛ ∞@ˇˇŒˇí`~f‡@ˇˇìˇ32'r\'fÿ9Ú|fr»|»$¿‰‡|6@ˇˇ…ˇ38ë'<<IIoNflº˘ºòÊø„‰Á˛úü√cIˆ<fgΔ¡èœˇÄ@
  521. ˇˇíˇx¬I·Iú‰ü˛3~<8@ˇˇíˇ    O3ì »¸‡|@ˇˇ2ˇ…Iü$Ê¿d@ˇˇ…ˇ 8Cì…¿@ˇˇôˇöë¡˙?8$¿?ú03Δc^sìfâ˝xèL2@ˇˇíˇ{AÊ>2:@ˇˇ'ˇ†6 8 Pv8 í@ˇˇôˇ ìÕÄO = {@ˇˇíˇNdÃL ‡ê‰@ˇˇôˇ&19Lá'¿$ É P TÖ ,v@ˇˇ‰ˇÚ‡·8O&íCH , 8@ˇˇÚˇ…H>√'NáGò0ìNrydLˇ¿'@ˇˇÁˇo">‡|ë„3«>õü<¸ '·ß?<¡93‰ëèg«ƒé˘@ˇˇíˇ M√ô>dí¿ 6 1 =@ˇˇüˇìįf 0 1 8 *@ˇˇôˇûí¿˙úé
  522. @    ˇˇÚˇ'Hd$Á¸\2Nrs¿ q 8ë .y¥@ˇˇ˘ˇ/ 'ÁÕ¨ØÁÄ.Ģì|R2dp? ¿Ä +> + #)@ˇˇÁˇ`"Å˘ú9I8g1ó»ô^“Äcœ<œqˆÈ≠Låˇ¿üÒÃÄ˚  ?
  523. @    ˇˇ<ˇì9…ú˘k8#ANÛ AB ® 8 … |∂ø    @ˇˇœˇ$0Ò…˚œ0ጠN ö ö ó π@ˇˇ2ˇMñ@ˇˇ3ˇ„– ≈ 8 8ë@ˇˇíˇtd…Ákíˇ«6À q#@ˇˇÚˇ‡KgJûYrÁûœ·úüÛ„ò}ˇ«˜'ÁÑÄ    @ˇˇ3ˇÃ?ÂÁ%    << 8@ˇˇÚˇ'H{$… ·å¯ú@ˇˇôˇd2y˛ r jû< i >ø x rÑ 8 8X 8 8 8 1 1 8 8@ˇˇ…ˇæ$L`úñ‰/…'ì0√$/Òd¿@ ˇˇüˇ20's‰¡pûLúMŒøÃöOxú l@ˇˇÃˇ Ãyú† *@ˇˇy˛Û'ìêï@ˇˇy˛Û'ìêï@ˇˇy˛Û'ìêï g ;$@ˇˇÃˇ¯í3ú0œVÛ…ô?.qí'%ì…·ˆ21NÃŒ ≥@ˇˇr˛xN ≤≥ÿ@ˇˇ…ˇ »#…Åôì…»@ˇˇr˛ºN@ˇˇÛˇ¿ÅÁR&ÄÁ ã › Ä©™@ˇˇ3ˇ$Ã쉈'y‡0 V@ˇˇôˇ 3ríìIp˚@ˇˇôˇöì¿˙x@ˇˇôˇÃ|&96 q µ 28@ˇˇÚˇ¯póO¯√yó#"9píÅö$êìì)I&¿$ 6
  524. @    ˇˇŒˇ3LÒ‰s2f¿f`rÄì@
  525. ˇˇôˇúë)ô…√ô1øô%L0‡@ˇˇíˇ s…Ãô¡Ä@ˇˇ'ˇŒ'0O S 8 @ˇˇ'ˇ2;|ìáÊ 1@ˇˇ2ˇs~x@ˇˇíˇ xsía&¿˘@ˇˇ2ˇ…IÁ$ò˙ P ˚ r@ˇˇ¸ˇΩµ>˛H踋ÓûL·%ÜÛgJfl∑øø•Ìî˝˜õüoi˛◊ 0Á üüßπè¿Â9˝‡% PQR %¶Æ@ˇˇÛˇ ¿    œ&%‰H`í@ ˇˇ˘ˇ    /¸‹|∞ü‰퇸‰I¿ºí…O B 1 1 1 1 ®@ˇˇúˇôíÁü3áfŒf~s Z@ˇˇr˛œLÿ' 9FJ :F 9F F x@ˇˇíˇédÄd‡˘8 º w ®@ˇˇÁˇ¿ÃLŒ‰ ÜãM q P∏ qô ô@ˇˇíˇœdºí ê@ˇˇy˛ ì~¿` 3  H 1 v 1 1 1  Y 1@ˇˇ…ˇ>ô` 7 7 5§•    @ˇˇÚˇôPœô≈ 5 5 5 5 1@ˇˇy˛ ì~¿`@    ˇˇ>ˇ¢KIpÕë‚Áøú84 1 Vxá 
  526. 9G \dÅ@ˇˇy˛ úì‡@ˇˇìˇ&2ÚaûL 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 P B[ 1 ∞ 1l@ˇˇ˘ˇ(œ…L¶˜KfÄÒú9L˛ÈÂèrËß8    î$¸Ìœ˜OqˆÈ}fΔ{syyÏ<o˛~ˇZp û† û† û† û† 
  527. @ˇˇ9ˇíÄŒ d\û–@ˇˇy˛ Ãúí‡`  Ω  AB \dÅ@ˇˇf˛NI?P∞ @ˇˇy˛ ‡ì~¿`@ˇˇ9ˇú0ìúdÁ¯ AB@    ˇˇy˛„û”ˇôË=«gÜÿèÏ @ˇˇy˛Û&v yL‰‰°ò »‘⁄ @ ˇˇ˘ˇ/fiÃ˙z~¿Ër‰íôIÜ¿%@ˇˇ9ˇ$Ãíúˇdy|?…ùˇ∏L0*ü∞‰~ê      1 1 1 1 1 1@ˇˇ<ˇ«ˇ&@ˇˇ$ˇ+ì–¸ 1 1 1 1  P 1 1 1 0 1 1 1 1 B ª :@ @ A 1 1 1@    ˇˇ|˛˛íf }%πN9˚‡ 1 ø ]eÇ    @ˇˇíˇ?IW˛Ä<@ˇˇôˇÃó3ô∫‰¸9ô¡˚ò7éôÊÁø≤Ô{&N„Zr˚ò   1 1 1 Ç  @ˇˇy˛ ì~¿`    @ˇˇ?ˇ_˘  8 8 8 8 1 1 1 1 1 0 1 1 1 1 1 1 1 AB 1 S@ˇˇ|˛$»Ã÷úH¸ H W V 1 1@ˇˇy˛3'œÄ9    @ˇˇ?ˇ_…úì@ˇˇÃˇ$õÊp9< 1 1 1 ≥¥ ≥+@ˇˇíˇÁdÓ?ï<2˘ò—¸Ó˜òyJ√cyñ√? 
  528. @    ˇˇ2ˇ…IG&<Û3    I÷`é0?      ∏ ∏ ø 1 1 1@ ˇˇ…ˇ$ËúJúN3ôìèå? ¿@ˇˇ˘ˇ/òÃí ¸p‡¡œ$ò|cö&ò¸_¿@ˇˇy˛ Ãì$¡0ˇ .5@ˇˇÃˇ…ë‡ú . 1 1 1 1 0   vó        @ˇˇ>ˇÆK@ˇˇ˘ˇ¿âÄÛíË  D y@ˇˇ¸ˇ¿…ÅÛ' E     @ˇˇÚˇ<P†    @ˇˇôˇ&í3HÑ'ô@
  529. ˇˇôˇ'˘Ä¬+ŒdÂKñ1|I˘  ı ?vû    @ˇˇ?ˇÂ¿/…Ò)œ ê @ˇˇy˛‡ûò˛@|ÒÃ 75@ˇˇÊˇŒD»;ìÃ~ò$\#◊∏ƒÀÛlyLǸπ·Á‡ûô˛ƒì>Ú…œå    œ??@ˇˇÁˇÃò/rˇ¸uŒ{¬2S2q?ΔÊq·|ôÛìüÒ»å/1…ÃÊ 1@ˇˇ'ˇ><p @
  530. ˇˇÚˇ?p|É<‡ÉôHíá@ 0    @ˇˇÚˇôpÒÉ>¿éKS AB 6J B ∞@ˇˇüˇ∞3sÊ~@0     ∞ 1 ∞ 1 1 1 3 Ï ‹@ˇˇ|˛ ìú쇠áâã 1 1 1 5 1 1 \  1@ˇˇ$ˇoíÄ˚ 1 1@ˇˇ<ˇ¿ˇ 1 1 1 1 9@ 1 1  áâå 1 ë ôë ë 8 ø¿ ,- ô 1 1 9@A 1 1 1 F 1 1 1  1 „  ËÈ 1 1 1 1 1 0 1 NO òƒ4@ˇˇôˇ&<CK ¸◊‰;˜§$+ìjÓ˝9…<ˆŸ–â‰«ÛuŒ»?‡@ˇˇ9ˇº&¿å ‘’⁄ ‘’⁄@ˇˇ9ˇø&œ@ˇˇ9ˇ¸&¿O@ˇˇ9ˇ&¿O ü É É@ˇˇ…ˇ$.˜Ã9œ‰;ï…ú9≥I<z#'  Œ@ˇˇ9ˇº&¿å ù@ˇˇ9ˇº&œ ûü† ‘’⁄ 14@ˇˇŒˇNN˘Iú3KŒfi≥9t93Ò3<ß¿»îqœÈœLÁáü‡ún…xfÃ˘Û•Ä 1 @ˇˇ2ˇÃIìòœåN„   1 FI @%@ˇˇôˇyŒflì>v'L.0s#ôFÊå{Ox2?yÜ'á>ûp@ˇˇ…ˇ‰$xxr&…`‡    @ˇˇíˇ{    N<4·óÄ' &ô :   7 1 6 1 1@ˇˇ>ˇJ 1 1 ò  1 1Ì@$ˇˇ˘ˇ˚›?Œ“œ[\¯ˆù>flÛ^flfi€ow˝?.efi~=˛‹flooˆ¸_ÓÂæflæøÕû˛ä˚Os∫ØœflŸ¥=rˇ∑Ôß˙˛ÔÄ @
  531. ˇˇÛˇô¿û√Úp]CúA&2…? 1 1 1 1 1 1 1 1 1 1@    ˇˇÛˇô¿û√ìdà9»G&‡ 1 1 1 1 1 1 1 1@ˇˇ2ˇ qô~ 1 1 1 1 1 1 1 1 ≤≥€ ÉÑ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1@ˇˇ>ˇÆK áâ@ˇˇ>ˇJ 1 1 1 1 ã 1 W ª    @    ˇˇüˇ3ĉĉìGŒÛ$Å¿ B@    ˇˇ…ˇ …úpéÚ…‰ë¯@ˇˇíˇåd    Ê$¡ ª
  532. @ˇˇŒˇpâd$%퀇$ 1 1 1 y H P@ˇˇ2ˇÉI¯@ˇˇíˇsAÊf2|a@ˇˇÁˇc"ëúŒˇ0N3Kwú`>Îü~«â0o    sõ»G˛{Üä≥O˛63ûõ€ÀS„ô∫˜|?N \@ˇˇr˛Òdú9Ä@
  533. ˇˇÚˇ;pÓoìy"    2ò°…`2 í S 1 5 9;E @ˇˇf˛2eêÁèLÛ V î 1 jr 1?@ˇˇÚˇ‰H߉‡>{fúé3ˇíyÒìáˇÔ›’œ'30áéd˛I[˛ü2@ó  B@ˇˇr˛ÂN$¸$…¿ ˆ Œ ≥ ≤≥ÿ ı@ˇˇ˘ˇ> ódœ¿r¿?…øÛrœL$@ˇˇ3ˇ`« ø ¢£• £≈ £≈@ˇˇ'ˇ‰?œ §‘’ ÄÇÜ ·‚ ‘’ 9F@ˇˇ'ˇ    ?í £ < ≥∏ 9@@ˇˇûˇ@KÃ3‰x •¶ @ˇˇ'ˇg4‰Ù∏@ˇˇ3ˇûœÉŒ @
  534. ˇˇÃˇ$ìûë$3…ì˜ô3@ò@ˇˇ$ˇÆú ãå@ˇˇ3ˇ»˘1–3  Ï@ˇˇ'ˇf4¯vó § ÁË@ˇˇ2ˇMñ ∏π Ç §‘’ Ï Ï £§• Ä©™ ø ÛÙ
  535. @    ˇˇôˇ&„sOígŒ30……Ä  9; 9;@ˇˇ3ˇ$»íƒ¸c@ ˇˇôˇ?ŒIÜ$)ˇí    º22œe.Ù# gΩ¸@ˇˇôˇ í$Ú2Éyd˛@ˇˇ|˛ íú쇠ã q@ˇˇr˛ÂN¸ áâå@ ˇˇôˇÃìË<…3%úÕìLËg󉌠ã 1 
  536. @    ˇˇ¸ˇÄ…ÛúßÌJ˛8Û} áâã.@ˇˇôˇ'8Åõú…Œ»)1ÂÃøÔvw<û?ôœ…… ¿ ˛ @ˇˇ9ˇ|&‹ø`≥@ˇˇ3ˇÄΔ@ˇˇíˇèIÚˆ@ 56@ˇˇ3ˇ„–   @ˇˇíˇœd   @ˇˇôˇ¸Ã 1@ˇˇ'ˇ¯6 @ˇˇ'ˇ°7ÓÒ È @ˇˇ'ˇº4ÀóÄç@ˇˇ'ˇO"@ˇˇ'ˇ°4p…‡x@ˇˇ'ˇâ%`‚@ˇˇ'ˇ…'Ä‚@ˇˇ'ˇI'‡„@ˇˇ'ˇÊ%ûS0    @ˇˇ'ˇ2#ã'Ä@ˇˇ'ˇ&%ûX(@ˇˇ'ˇÊ%¯X∑Ò@ˇˇ'ˇ7ÄO P @ˇˇ'ˇ¸?úƒn@ˇˇ2ˇ√I¯@ˇˇ'ˇ2#Òú¿@ˇˇ'ˇ·4`<@ˇˇ'ˇ…'Ä„ Ùı@ˇˇ'ˇ¸?œ@ˇˇ'ˇú#û»&@ˇˇ'ˇ?ÉK« ã 1 AB Ü áâã@ˇˇf˛…f>íD@ˇˇs˛Ú$\9 1 @ˇˇs˛~˜Ã¸Ì J >F@ ˇˇ˘ˇ9 ë%œrô„92ôÄ<ˇ | ê 67 |   6 TUa    @ˇˇôˇÚíZfl X ê ê â ê ø ] 0 @ˇˇôˇ˜<œÌ…‡Äì@ˇˇôˇæ$∞‡d 1 1 9HJ x@ˇˇÛˇ0'ì…1¿@ˇˇg˛π$d V8   1@ˇˇôˇº&pHí¿… 6@ˇˇíˇÉdd2y˛%@ˇˇÛˇL ¿œŒw∫Å/sûzü'ÁÕá8ŒÚ‡rÄO l @ˇˇ…ˇ?ò`ågFŒîá@ˇˇ3ˇ3ƒ` @IJ ¢¶@ˇˇ3ˇ3ƒ` B @ˇˇ3ˇ3»  6 ºE 5 ≥@ˇˇôˇ¸öô UÜ@ ˇˇ2ˇIIœ$Ô…r`/GŒ9/¸'d \dÅ@ˇˇ|˛ úì‡@ˇˇ$ˇcíÄÁúdÁ¯@ˇˇ$ˇcíÄÁúdÁ¯ UÜ@ ˇˇ2ˇIIœ$9œÏÂH9Á%√ˇ‰Äå@ˇˇ|˛ úì‡@ˇˇ|˛ úì‡@ˇˇ|˛ úì‡@ˇˇ|˛ ú쇠9:
  537. @    ˇˇ2ˇ…Ió$'œ Ïì$¡0ˇ@
  538. ˇˇy˛ÿùfl˝ÏÑÁœgÁo‰gd@ˇˇ2ˇ√IÄÁ»dÚ¸@    ˇˇ2ˇ…Ió$#Õ Ïúí$°∞ˇ@ˇˇ3ˇ3» @ ˇˇÃˇúú∞.9ñ xܬflyN3@'@ˇˇ3ˇî(@ˇˇúˇ ‡ÿÛ@y    @ˇˇŒˇ?H‡Û 3ô†< AB@ˇˇ3ˇ‡Δ @ˇˇíˇ∫g«3˛Œ º     ¢®@ˇˇ…ˇ õ‡Û¿y@ˇˇ3ˇ3»  ≥ áâå ã 9HJ L@ˇˇíˇœd]   1 1 1 0 1 1 1 0 1 1@ ˇˇÚˇ¯p¡‰    Á…·{N><#Kƒ%øÄÛ $-@ˇˇŒˇ'p$Aíúô?»Ã ‹fl \dÅ 1 àäå @    ˇˇíˇ˚gr2‰dê”~¿`@ˇˇy˛ÿùfi˝ÃƒÅÛ€ôÓ@    ˇˇy˛€ùªçìÛg¥oì<@ˇˇÚˇÃpÒ√‰√Á}dòºûHŒô˘°ôy2 ·‚„ { @ˇˇ2ˇâI¬ÛOe–@ˇˇ¸ˇ9Äg8É3√I20s ÉÑ ·‚„@ˇˇy˛‰'ÛËÄ Ü 9D\@ˇˇôˇ7Δ%ô<o«ˇ%'Û√L&ÊkwÓ˛3ÛÚmŒÙysG˙};^æĢ O@ ˇˇ|˛œ»OqˆÈxfùüìöûôs?¯# @
  539. ˇˇy˛„û”ôƒ|û<3¶|íG`@ ˇˇôˇ¸ìû=Û?«¡ß9'f2˝x0@ˇˇ…ˇ õ¡Ò» 7@ˇˇíˇè{Ä_@ˇˇ˘ˇ/>'ÃˇíØ˘ÛÏYÊÛrI÷fl·Á9&ø˝{Δä≥Oo3t‰åflfh˝xèŒíõ x@    ˇˇÚˇ<pN‡ûaÑG?ú0& X@ˇˇ2ˇ%rí$Û&Å` @ˇˇíˇM§$î∑%…ÁúÃ@ˇˇôˇ&BK¿y29` ò ò 1 fl .Bv ≥∏» B & 6 G G ./ Z@ˇˇÚˇìhÃ3Á;o=sŒ«îLò$ıÛë¿=òdÊ ¢@    ˇˇôˇ3íúÉ9ºõí<˚Å&íú@ˇˇìˇÁ8møíœ<»œ8ü @    ˇˇ…ˇ33r‡\ô#r"ÅΔ8… ?@ˇˇÃˇ    íÌœ˜ü%Y~« 
  540. @ˇˇ3ˇÑ„– π@ˇˇ…ˇ?'öd : 0 *¢® ó 0 : : : º q  \ \ ë 1 1 1@ ˇˇúˇ¯õ‹ó∑dœπ˛¿?Œ$ <@ˇˇ3ˇfií=@ˇˇ3ˇ$?è P@ˇˇìˇ''2g%Gÿ@ˇˇ3ˇ$?ü@ˇˇ3ˇ$?ü ã ô@ˇˇ2ˇ'M¸ ∏π rx@ˇˇ3ˇ$?ü    @    ˇˇôˇ'ìÁÄ>LÚ'9&» O@ˇˇôˇ'<33¿3 g@ˇˇôˇ'√3ˇ#Ixíd@ ˇˇôˇ◊3÷ë˘3'I:MŒ…œ¿…  v@    ˇˇôˇñì¿˙2ô    Úíù[í√ 1@ˇˇôˇ'?hπpfô9Ó<˝åÃòü‰ìfp˘xĸ    @ˇˇŒˇ p0ôí‰r^o$I &q v    @ˇˇy˛3'¸0D9Á¡@ˇˇy˛„û”üí‡d^<3~ H C ë V]@ˇˇôˇæ$9±2‡O7…ôòü{8»ëNô¿ >@ˇˇÛˇ‰0Ê√¬ºd&923IJˇ$8Ì3ôœ~IœÁÊ @ ˇˇôˇ'2ÃΔ$#IaÚs2pûô@Ä y 1 NÜ N@ˇˇôˇñë¿˙ @ˇˇf˛2eêÁèLÛ    @ˇˇôˇyÚpíêg√I¯ WΩ rÇ Çç Vqû vé 1 vx}@ ˇˇÛˇ~>?&ü9ô≤æü#'ˇÔ∏ÚœKF˝èÉ_«È¶º¬gÛKKˆÁ˙)Ó>˝ôÁ˛˘„;:ßóÁflÒun”èH û† û† û† û† 1 1 N © ®©™ àäå2@ˇˇ2ˇ…IW&ß˝rè1g9flÀeÊ9%)CˇfiÄΩ@    ˇˇ9ˇÃNí√y)˘p èLÄÔ                         N@ˇˇ?ˇq…¿ û† û† áâå 56A ã ãå@ˇˇ9ˇº&¯Á*@ ˇˇôˇ3ÓÃ˝◊'›‰6»ëoÁÀ¥ëÿ ' 'GI ¶ '@ˇˇŒˇ H<Ò(@ˇˇŒˇ H<Ò
  541. @ˇˇŒˇ?H‡Ò ÅÁÂ@ˇˇ…ˇ?õ`9 áâã@ˇˇ2ˇÊs…퇠ã í ô E * ç
  542. @ˇˇÚˇôPÒì3@Äœ X@ˇˇÁˇ…¿Ã@3ú‡9@ˇˇ'ˇ:4`@ˇˇ'ˇ:4` @ˇˇ'ˇß4,C}Ä
  543. @ˇˇ'ˇˇ<ÏC‰d @ˇˇ'ˇß4lC|N + ô ,- ,- N @ˇˇíˇèIÎı¿@ˇˇ'ˇˇ<ú@ò˘@ˇˇ&ˇ4t –—˙@ˇˇÁˇ…¿‰@ì ‹@ˇˇ?ˇ^= 1≥¥ 1@ˇˇ'ˇ:<@ˇˇ'ˇ:<`@ˇˇ'ˇß4,C 2A∏ 2 2 2@ˇˇÃˇ Ã<Ûê$@ˇˇôˇ–ví¿y#ìÚ $ } áâã áâã@ˇˇíˇ?Iºí è@ˇˇ'ˇ7ÄO@ˇˇ?ˇt…g £•@ˇˇ'ˇ˙'|@ˇˇ'ˇz?_ZÊûS¿@ˇˇ'ˇz?_ZÊûS¿@ˇˇ'ˇ∫'%¿@ˇˇ'ˇz<Ôs˚¸qJ∏@ˇˇ'ˇz7ÎS˚¸qz∏@ˇˇ'ˇz4+sÀ¸szÿ@ˇˇ'ˇ:<oSZÚ@ˇˇ&ˇtÄK@ˇˇ&ˇtÄK@ˇˇ&ˇtÄK@ˇˇ&ˇtÄK@ˇˇ&ˇtÄK 2 2 £§• \dÅ@ˇˇÚˇôPÒ≥@@ˇˇ>ˇJ âã âã@ˇˇy˛3&u23)Ä@ˇˇ…ˇ õ·Û»  @ˇˇ…ˇ?õ‹qÒ áfl√# @ˇˇÚˇôPÒ≥@  ®©™ 56 1  @ˇˇÚˇôpÒ≥¿›œCì @ˇˇ…ˇ?ô`@ˇˇœˇH¬r2î<¿ì 8 8 8 8 8 ãå  @ˇˇ9ˇˇ$¿@ˇˇ‰ˇ>Ãy`HÜ œ‰Ãô˜ëc∫2ßÇ<Lî  áâã@ˇˇ>ˇJ £§•@ˇˇy˛ÿùfl˝üÅf¯˛v0 KL ;@ˇˇ'ˇ:7cí„_@ˇˇ'ˇ?4õx@ˇˇf˛√f@‰ \dÅ 9@A \dÅ)@ˇˇíˇ<s¬?%K'#Êå{Of:˜Ò„ö_˘;ÒÃáÛ@ˇˇíˇédåd÷I0… ó@ˇˇy˛Û'd<˚$·}ê) àäå @ˇˇ'ˇ<L@ˇˇ'ˇ<L ‰Â ‰Â@ˇˇ'ˇ&<¶á ‰Â ‡·‰ ‰Â ‰ ‰Â@ˇˇ'ˇ<J ‰ àâå     @ˇˇ…ˇ?ÄÄ`f ≥ A E B >G Ä GH B è G@ˇˇÃˇ î@ì ‹ < <@ˇˇ…ˇúúΔ3` 1 1 TÖ TÖ@ˇˇôˇ'‡?ôI¬ò/@ˇˇ|˛ÊúLÂπ˝¿@ˇˇ|˛ÊúLÂπ˝¿    @ˇˇ|˛ÊúLÂπ˝¿@ˇˇ|˛ÊúLÂπ˝¿ UwÜ wx wx wx wx wyz wx wx wx
  544. @    ˇˇœˇlÇìœí~ddy˛@ˇˇf˛√e@Ê@ˇˇf˛√e@Ê TÖ@ˇˇf˛√e@Ê TÖ@ˇˇf˛√e@Ê TÖ TÖ TÖ TÖ TÖ@ˇˇf˛√e@Ê TÖ TÖ TÖ TÖ TÖ 1@ ˇˇÛˇÄ ‡‰ìúÕL阅`~d¯q@ ˇˇ2ˇ…I«$<¯ü‰hÃÀd‹æá2Ë  ˝@ˇˇ>ˇÆK 0@ˇˇf˛…f>íD 0 ≤@ˇˇÁˇì¿…Ä–»@ˇˇ2ˇ4q A A A A@ˇˇ>ˇJ@ˇˇr˛<f…$x‡    @ˇˇÁˇ…¿á?ì‰ë9≥‡ 9 9@ˇˇÁˇì¿…Ä–»‡…@ˇˇ2ˇ4qx2@ˇˇÁˇì¿…Ä24x ã@ˇˇ2ˇÊr…í‡@ˇˇÁˇì¿…Ä4@ˇˇ>ˇ¢Kp àäå@ˇˇ|˛aÚcíòà1 1 0 1 1 © E Y  D@ˇˇ…ˇíòNí…dÄ B AB AB AB A AB Ω˝ wxû Y , rY@ˇˇr˛NIÿpŒÄ? ]eÇ  8@ˇˇ9ˇ<&>¿d ì { 56@ˇˇüˇ30séúóˇ%=Yí9éô$†˝2Ä<ˇ@ˇˇ'ˇê= ÁË@
  545. ˇˇìˇ 'sí‚ôxxr‚üe∞ÈÄ? y§• +>@ˇˇ3ˇœ– ÁË@ ˇˇ2ˇéIŒ2[er›ÇÈŒLI~`é0? @ˇˇ2ˇÃIí…e∞Ô Ω 1            1 1 1 Ç@ ˇˇ…ˇ$»ô»?&G„cŒd?Ú  1 Òı@ˇˇ&ˇÌLIˆ| A ·‚ AB VZ  @ˇˇôˇví¿|à@ˇˇ˘ˇN)«D.ˇPONâÌ{˘Áé,—}˛˝ÁoÈ'9ÛÜ_˘ÑÊ˝œ”OqˆÈ}fŸœÌôyJºOˇ~ˇS∂ @
  546. ˇˇôˇ&<3Gò$díLriéL"Ä  (@ˇˇíˇ¥d˚ß=ûáœ7ç{3Œ”íÁ_öL&ĸ@ˇˇ'ˇ¶'x  G@ˇˇ$ˇ?í‹ ™@ˇˇ2ˇéIgKrÛ˛pò        Ω      ˇ@    ˇˇ2ˇ…I$‡qôI,ì`y?       J  @    ˇˇ2ˇ…I$†iôI,ì`y? ]eÇ       J è@ˇˇ&ˇâL`Ó@ˇˇŒˇ?H‡Û y¿@@ˇˇ'ˇ    4ÄÔ@ˇˇ…ˇ õÁÛÁÅ@ˇˇ3ˇõœêô G P › ™ < < ]eÇ@ˇˇr˛åfö Ô @ˇˇúˇ9í/>q<L…Õ0 É @ˇˇ2ˇII]&ˇ–@ˇˇ$ˇKíc˛@ @
  547. ˇˇúˇ…í·ZŒœOI    ¸2@ˇˇ'ˇ‰<úÿ@ˇˇ&ˇ≠L?í ™ J JO@ˇˇíˇ3Nœ˛?Äg ™ 56ê@ˇˇ3ˇüœ∞ô @
  548. ˇˇÚˇ…P √É28^$aÊ`2 … G §©™@ˇˇ2ˇâIO&ÙÏ    @ˇˇ&ˇ1gI÷‡q@ˇˇ3ˇ3<  ∏π@ˇˇ'ˇê= <@    ˇˇ2ˇ√I˜ÃÙaŒüœì@ˇˇ2ˇIIT&@˛ Ω@ˇˇ2ˇIIT&@˛ @ˇˇ<ˇ¿ˇ 1 0 1 1@ˇˇôˇº&p‡d       ø@ˇˇôˇº&p‡d@ˇˇûˇ¯H20G|˜Ã˛ìô˘õËLû¸xN@    ˇˇy˛‚û¡ô<öfê˝x…√¿@ˇˇôˇ$9ò'  Wa      r 3 @    ˇˇíˇô{î‰ú<síúû„@ ˇˇôˇ ì9ô8œÛÃXû¡Úø$˘ MN > @ˇˇÃˇú@3 ûØ@ˇˇÃˇÅ„%ô û† û† ûü† û† Ø∞ Ø∞@ˇˇíˇ<{LÊüôŒÄq r8@ˇˇf˛±LÄ¿ˇ 1 ˚ \ \@ˇˇy˛ úí†` \dÅ@ˇˇ‰ˇ3ò±‰#9°'ƒôìɉ7ø‰ì'ê@ˇˇôˇì‰LI‡Ã‰$p ë@ˇˇÛˇü0<    #ˇ=8É«cí$¸¡∏'ì…Ñ…@ˇˇìˇ‡1…Ñô¿ô P r qxë@ ˇˇÃˇ3ìÈ5g<ìsú3‰‡NòdìÄ…  @ˇˇ‰ˇ$Ã)ÒìÃÄ@ˇˇíˇådÚÁÅ H . H H ó    @    ˇˇ¸ˇÃ…y‡œI>I`é0?I@ˇˇÚˇüP #=ÒÉ«≤‰Y2˚Áz)é3¸>¡ú˙í«flû3c3ö|˘Âi>√Ë~      0)@ˇˇôˇÙë ŒèúyÛ=#?ΔŸßÚík~v…3?~<R˛ V\@ˇˇ|˛ íì~¿` A B    1 1 áâå vò@ˇˇŒˇLxísf˘¿Ä 8QX w@ˇˇôˇ'<â…IN<@ˇˇôˇ$ì9‡F&O@ ˇˇ<ˇÄˇ»|pœLôŒíû>à TÖ TÖ   TÖ@ˇˇf˛√e@Ê TÖ@ˇˇf˛e@Ê TÖ    @ˇˇ|˛ ú ÄàTÖ TÖ TÖ TÖ TÖ@ˇˇ|˛ ú ÄàTÖ
  549. @ˇˇ|˛ÊìfÊ|2gÄ<0ˇ   TÖ TÖ TÖ TÖv@ ˇˇ˘ˇ˘,ú–8Û+ß/„§«~{xúé    ˇ}.=Ôùfi?˝ÒÌπ‡젠  „Û≈=ß?ôŸ˘‡ÃO߸Á«ÛuÓ„è}@ˇˇŒˇ?HÄÁÄÚ Bg ø 8@ˇˇôˇ&œD… y íĢ{Ü˙ÉdòœÃ‡ÚÒ…'‰@ˇˇ…ˇ?'ûg  @ @ ? a 1 1 1 ]eÇ@ˇˇ2ˇéI˘y…π˘ÛôxNì    )3‰9#ÿ¯ M@ˇˇÃˇ2íûeÒ‹…3')q¯ì/á„/…€˝ªˇ‰§w˛πÛ<ïù©”æ˛π‡· ˚¸ ì  [cÄ @ˇˇ2ˇÉIÅÁf&èL? ¿@ˇˇ3ˇd͇ ü† ⁄Úˆ \dÅ@ˇˇ9ˇ‰$?ú‡ô º í í >!@ˇˇíˇû{3gìÑIí‰/xNÛ&1ûŸ«˜√91-G¸‡@ ˇˇíˇœI3y‡&‡√cÊèL√#&¯õ |@ˇˇ|˛ ìú쇠A A A A Ä  ó
  550. @ˇˇ|˛úf9Á$√ M    @ˇˇr˛ONL9    ∏ } {@ˇˇr˛ºf19&4õKÄ }@ˇˇôˇÉì√ôÃ@    ˇˇôˇ?Ú¿ì$y@NígûòD @ˇˇr˛¯d`>0I P@ˇˇr˛¸f19&4ùK‡ˇ 1 76; 7 P@ ˇˇôˇídÊÃü3iÚóRR“GP&PÚ@ˇˇ|˛$»ÚÃ@R '< ≥@ˇˇôˇ3œ0 ‡‡… Z Ô@ˇˇ>ˇNK !$ MNJ@ˇˇÛˇ…ÃÏ…¡#YÚ)Î/I…8œI¯|ÌŒ›øf˙>˜«Dl˙y˘€øœ–À 1@ˇˇ|˛ ìú쇠 I@ˇˇôˇ'‰Ä ÃÄœ ù  @ˇˇf˛πL¿Â˝ ¶ @ˇˇ'ˇ∂<˜s”Ÿnû @ˇˇ>ˇJ     @ˇˇ|˛$üô«ú»Á¯
  551. @ˇˇ|˛$úœú\f‡ÚÄ~  J@ˇˇ$ˇkío˙@ 1 ƒ g@ˇˇ9ˇÃò‰îdÂ˚ ~ ~ ~@ˇˇ>ˇéKÚ¿s 1 \dÅ &@ˇˇíˇx6ìOrê E 1@ˇˇ>ˇnK X@ˇˇ>ˇÆK KL KL KL KL KL KL KL KL KL KL KL KL KL ∏π L π@ˇˇ2ˇÉI|˘   ì@ˇˇÚˇ?Hg˚¯≥œ‹3?w_…ñs˝˙˜wK„-˛ŸÀü&˝y”øqœÈOO˜Ò?˜≈ÁÔÒé˝˚Ùcºd 1 1 1 1 áâå  ø > 1 ]@ˇˇôˇíâÓÚ˘]3 '@ˇˇ<ˇ¿ˇ 1 ó PX vx@ˇˇôˇ&<@O MO 6 GTÖ[@ˇˇÛˇ|ŒLHŒ˘¸ˇ#ü8¸˜˛9)G¶g縪œú“ŒÃsföT˛ì»ô˙õJ>∑g‰)¸ˇ©Hb X J@ˇˇôˇ ípíû‰4 ; ñ<@ˇˇÚˇ9HÚôk>ÎÒ∏$œ¯πRí#Inˇ∏g¶?˛fúfl˘ô±ÃåÂÒˇò@    ˇˇ…ˇ3ú$ò@èô2    y@    ˇˇ˘ˇ ÄILÚafå‰3·Ãá@ˇˇíˇÃdrí%I@¸√ì`í 1 1@ˇˇíˇN    $'_íÀ`2 ëî ! 1 1@
  552. ˇˇôˇ$ÇÂíL…ûˇL…Ä@ ˇˇûˇ…HÁ~~æ$\Ò«»ô… ‰ë¯ ÿ@ˇˇ?ˇ.‡˘ ù£@ˇˇ9ˇ?&¿M G G G G@ˇˇôˇˇ&¯@ˇˇôˇœì`û\~¿@ˇˇôˇyÚü8 G áâå@ˇˇœˇ0√\Ê KL * 0 L@ˇˇÚˇ‰p·Ã·˚9ÃÂ,>Í…I¯‰·òâOrw@ˇˇìˇ=í‰ÃÓW'ÅÄ  @
  553. ˇˇ‰ˇú ì‡Iíí/í¡ús‡ 1 1Ñ@ˇˇ˘ˇ¿ôÛéúıu,âˇ˙ügIœg ì¿ˆ'_ü∏øÓø9Ìøæ|G=ÌØæ˝«Ωfl˜ 56@
  554. ˇˇ2ˇ…I∑$øÙ$üû«íL†ú`           @ˇˇÛˇ3¿È'ìôsæL$ìôd¬íœcr33œ¸3ìgǺ‰í@    ˇˇ2ˇ…I«$<˚d‡û Tí–@ˇˇôˇ3»=Û˝¡73ˇ÷üdc¬œõ&`~  \dÅ
  555. @ˇˇ2ˇCIÛ˘IŒI?pÄ º ó <
  556. @ˇˇy˛ÿùÇŒXN q       @ˇˇ3ˇ§$í‰l>@ˇˇ‰ˇüÃ,    ?˘ÉOs>ˇé%ˇÀë_쇸J¯2I¸è    <˙õçåyÁùdêèÚ È ü@ˇˇ9ˇº&œ@ˇˇ9ˇ¸&†˘@ˇˇ9ˇ&†˘@ˇˇôˇ2d2yˇL ‘ 9HJ@ˇˇr˛œL¯% 9J G@ˇˇúˇ3퉿Úö`Á@ˇˇr˛N¯% ûü    @
  557. ˇˇÁˇ‰ 2√Ádô#9¿ú    O» wy@ ˇˇÛˇë3d0ìÃíÉ$c§dgíü<Ä Z#@ˇˇÛˇp2`}%9»œ–sí‰Éôú3ô…y¯úâúÊ    Ú?ó¨@ˇˇy˛3&Û0g¬ AI @    ˇˇôˇƒìLüƒöòús&¿@ˇˇÁˇÃ¿ÅœüÃâûú`Ê$pûíëê@    ˇˇ…ˇ˘$g$3ቿô$<ú ! rø@ˇˇüˇ¯∞NNûa@ AB A X@ˇˇôˇ&<…H'LÁ…ć yz 1 Pò Pq 5@ˇˇ>ˇÆK    1      W 1 z@ˇˇr˛¸f‹ AB X X@
  558. ˇˇôˇÃ»I2vNe‰Ô|xò    ê< ˚ ˚¸ º¸ º¸@
  559. ˇˇ2ˇ…I\&Á˘3    ô<«2ñˇ ˚@
  560. ˇˇ2ˇ…I\&Á˘3    ô<«2ñˇ v ∏ W W xz 1@ˇˇÚˇ<Pì° º ¸    @ˇˇ'ˇ¶'…X;à 9; ∂∏π@ˇˇ2ˇIIü$¿¸  \dÅ \dÅ@ ˇˇÚˇ8ss9¿úú=ùÑ$Ô0«?IÃ@ˇˇy˛‡dL<…H> \dÅ@ˇˇy˛‡dL<…H> \dÅ 1@ˇˇûˇ.KÁÄ r@ˇˇ…ˇóxíKfp 456 456 5AB 56 ; @ˇˇÚˇôP˜É3@`« qv  X @ˇˇ…ˇ?ò`‚ 1; 56  567 7 7 5 @ˇˇr˛OÙI ã @    ˇˇ9ˇúìÃù'ôŒ9¯ÄÁ 1 1 1 1 1   ê 9D 1   1 ã áâå  1@ˇˇœˇ'0$◊%ø 1 1 0 1 0 V@ˇˇÃˇ¸ùHìò&Ê9?Gí8éÛíd    Ú˘·ì0&ÉêG‡@ˇˇ‰ˇ…ú‰ ¸ë B@ˇˇÃˇ$ëÜì¿| G ûü Á G . / ûü† :=> x ⁄flÚ & @ˇˇíˇóxÁÑ * *q 1  qv 5@ˇˇÛˇL>LŒKúŒæcµºëŸÁ–û/ò{ûô`ÃdÇß|ø$„‡òùü P@ˇˇôˇúìå‰ròOÄI v v \dÅ
  561. @ˇˇy˛‡ûò˛¿yÒÃ ó<@ˇˇ˘ˇ)/2ë—OÛô°ûƒß„…?…Úf¯ô|`ûûyü„Ó”ÛgsísÄœÙúœ 7 PQR@ˇˇr˛N¯%@ˇˇr˛N¯% è@ˇˇôˇ9$#öd$…ì¯@ˇˇ'ˇ4ÄO z    @ˇˇ'ˇ&3„díÛ}p@ˇˇÁˇÉ#íÀLf„âsªoí˛$ÛL3‰0pÃ√g»„@ˇˇ'ˇ    ?‡„ PQR 9@A é   9AB '2< 1"@ˇˇ…ˇ93%œÃr…§$ûü˛J˘o%ˇÙ»3˛„«¸#@ˇˇy˛ÿùfl˝cÜŒÉg‡o * KL    @ˇˇy˛Û'p¢@y∞ú r <@ˇˇíˇ    x„œ…ì‰˘,ß ø@ ˇˇÛˇÃ¿#â…ü‹ûûI‡3yÇΔ/ ºˇ@ˇˇ'ˇ&3„d@ˇˇÛˇ‰0Ñœ9ôIÿ9·‡ …@ˇˇìˇ ‡√ÊÄÒI2ê *g ∫    @ˇˇ˘ˇ< Iê3ßÃúfàG G@ˇˇ3ˇ37  ® ®@ˇˇÃˇ Ã<Ûê$
  562. @ˇˇŒˇÄc¡ô>7úLg  ø¿
  563. @ˇˇ?ˇ⁄»ò ø ¥ ø ¶¡≈ ¢¶≈ ¶≈ 1@ ˇˇÛˇ90÷π'œ˜ pLŒ|ꆠE    @ˇˇs˛f$Ú{Ñì  6É@ˇˇy˛3'KÇ0˘Äú ;@ˇˇÚˇ<p÷â'g¯ê0y    @ˇˇ<ˇ«ˇ&`&û‰>LH 1 ê 1 E@ˇˇíˇ O√ÃÅô'ô¿9˛%@ˇˇœˇ9ÄÛ¡úŒës|Kí$ú˜3_ôÔ˚Œ¿… 9…‰ëɸ +¢§ P
  564. @ˇˇ9ˇé$åqflƒqà \ 1 g@ ˇˇ…ˇπ$I&‰¡$·¸·xèoO‡ÃÄ * PQR 9@A       PR 9@A + qX º ó≥ KL@ˇˇ˘ˇŒ)G? AB AB AB A @    ˇˇÁˇ…0&$gôxÑ˘üì&@ˇˇÃˇíìxRÁûd…îxí‘s^ìÄ…√ô1òá'Œ@ˇˇ&ˇædê@ˇˇíˇNxídOíû ; j 9=@ˇˇÛˇ¿É2:üü{ôá    3œfÓ˜˜úÀûû    @ˇˇŒˇéKfr2)yÑ'ÄÁ CX v@ˇˇôˇ$í>x& Y $ $g *t ë ë@    ˇˇ˘ˇ/$ìIrê‰Lf è¿? @ˇˇ˘ˇ d2y˛   ê €›@ˇˇ'ˇ&%  íî@ ˇˇ>ˇnKNg?∏s¶ˇ3Úí_«3¿    @ˇˇy˛‡ûò˛œL N ∂ø 0X@ˇˇÛˇπ3˘ú˛…‚|â_∑úÒy/)ÛîÔüºoôÚ°szú)…?<ß7Ñ˝{Œ≈O¸Ú¯ó ˘g?â X X ë   @ˇˇ…ˇ·2'ì$ ; µ∂∏ µ∂∏@ˇˇ˘ˇ/43 4
  565. @ˇˇÃˇÅ‚9ôÚ»úYì0,@ˇˇÃˇŒúÊIOÁˆ˘MrŒÁ‰ßô~2õ[œô<    &?fd‡9  Ç@ˇˇíˇÃIìôö@ˇˇ2ˇÙf@ˇˇ…ˇõ„íÄ@ˇˇôˇ<ë‰a&œ  ¯ ;@ˇˇ'ˇ∑<Cr{flGw    @ˇˇíˇIW Ä àäå áâå )Uq Wa@ˇˇôˇ>íâ ò –“
  566. @ˇˇ'ˇ;4ö<ü#@ ˇˇ‰ˇ¸íÒóΩÁ…Ωú0flfl¥?    æ˚/ –“    @ˇˇ'ˇ?4ö<ü ¢®∂ ∂ ıˆ ∂ ë <    @    ˇˇÛˇë3í1Ofs9Ä'&ì 
  567. @ˇˇíˇsüI0√ú3¿ r UZ@ ˇˇ|˛˘íÓôÈœ<‰ºÚˇîSœÔ@ˇˇ|˛ûÃߧN(˝ÒÏ ë ë ë ¸ ø ≥º g P@ˇˇÛˇì¿…3÷sú9ôsìÑúü|f8    í< X@ˇˇíˇô{‡… ò@ˇˇ<ˇ¿ˇ3@ˇˇìˇ>‡>lNg˚sxæ‹⁄·≥g‰öˇ‚G‹3Ÿi{Ê Xj@ˇˇ…ˇyœÕô_˜>:sjf<Áf†<ÅfÛ≈=ߡÒÕ?fl¨Á7Ì£?ûô_õˇ‡Î å 5∂4@ˇˇôˇflıX^A2#Û≈=ß?ôŸÚoY˜◊<9˚ÒcùÄÊ 2 ÿ  @ˇˇ?ˇq99¿Ä' 1 1 1 1 1 1 1@ˇˇ?ˇflfi…ì   g g    w@ˇˇf˛√e@Ê  @ˇˇy˛Û'ì(   BÇ  Ωˇ [cÄ@
  568. ˇˇíˇ¿|ùyˇ€ÿªúÕ3ò};¿
  569. @ˇˇy˛‡ûò˛¿yÒÃ P 56 6 ø 
  570.  q ! >@ˇˇ2ˇIIó$<Ê @    ˇˇ2ˇ…Ió$<Úì.py@?9@ˇˇôˇ< %ôvôØ›Ω˚«åÀgsì3s›∑ Â@    ˇˇy˛„û”<ƒf‡˘x…C0 )s    @ˇˇ…ˇæ$`b&úoìh     @ˇˇ…ˇòœÀd\ûÁ$Ë \dÅ    =    @    ˇˇ˘ˇ  rí7Iò‰√ÃÑ'pŒ@ˇˇÛˇ0ô‰f&f¿‰ 58   
  571. z @ˇˇ…ˇ2úûe3–¿$ 5N N@ˇˇy˛Û'ì(*@ ˇˇíˇh|»|ÌŒ›ˇNÏLŒ ÕflŒv
  572. @ˇˇy˛‡ûò˛¿yÒÃ@ˇˇ'ˇ?ÄO Z Ø &  \dÅ  @ˇˇy˛3&I20˘ ¸Á ùGI \dÅ q $≤@ˇˇ3ˇìì^í`@ˇˇôˇìyíû<D    =@ˇˇÛˇ‰0ø‰y9Ú¡ô;Ó‰Û9≤:ÛÄ&IÈˇ…î˚õ,ˇ˛H<6'ÉøñH¬      y  @ˇˇíˇsAÊOúï#ò˘@N X6@@ˇˇôˇ&ìÊLHôLÄì w rwx 1@    ˇˇíˇéxŒú2OL?ê<~ è≥  @ˇˇôˇ3ò‰JrsN¸Å 1 X Ç™@ˇˇ<ˇ¿ˇ S q@ˇˇ|˛ íì~¿`     q N@ˇˇ|˛ úúí†` {@ˇˇ2ˇII◊$¿Ú V@ˇˇ|˛LL è¿? é R @ˇˇŒˇíLí<ÊŒ·p: 4G[
  573. @    ˇˇŒˇíLy33¸‹í9s¿@ˇˇôˇâd <ò‰@ˇˇŒˇ$L‰œ P;@ˇˇôˇÙìL$¡»@ˇˇôˇÃìI2íÉrd` Ω˝    @ˇˇ|˛&SNÑ2…6@ˇˇ|˛œ»pôLéüI>û @ˇˇ|˛œ»pìLòú<3|@ˇˇy˛ ‡sôÅÀ˙ \dÅ    \dÅ"@ˇˇÚˇ3Hˇ¸#9túœ9˛ìÏXÒœ0Ô&√ObûydLˇ  Dg DFH vö@ˇˇôˇ¯ìI2$…¸è [r¢ ]@ˇˇôˇæ$∞‡d a@ˇˇ2ˇ√I–¯@ˇˇíˇ s…Ãô¡Ä@ˇˇr˛¯d`>0I ò 9> > 9D 9D@ˇˇf˛√f@‰ UÜ UÜ@ˇˇf˛√f@‰ UÜ@ˇˇf˛√f@‰ UÜ@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ ˙ 1 5    @ˇˇôˇ◊2÷O< x [ \dÅ AB  @ˇˇ…ˇÛ$f‡˛aFIvÃ,àLr¸Øflò$¿˘ \@ˇˇ&ˇOeí$œL ri KL KL KL àâå >@ˇˇ9ˇìˇ|Ä 0 1 Üá & ó!@ˇˇÛˇ‰0I¬Ê9ÁûI2$I˝flÁs3ëdŒy߸Ä 
  574. qû              @ˇˇ…ˇ3ÃO&ÃÁ|c&rL)o<œIÇõ~ E è \      è@ˇˇ<ˇ¿ˇ 1 ./ Y N ZÒ U<@ˇˇôˇÃì$ûs KL KL@
  575. ˇˇúˇÅÀtû‰‹/i7Âü3úˇ & ø ]k@ˇˇ˘ˇc„=≈€≥æ∑F˙ù˜æß·µ;Ó¸ÛFñozۃߺº‰¸ÁœÈIOsOÁóÇŒ Oö@ˇˇÚˇ<P† (∏π@ˇˇ?ˇ_9Ä (∏π (∏ 5IJ@ˇˇÚˇ<P† (@ ˇˇÃˇ3ú%'û€ˇ„0?H2'9NÜ¿ A@ˇˇÃˇ$Êìü3C‡@ˇˇ‰ˇ‰ú˘‰ 1 ô ø ~ "ÿ@"ˇˇ˘ˇ=.„»ƒȘèüÔÈ{±˚mºÂ%ˇ≥‘˜Ω˚⁄ÔÀÂ_Œ8‹s˚}y~/æÏÌ˚˚˙áú|Î≥Û›¥Ù{ÚË«üıõfl¿œ@ˇˇ>ˇûK¸ìÄ>       @ˇˇ>ˇ†KûôÄ 1@ˇˇ>ˇ†KIò 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1@ ˇˇ<ˇŸÁd"¿Û#ìËyÆ?p@ 9A@ˇˇr˛œLI‡pŒÄ? 9A@
  576. ˇˇíˇ√d9…úgæ<¸ÉflNN¸A@ˇˇy˛Û'f¢}NÿÏX 9AB 9A@ˇˇy˛Û'f¢…~a/c9∞ 9@ @A 9@A2@ˇˇÛˇ>    ú”^íÛø#Û≈=ߡô…Ú‡Áôπ9„ô2ı`> 9: é é é é@    ˇˇíˇòx%yìÛŸ#âÁ9·P@ˇˇôˇìÄIKÚOˇ‰ì1O‡·Ú‰«3͇ é 9@A 9@A 9@A @ 9@A @ ˇˇôˇ$3ú„N…úL…·?2'Å¿9˛ \dÅ ó@ ˇˇ2ˇ…Ifl$ß˚˛û#ü3&‡ÚT~†ê‰ í  \dÅ @ ˇˇ|˛íƒ…˘‰õs¸˜<Á8r"ü8Ãù 9A è  
  577.         1@ˇˇ9ˇf&3LxÃ@ˇˇ'ˇf7Ò{tóŒ é@ˇˇ…ˇ3úL‰Á‡ .`íg˛îхÉëfl¸"£8g@ˇˇÊˇ3DO&˘Ä$2fʉdƒºÉüì#ú3‡
  578. @    ˇˇÛˇp¬y‚ìOgíL>O = 1 1 1 \ Äº@ˇˇ'ˇ&?I&s H@ˇˇÊˇ`ê‰òdÊÛ 1 X Rq ⁄@ˇˇ|˛ íì~¿` 1 8 1 & 1@
  579. ˇˇ…ˇ|$íëûÃú√1˘ú8s0 >G > G > >G > =>G >@ˇˇ…ˇÊ${p ê@ˇˇ'ˇé3'OíÁ∞ú \dÅ 1 1 1 ñ ñ @ˇˇy˛Û&ì( ¨ ¨ áâã ˚¸ 1 8 ˛ \dÅ ¨@ˇˇôˇ?&˛‡d  áâã 1 0 1 1 1 1 1 : 1   : 1 ≥¥@ˇˇôˇöí¿˙ X Wa@ˇˇôˇñë¿˙ : : : : : q : 1 : *: : : : :IJ : : : ó ó :@ˇˇìˇ&2ôa† PQR 1
  580. @    ˇˇ…ˇ3úL&|ü33|dò ./ Y
  581. @    ˇˇÁˇ3 â'·$<…%9$4í 1@ˇˇÚˇ¸pô ÛÂŒ…ÃdmŒ»…39súû ô@ˇˇr˛9rsøÑ3ì0    @ˇˇr˛ür¸<Ä B 9H@ˇˇy˛Û&ëø‹¸øR&l 9:;    @ˇˇr˛œN˚Ã&     BC} J@ˇˇr˛œN¿â 9;@ˇˇy˛Û%víæ{r¬ÿ§@ˇˇr˛œNÿâ6I 9:; ¢® ≈@ ˇˇÚˇ‡KƒIø à   Û$9ˇü|ÄÁ    @    ˇˇíˇ9N·Ãë$$…ëº<2ˇÄ@ˇˇ˘ˇê#$ròÚdô$I B
  582. @ˇˇ&ˇæ|‰_Äß B : Ø Ø Ø@ˇˇr˛}NÁ 9:; ¢£§
  583. @ˇˇs˛':Ûw9`    @ˇˇs˛':Û9`
  584. @ˇˇs˛':Ûw9`@ˇˇr˛œN( ≈@ˇˇôˇ'39Lrr8c0 1 0@ˇˇ|˛ˆúeÁÚó»Ù TÖ  @ˇˇr˛œLfòí    L>@ˇˇr˛œLfòí    L> y{ :@ˇˇ|˛ÊûfßÚ ïáóÔ@ˇˇ|˛ÊúLÂπ˝¿@    ˇˇ9ˇúÁ‰3∞ó)∏<¶¿@ˇˇr˛œLfòí    L>@ˇˇr˛œLfòí    L>@ˇˇf˛√e@Ê@ˇˇf˛e¿Ê@ˇˇf˛√e@Ê@ˇˇf˛e¿Ê      @    ˇˇ9ˇúÁ‰3pï/®<æ@ TÖ@ˇˇf˛√e@Ê TÖ TÖ@ˇˇ|˛ˆúeÁÚó»Ù  @ˇˇ|˛ÊúeÁÚó»Ù@ˇˇf˛e¿Ê  D @ˇˇr˛ se .œÈ∞ TÖ TÖ TÖ : : 1 1 1 1 : 1 %3; ƒ≈@ˇˇ2ˇOï,@ˇˇ˘ˇπ}YÚ°úììw˙ÃyÓâ^Œ|J®r|ŒOOMü     @ˇˇ¸ˇÊÄr‡D3œI %© 3® ß %> 
  585.  Z@ˇˇ&ˇâL>Δ@ ˇˇíˇ{N√3§'WæûÛÒ9I¿O ƒ≈ @ˇˇ'ˇˆ?3S∏$¿œ ƒ≈ @
  586. ˇˇíˇN…Lìrí;S«$    &ÄÀ ƒ≈@ˇˇ2ˇM¿ï ƒ≈ ¨ P q \ v : : : :,@ˇˇ…ˇú}ÚòÛdO¯«xLÁr&13ôÉ<1ôy¸L†¸÷]Ú¬ìøIüÀ ' ' 9=@ˇˇíˇsèd>„ŒI0 I í 9IJ@ˇˇíˇ{ g$íÄô 9AB 58É í @
  587. ˇˇ…ˇ$úœd˙œÃÜáègÄ à IJ 1 :˜@ˇˇúˇÁíNüÛJwæ¯ˇ}„)ÂÕÀœÛ∑-Î_Ω™@ˇˇ|˛$ÛöòI@ˇˇ9ˇ8Ä|@ˇˇ'ˇ&?Ád0@    ˇˇíˇxNsû>ø%>Ã=¸ V@ˇˇôˇÃò#ûí°IJ◊2‡ˇƒIA˛»Ú$¸Ä ù¢®@ˇˇ2ˇŒf~ µ∏π@ˇˇíˇè{    @ˇˇ9ˇ8Œy»W¿…@ˇˇ9ˇ8d~∂@ˇˇ'ˇ&?ôdÄ qvº ÿ@ˇˇíˇû{Ä ƒ@
  588. ˇˇíˇx    N9»;Á◊s9“‹w∑    @ˇˇôˇ'ìËπìd$á…‡ ∏π ∏π@ˇˇ9ˇ8…y€Ò¿@ˇˇ9ˇ8√y‹ë ∏π ∏π@ˇˇ2ˇ4fñ<2a^@ˇˇ9ˇ|&œ@ˇˇ9ˇ8√y íÄ@ˇˇ9ˇ8Ãy«Á߃üÄ q º 8@ˇˇ9ˇ8Ãy«Á߃fl<0@ˇˇíˇx8N√s=ø=ºúâ@ˇˇÛˇNÇgfÁ=q>í/]ÀÁ«È∏íœ\ —˝Û»ΔLˇ˜$P_ »∑ÓÒ˝)Á>/œœtZj_y~ºZÔ/˝ÄÁ@ˇˇr˛N¯%@ˇˇ…ˇÃõ`Á 56 @ˇˇÃˇôÃÏú ó@ˇˇ…ˇ õòÒ@y 6 yz@ˇˇ3ˇ2/_r d2º@    ˇˇy˛ÿùfl˝ÏÑ[Ú√ü∑3@ˇˇ9ˇ8¬y¿N'@ˇˇ˘ˇô0≥vÃxûí$P˛ôü<ˆr0/GŒ9/¸'¯d \dÅ@ˇˇ|˛ úìÁp¸     @ˇˇ|˛ úì‡@ˇˇ~˛@sN2Ås¸  @ˇˇy˛Û&'Êô=ª Ñv *@ˇˇíˇü{LÜó‹(@ˇˇíˇòxÃ|ÏŒÔ~w¬3œ;æ#áøùüù&ë@ˇˇf˛NI?P∞ 56: 2∫@ˇˇr˛Nÿ%@ˇˇ…ˇ õòÒ 5 ƒ≈ @ˇˇ˘ˇô0≥vÃx†<ü @    ˇˇ2ˇ…Ió$'œ ‹ì$¡0ˇ@ˇˇr˛¯dó<pÁ@ˇˇíˇúxíÁ@ w g5@ˇˇ…ˇ$õ0Òô˘€ùªÁ¸˝NŒ¸Ó¯éˇvOŒó» µ∏π û@ˇˇíˇ¿|Ir(è H@ ˇˇíˇÔ{ˇ\q"èÊG$'Ôôxí‡dœ ˙ ˙@ˇˇ3ˇ≥$?g ˙ Ø∞ ˙@ˇˇ3ˇ≥$  ˙ ˙ ˙ jy|@ˇˇr˛9Nòˆ0I 9< @ˇˇìˇ 3)…$9õ@ˇˇôˇ2Ëí»$Iíb~∏KüIƒ<   Â˝'Ä 0 1 1 1 1 1G@ˇˇÁˇ… Ê√}I∫è«˙πáŒoésÚsó§ )¬gIJ˜ˇâ|ô1üôÚwè8rC˙g 1    @ ˇˇìˇ<íÃLííì1o]2rû‰LŒC¿Æ@!ˇˇÚˇ‰X˘ÁGrL˜ıÂ_˜˜:Ûû?øK¬øüÎœøæKSly¸Ò_˛ÃÅ?˚⁄∑Óy˝)Á>~ôôŒKÌ+Oè˜Í›Ωüꯠ A ˇˇ˘ˇ›Øøç¯ÕS{ˆáü˜€´y_øoü◊Ó{ÔÓªüflfiv˚ʸÚÚ¡?_Ÿ∑Ó˜˝)Ô>/Û{nı/«˜ıÓtoÄè 1 1   (@ ˇˇôˇìü¯ˇ2˛$Lsgéòò>í ÅÄ @ˇˇs˛t˜ì3ì};† =@ˇˇŒˇ¯HKÄ =CD )s *0 @ˇˇy˛3'$É»I @ˇˇy˛Û'g¢ˆ,ñ; @ˇˇy˛Û'g¢ˆ,ñ;
  589. @ˇˇy˛Û'œ†9a∞c
  590. @ˇˇy˛Û'œ†9a∞c@ˇˇy˛3'IÇÄgéú@ˇˇy˛Û'ÃØÏπS&∞@ˇˇÃˇ¯¯~N¿'  @ˇˇy˛Û%'ìÊôr† π@ˇˇy˛Û%p&{ Dv 6<= 9HJ
  591. @ˇˇy˛‰%ÚÃÄgI‰ÿ   9HJ ; 56 8@ˇˇy˛Û'ìêï2@ˇˇ˘ˇ/¸#_ÒÈ/Ûq%ü§î0«s˜Ã˛dûû˜gJ·ë„ô%Áp> π  4@ˇˇ˘ˇ/?I¿ßèô%;‚ÚÛí·‰‡·âüÊ$OpÂgœ≥ÛÇ9»KN¸@ˇˇr˛Nn 9G + ?@ˇˇr˛ÂLò¸@ˇˇr˛ÂLò¸ :Vr¬@ ˇˇ¸ˇfl]«ƒ%7~$ùÓ˘≥œ‹sˇw˛æ˝}{˚˝[∫Ó¯ª˚mÛıÌ_˛˘˙Ó˝)Ã>ØœœtinÔÃπ¸ìËP CD@ˇˇd˛ΩìÄ é D@ ˇˇôˇ»ò39…ú9.Ú1◊‰úÄé@ˇˇôˇ?&˛‡d y \@ˇˇd˛ΩìÄ@
  592. ˇˇ|˛ìÃây«3ÃñˆîâÚ»L@ˇˇy˛Û'ì†ñ @ˇˇy˛€ù–˘ÀI <@ˇˇÚˇ‰p9âÁ@ˇˇ˘ˇô¿˘É3 Ã *< '^@ˇˇÚˇfrìsÉŒÁë_˜Ã:˜sŒñÙ.qî\ÑœìîÊ_˚1Ó<˝œÃÚ—g⁄)˜g‰üèüÀ TÖ@ˇˇ˘ˇô¿œπ‡
  593. @ ˇˇœˇ30ɉò$¿ú0dfìà  8 < Y  ]@ˇˇŒˇúO$r¸≥<}9Â;‚…Ûf.Òò«<y<ôLò«á9:ˆ¶$fvøˆ≥À©=ÂiŒÍ_æ_œ@    ˇˇy˛⁄ù…˘Á3…$ô IÄ X ?F    @ˇˇôˇÚëXfl @ˇˇd˛ΩìÄ  ;¯  @ˇˇy˛Û'ì†ñ    @ˇˇy˛Û%0£ÀIí`@ˇˇy˛Û'ì†ñ@ˇˇy˛ ‡úì‡    @ˇˇy˛Û%ìêï  J@ˇˇ'ˇ¶'ÒD∞ 28E '@ˇˇŒˇ√K=9ê¯<@ˇˇÁˇ9 ˛%ú>«ó˛8grHæyʯLÄ ìõôÛ˘<3qπ‰±¸‡ˇ  UwÜ   @ˇˇôˇ–ví¿|@    ˇˇ2ˇ…Ió$4¸¿üe2.œË    @    ˇˇ3ˇ$ÃúÁ$    1I&ì%¿   @ˇˇíˇéd IIŒ    Ê>íL@ ˇˇÚˇ…pŒ√"¡INíœ3__ì$@ˇˇôˇyÛüªœ¯NvÃ)˛¿‡|ôìõ¡Û ÂÁ3@    ˇˇôˇÊû<s0I.Ã@ X [y8@ˇˇôˇ–ví@|@    ˇˇ2ˇ√IoˇíIdNûÀ\– 
  594. @ˇˇ|˛$ìúœíì†ú`@ˇˇÚˇ?p3p&…í$>_‹3”g2í»/Òœ & W TUa w wx wx wx wx xyz wx wx wxÕ@"ˇˇ˘ˇÌ/„»w˘ù¸»ƒÌÁæ|€~ÎŒwˇÔΩnÒıÓÚ˚Ò≠˝ªÂô9O ˚≥å}˜ü˛˜w_¶≥Y{øÚ˝xmfi¸ˆ¿K E ‘’@ˇˇ<ˇííß?`@ˇˇ3ˇÏƒ@ˇˇÚˇ<P†@ˇˇÚˇ<P† ù@ˇˇ3ˇù«Ä ˆ 2#@ ˇˇíˇòx»|ˇí¶ª≥Oü»ì√flŒfii E@ˇˇ9ˇ$¿å £™@ˇˇ9ˇ$¿ E 9D 9CD 9CD 1 6 1 @ˇˇÚˇ<pô·ûá'$…ôÊë‹ß    Ú˙1 @ˇˇôˇ~˛¿‰«¯ì‡  Ω —ÿŸ@ˇˇ|˛˛ùf<Ú%ɲ·D&@ˇˇ˘ˇ¿âáÛ˙»áyËâˇyÅ'»$Ò˘ÂÑ•<`Û @ˇˇ9ˇâ$¿Û 1@ˇˇÚˇ¸`'    œÊ¯è‰¸ÉKíŒí    <ì¸lnyˇ ó V>M@ˇˇíˇœdÛœ@ˇˇ3ˇÏ‰g@ˇˇ&ˇ4w0>@ˇˇÚˇ<`¿œÁŒ '@ˇˇìˇ'Ëí@ ˇˇôˇ?˛Êáêí3cy3ìc¬sg 1 ñ< 0 1 1 1 1 1 1 1 1 1 1 É x∏v + wxπ π@ˇˇ¸ˇ$ÄûíüüK?Å  É@
  595. ˇˇôˇ◊2÷ÄôI>IÜsŒ˛Ä8 V[ 1@ˇˇ2ˇ…Iß$‡˚ 0 @ˇˇ<ˇ«ˇ&ûñ…∏<¯  r 1@    ˇˇÚˇ·S˛Ù8@yĉ»‰Ä 0 1:@ˇˇ¸ˇëÉë|qgÊ^Œ˘G…ô{húñ2˘yMπœ%ròπy?˘fˇ=òì|ŒyP˛ 3á ≥)@ˇˇüˇH2œ”q˜üÁ??ÑO탸c$‡ÁõôúÛ?¿ß v N ñhÖ ñhÖ ñhÖ@ˇˇ9ˇüx&0 ñhÖ ™ø  0 0    @ˇˇ'ˇ¸7\˙¿ P S@
  596. ˇˇ|˛Œ~ϬÔgvÉÛ∑3ˆ˘êy 1 1@ˇˇôˇëL2sĢ 1 1G@ˇˇÊˇ‰D$≥ë˜Ã–ˆ˛ôì/Ëí@<ÄÛ«|Óô˝/L>g◊õîxŒ9r˜„æ‰∞c@ˇˇ3ˇaŒÂ   PV F <@ˇˇy˛Û'0ìnrNx‰T∞Û J@ ˇˇôˇíôÓÈ<áÁ$ûë> £ < 1  ª 1 8 H 9 1 3@ˇˇìˇΩ$d#Á>√p ó :<CAˇˇ¸ˇm≥Δ±Ô˛⁄nˆ˜ÓÏæ]øÚˆ˚˚πwwflÓıwfim{˜9mı≈ª˝‹ˇ”?Ó¢∑ϪÒæÔ   ]eÇ ]eÇ í ]eÇ    1 1 1 1 1 1 1 1 0 1 1  @ˇˇ|˛ úì~¿`      PQR  $@ ˇˇôˇ‡»/…»‘Œ<ˇÌÏ›'e‡<vfÄ˚
  597. @ˇˇy˛Û'f¢IyrÇ¿ &@ˇˇy˛Û'p¢Äy∞ú@ˇˇôˇº&p‡d@ˇˇy˛Û&v…yaø¸2Ä@ˇˇôˇº&p‡d     @ˇˇôˇº&p‡d@ ˇˇÚˇípŒK0KÊÃsí°3Æ…ÑGŒ
  598. @ˇˇôˇ>cí§œ‡å¿| A @    ˇˇôˇ >pí|˛$–ÃÃ$·Ã«    @ˇˇ'ˇ¶'…{†/@ˇˇ2ˇ√I˘¿<ë…‰¯      @ˇˇ2ˇÉIìÁÊèL? ¿ P8 @    ˇˇ2ˇ√I¸Êyfe",è˛  \7 1@ˇˇôˇ?&p‡d 0 1 PQR KL ã KL-@ˇˇÛˇ¯3AN#ü2˘$'‰è$˚úßÑ9{ô“˚ôL•ø‹˛òƒ9ôà9;?@ˇˇôˇ?&˛‡d P ; Pgq@ˇˇŒˇflKÁˇÁø    \Á ;@ˇˇôˇDÚ)Ò¿b@ˇˇÚˇNbœL˚9„=|√3t‹»?.„\7>˝–œ9‡)ŒOôΔ=∫=|f˚œGZù°|9–w˛Ë@ 0  ’@ˇˇr˛3fñ<‡  @ˇˇy˛Û&f≥yLÿ`ß 56 ]eÇ@ˇˇ|˛ ìì~¿`@ˇˇôˇ?&˛‡d@ˇˇ…ˇ ò∏ÒÄy ƒ≈Δ@ˇˇr˛N∏%#@ˇˇíˇòxÃ|ÏŒÔ~v¬-y·œÁ»Áo‰gÄI º¸   1@ˇˇs˛~˜≥Üüog‡@    ˇˇ'ˇó7…ø˚Ÿ    {‰Œ ¿fl @ˇˇy˛Û&f≥yLÿ†  ≤≥ø ®©™ *t@ˇˇr˛Nÿ# 58Y$@ˇˇy˛ÿù#flè;˚$bÜ;˜ 9<? N ,@ˇˇ9ˇ$úíúˇd˘}ÓÃÓ«2¸úy¯ÃèeÁ-·oIJ    7 1 567 5 q q 1 1 A@ˇˇÚˇ<pO‡ÚÂég2syLx¬åI0Ûs@‡ ˙@ˇˇ9ˇ&òπ@ˇˇ9ˇ¸&¯˘ A@ˇˇr˛#NÙ )s ê ÿ @ˇˇy˛Û&f≥yLÿ†@ˇˇ9ˇ|&˘ˇ9<ü·@Œ@ˇˇ9ˇø&¯˘@ˇˇ'ˇ¶'‰{≥@ˇˇ'ˇ¶'{@ˇˇÚˇ<P† A &  0 Zq8 .@ˇˇíˇ~g  DZ Ç Ç@ˇˇ>ˇJÛ ` ¨ @ˇˇÚˇ<P† ¨ Ç · @ˇˇôˇæ&∞Å…$…Ä ñ 1 1 1 1 1 F⁄ q F 1 r ]eÇ@ˇˇ2ˇ…I$p±LÄ¿ˇ   
  599. @ˇˇ2ˇ√I¸¿ñ…∞<¯
  600. @ˇˇ2ˇ…Iˇ$œñ…∞<¯ @    ˇˇ2ˇCIaÚg&&3ÚX¿‡     J @
  601. ˇˇ2ˇ…I\&«¸&ÅLf±ˇÄ¿          J@ˇˇ2ˇ√IÄÁÀdX¸@ˇˇ2ˇ√IÄÁÀdX¸    @ˇˇ2ˇ…IG&œñ…∞<¯
  602. @    ˇˇ2ˇ…IÁ$œÃLcôÀġ J ∏π @ˇˇŒˇ¯Hâp”yÚ¿Ä@ˇˇ…ˇ?'Ä& 0 7 0@ˇˇ<ˇ¿ˇ n@ˇˇíˇN>IÉsI&< G]    @ˇˇôˇª$3p' ºΩ @    ˇˇÛˇ<òô¡<&'√G¬ì¿O ∏π xy tw{ π @ˇˇ¸ˇ@…ÄÚíº@ˇˇÚˇ<P†‡  D® @ˇˇíˇ8{˘üΩó8ò%@ˇˇÚˇ<`¡$쉉 ò@ˇˇíˇ s≥‰Ä& ®@ˇˇíˇ<{$9¿@ˇˇìˇΩ$…ò ö ù y &w 8 Y{ { G G          @ˇˇ‰ˇŒ»»;ú ¸ÄÁ ./@ˇˇÃˇ…ëúú ./ / ./3 3 / ÕŒ 1 , 1  @ˇˇíˇÃOÄôúàñ ñ 1 1 >£Ω@ˇˇôˇ&1ÚHLJgœú¯Å-ŒídrÚ ZO -  1 >@ˇˇíˇô{~íÁ 1 1@ˇˇíˇ√dN2Ås¸  \dÅ   \dÅ  0 /X ⁄ÔÚ@ˇˇ&ˇLLÊí@ˇˇy˛3&63úI q˙@ˇˇ2ˇåIúò@ˇˇ&ˇML¿ ‰@ˇˇ$ˇ°¸< ‰ 3ó£ Â ‰@ˇˇ$ˇ°¸< ‰ ‰@ˇˇ$ˇ°¸< ‰@ˇˇ'ˇ&<Âá ‰ ‰ ‰@ˇˇ$ˇ°¸< ‰@ˇˇ$ˇ°¸< ‰@ˇˇ'ˇ&<Áá ‰ Â@ˇˇ$ˇ†˛ ‰Â ‰@ˇˇ$ˇ°¸< ‰@ˇˇíˇédg5œ¿ @ˇˇúˇ3íq¬ôÃ&≥•á ‰@ˇˇ$ˇ°¸< ‰ •@ˇˇíˇx    N2If˜ì@ ó KL @ˇˇ9ˇ    8X&ˆ¸Ä që@ˇˇy˛3'‰àè{áÛúÄé 1 1 1 1 1@ˇˇr˛2fû9‡' 1 A AB Aí@ˇˇ˘ˇ)-Ô¯T¯»˛I?fi¸ìûˇ)”Δ3%}Û«˚{˙MÂæ‹˘◊ú∂„˛˘iΔ‰Lp≥_>°ïßDÓ«  P    @ˇˇÛˇÃöß<sò'0> Z@ˇˇÁˇ`"üIf¿d@ˇˇ9ˇ≥$d9ôà& B 1 Ω!@ˇˇŒˇ9p3¡>3wd9Á…¯D.O¶&    Ì…‰¯ì¿…@ˇˇ$ˇ‡˘@ˇˇr˛N∏% 58ã
  603. @
  604. ˇˇÁˇb" zx¯$ìƒ˘#&@ 9IJ@ˇˇ>ˇ£K& I I 1  âãå ¢® I I I I I I4@ˇˇôˇ>“‹ì>{ÛJèG˛9AπÛgÚ˜ï8Áædå? ˝    @ˇˇf˛Áf√9·%D¸ è ìè \dÅ@ˇˇÚˇ<P† v 1 è ¯ áâã 1 1 1 1 1 1 Ç kz krz Ä 1 1    @ ˇˇ…ˇ3&íÑp^ôôL$èÄ ç ly ∞ ,> B AB Ω˚ á$@ ˇˇ|˛ÓùdIœåôˇ{ÊTfi°ÚÛíº@ 1      Ω@ˇˇôˇò@ÊpfL> UwÜ wx w wx wx wx wx wyz wx wx wx wx wx wx w wx wx wx wx xyz wx wx wx@ˇˇd˛.ôÃœ wx wx wx UÜ UÜ UÜ UÜ UÜ UÜ UÜ@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ UÜ UÜ UÜ UÜ UÜ UÜ @    ˇˇÛˇ>0ìaíd|û˚\– x 1@ˇˇf˛√g@‰ UÜ@ˇˇf˛√g@‰@ˇˇf˛√f@‰@ˇˇf˛√f@‰@ˇˇf˛√e@‰@ˇˇf˛√g@‰@ˇˇf˛√e@‰ UÜ@ˇˇf˛√f@‰ UÜ UÜ@ˇˇf˛√g@‰@ˇˇf˛√e@‰@ˇˇf˛√g@‰@ˇˇf˛√f@‰ UÜ UÜ UÜJ@ˇˇÚˇÃp·ÃÁ¯…y˙∏áœÈ‰?úÃ=ÁÂIü)Ó>˝flø”Ãg)¸<Â˚ÒK˘'¸< ⁄(@ ˇˇ|˛íêˇ<ßœgæ#á˚ù#–æPÚ 9J J@ˇˇ&ˇ?w0=  !@ ˇˇy˛⁄ù—˘Ïò_Ú‡ÔvfN˚$O¿@ˇˇy˛$'ʇgéú¿@ˇˇy˛Û'ì†ñ  D UÜ UÜ UÜ@ˇˇf˛√f@‰ UÜ@ˇˇf˛√f@‰ UÜ@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ@ˇˇf˛√f@‰ UÜ UÜ UÜ UÜ UÜ Ç@ˇˇ…ˇÃò»30@ˇˇ…ˇÃò»30 5 5:£@ˇˇ>ˇJ@ˇˇ…ˇÃò»30 P Ç 1ó@ ˇˇ˛ˇü=πÛ_fl\ØΩ˛~¸€Î„Ê€é{¸ú˘œõí2Û˜oi    «øúy„üéO¶d|v≥«öÚÛg‰qªˇÀπ 1 ó ∫@ˇˇÛˇÊ¿2^dìøIIÅÇòp¸GN@    ˇˇôˇAÊ3òŒ|$¿ MÄ@ˇˇr˛ßs&gÃÄ@ˇˇÁˇì¿…Ä4*@ˇˇíˇÛdüí{˜È<œ«ƒcÚŒëqfl?fi)3Ä Ç#@ˇˇÛˇŒ0§ ‡ÁG98s«9réIpy∞3'1É<諃é|ꇡ@
  605. ˇˇíˇñx¯áìIôèô`?3Ä@ˇˇíˇOIí)˘Ÿ©ò$ @
  606. ˇˇôˇGÚô¡gŒ9√ì3dí¿ 5 5TÖ 8 
  607. @
  608. ˇˇ9ˇúAÊf22eÉ<ë%o˛‡ v@ˇˇ…ˇ‰$…√ÁIíI@ˇˇíˇóxdê@ ˇˇìˇ'3IÜ$)ˇë    ∑˚õ¬üëg2°@r [q6 M VWM 6 1+@ˇˇÛˇI¬ÄüÛü22Ûy,…¸ü≥ô3ìÀ#\“Â霸«$¶$Ú\Ás˙¿ HM 1 1 1 1 1 1 1 1 1 1 1 1 1 1 H 1 1 1  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 C 1 1 é@ˇˇ<ˇ¿ˇ 1 1 1 1 1 1 1  g 1@ˇˇ2ˇ…I«$œdÄÚ»¸@ˇˇ2ˇ…I«$œë…‰¯ 1@ˇˇ<ˇ¿ˇ 1 1 1 1 1 1 1 1 1 ãå@ˇˇ<ˇ¿ˇ XY G 1 1 1 1 1 X@ˇˇ<ˇ¿ˇ 1 1 1 J 1 ó 1 1 qv àäå 1 1 1 1 1 1 1 1 1 1 1 1 1 1  É \ \ 1 ó 1 8XZ ê 1 1 1 1 â 1  57 0 0 0 1 0 1 1 1 1 1 1 0 0 1 1 O 1  UYÜ      Ûˆ@ˇˇ2ˇ)NÇ<˛IÄ ã@ˇˇ|˛&»‰`lΔ#ô@‰@ˇˇ2ˇÉIp˘Ã$˛@ˇˇ2ˇÉIp˘L&  v è qv∏ ¢® V r í N   Gê 
  609. %@ˇˇôˇ&2<KMrúÛR3I}˚Ã'c&31<'˛Ä @ ˇˇôˇ9'¿#xr‡I»|$ÁÚ»¸ 0  \dÅ@ˇˇ9ˇúÄœòdÊÛ 
  610. @ˇˇôˇ ìrí)I9˝‡HJ  @ˇˇ…ˇ$òôìs2Iíû/¿K«LgôòÀs Ñ† @ˇˇy˛?'¿ßÒÃ<¯‡ àäå àäå S  6   WwN vw P i Ió∫ ( X@ˇˇg˛òìì~¿` ∏ 8 X W X :@ˇˇ9ˇ$& w qv∏ W P @ >@ ˇˇ2ˇÉIr˘·cô19ì}rJpÜ¿˛ iÑ               @ˇˇ2ˇÉI˘HÑ˘Áú¯       q∏ 1 X UX ./3 XX 3 • •@ˇˇ…ˇ õ¿Û 7A @ ˇˇ‰ˇ2»dL‡úÒ‰Ãò3√ŒÑ0@ˇˇ…ˇ<flíÄ @ ˇˇÚˇúpŒÉí‰ Û‰úKí%9@$@ˇˇôˇ–%…r&ô˛ôÑÚo@ˇˇÁˇ9 %Õ»rˇüM„˘|…‰‹Kí˘ŒúyËúÄ∏ > @ˇˇÚˇ<Pî°¯ú‚ë<aì
  611. @ˇˇÛˇ30r&∏Gûú…ò 
  612. @ˇˇ2ˇâIÁ$4˚ò@ˇˇôˇ&1sJ¸@I Ç@ˇˇÁˇ`"ôÃ… …Ê$)ÚòLLú«ìÛ¬s2g@ˇˇf˛…d>< K OY@ˇˇ3ˇ‡»‰Ãd ó !«  ©@ˇˇ2ˇM~@ˇˇíˇs    N<4`ñ ¿… v|¶@ˇˇr˛ÊdÑ?ê • ,- 
  613. Z ≈@ˇˇôˇ ì√‰Åôì…@ˇˇy˛‡ûŒ>‰ q v∞@ˇˇ'ˇ‡6 ; v@ˇˇ2ˇÉIú˘` N X@ˇˇr˛2fÿ<    @ˇˇôˇñô¿˙ C V Vxá 5TÖ 
  614. @ˇˇ'ˇf4‰xª º ˛ ûØ@
  615. ˇˇ2ˇÉIö˝?{L·˜9&¸Ä¿@ˇˇf˛2eÉ<&õ 5 R@ˇˇôˇ~ŒÀk`
  616. @ˇˇy˛‡ûò˛¿yÒÃ v ò |@ˇˇ$ˇsíœf&èL? ¿ 1 @ ê GL@ˇˇ¸ˇø≠G&g0Ô>wpü{$áÁœó<È…Â/r;>õ”6n\fr9Ú1Ã
  617. @ˇˇ2ˇ…IW&˚˛ : 6TÖ 1 @    ˇˇ‰ˇŒú(ì‡ÁLr2…@@ˇˇ3ˇ‹ƒ ù†@ˇˇíˇOÁg2Ä$@
  618. ˇˇ2ˇÉIsÚûœLπ·9%IB`ˇ     H~@ˇˇ2ˇâI\&‡Û&Ä9¿¸  [@ˇˇ2ˇâIó$∏˛U@ˇˇÚˇ…p˜”/…ÙöÕ”y‡üˆsÒ{ó§˘))o$ŸÀ§º_ìì¡ôÛô ?ÙL«>ñXF¯ˇx 0 1 1@ˇˇ9ˇí`ŒÀdX¸@ˇˇf˛NI?P∞@ˇˇÚˇì`Á√ûÄ·'Δ…Øæá_“*‰¿ûò • @
  619. ˇˇŒˇ>Lîd¯Ã9<‰»Ûò‰û ∏π    @ˇˇÃˇí»π?p†I ∏ B ÏÌ B +A∏ ∏𠣧@    ˇˇ…ˇº$êøÁ<_“ ¿ • 8@ˇˇ…ˇúõî38 B@ˇˇüˇ…∞rÜÊa AB@ˇˇ2ˇMñ ∏ ƒ@ˇˇ3ˇΖ ∏π ∏π@ˇˇ…ˇ≤$Ofû@¿ì ]eÇ@ˇˇ3ˇœÂ 1   9B \dÅ@ ˇˇúˇ3íò√…dsí$pÊ'Oè…ÑG‰ 9B@ˇˇÚˇ<pdʉ¸ëågÚ>ú‰ Œò«ƒ‰úÄ@ˇˇ2ˇâIX&~˛ü”º…ûƒìc#2»˘á0… 1 @ˇˇy˛ ‡úì‡ 1 1  9B B§•      1 1 1 1 1 1 1 1 1 1 1 1 1   1  0 1 1 1 1 1 1 Ä Ä@ˇˇÚˇdrpììyò≥ˇNÜr˜ÃÙ$√9Á>û 1 1 1 1 1 0 1 1 q@    ˇˇÃˇ¯úOí ûSô˚_Ï 1î@"ˇˇ˘ˇı,<¸7ÁõrÛ3_æÓyµ;Ó¸ÛR÷ˇÁÂ˚1~õˆÃ€svdÊwüfl¯¯I˜ü˛Ãsˇ{Ê”b{À”„˝Ú˜Ôó/˘ 1 8É ¢£@ˇˇr˛œN&·@ˇˇy˛Û'L…„#9Ë@ì@!ˇˇ˘ˇÂ/Á2≈)ß󉂸Kzw~üŒøˇœ%?ºÓøq_ø∑ƒ«ôòI‰g‰ß∏˚Ù∑1ÔÒ)=<∑æøw?~¨<õ@ˇˇ'ˇÙ<ƒ ≠@ ˇˇÛˇ¯¿>‚âú=…ò…úfl3Û@  ≠ TÖO@ˇˇÛˇú…˜¸yÓ˘Ãå˜ú>fÚcz˙ÓM¯%d∂<qœÈœfˆ~ΩWbËy˜„?8¿@ˇˇíˇ?Iºí Ü@ˇˇ…ˇ <flÛ)á/˘†)‡I A *9 0 < ¢¶≈@ ˇˇÁˇí 2Kô˘ÔëÛyÄ3$ìOrö ‡ ¶≈@ˇˇ>ˇéG;@ˇˇ˘ˇ‰ §‰dΔ<˝{‰¸éˇIy'NôgNgf˛Ÿ3€úAùÀ˛<' '[@ˇˇ˘ˇ#)úì¯˘õœgâ}œ˘ÿå,|Ù#∑”`fiRíˇM#C≈=ß?Ûôü~g&7◊º3Ô|˘S¿C ó@ˇˇr˛ OöI @ˇˇôˇ99 Y2…çú2…@ ˇˇôˇë=ôÃ9îúìpÊ}Ã9?»7   1 1 1 1@ˇˇÚˇ<P† 1 1@ ˇˇÚˇ‡Kdr3»Ãy‰9/ú·ú¯¿œ@ˇˇÁˇô¿…åÅ9¿ü 1 1 1 1 1 P P P ò 1 1A@ˇˇ¸ˇûîs^.Òó…?$ñÑGN¸œßÁ…Ê$”GπßÛ`Iò9Ê15ïß&8ÔGœÄ 6q– 1 6¬ MN 1 ¬ 1 1 1 1 1 1 1 1 1 1 1 1 1 P 1 1 1 1 1 1 1 ü ı@    ˇˇ2ˇ…IT&¶¸$ìû«√oÿ 1 WA@ˇˇíˇx#N˝ˇ˚˝K∫n æ˜mœ∏ßÛflëìï 1 1@ˇˇ…ˇÛ$g‡Hõ‰2ôÄO A <¢• <A@ˇˇ3ˇÃÄÕ@ˇˇ2ˇ…IÁ$Á˚Ä UX[ \ ¢ qS@ˇˇÛˇd<Ár=%‚¯<<íIü”â‰Á3˝îì˘ÚìÑÔüü)Ó>˝fiÃŒ/=”è<#Á~¯ Z?@ˇˇÃˇíúyôÃ9rÚgR~ˆâÁè|¬?&g=∏O∫¸cüÙ¨CcyÙ?8
  620. @ˇˇôˇ€ ü2ì     Nå@ˇˇ˛ˇ©]∑±^fi˜Î√mgí~oIfl©“ªΩûû∂˛˙tN 1 ÊÁË  \dÅ @ ˇˇ˘ˇŒ,ÃAIOòOÜrÄ Oû<@ ˇˇ…ˇÛÉ?fÇaO7…œÃ√…¸'ê 
  621.  > y û@ˇˇíˇâ{‡…ì¿  @ˇˇüˇ¯Ä‹>tŒL~pôÃÉOÁ$¯ÙÜ'4x<38~‡<      @ˇˇy˛ ‡úì‡@ˇˇy˛ ‡ú쇠   \dÅ ≥@ˇˇy˛ ‡ú쇠   @ˇˇy˛ ‡ú쇠        @ˇˇ'ˇ><n  N kz@ˇˇìˇΩ$ôDé$‡I@ˇˇ2ˇ…IG&œë…‰¯
  622. @ˇˇüˇ ∞∏Òpy@ˇˇíˇ sNú9ò ≥ ≥ ≥ £ ≥ ≥ ≥ ≥:@ˇˇíˇ¯dœ9íÑLí€ü˜Ó     ÀyÓ‹%8∑LÚ˝H ~ ~ £ ,- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@ ˇˇ9ˇ$Ãíú|I]ÚL¬ÙÂ1    ÃÛO  ª@ˇˇy˛ ‡ú쇠]dÇ q%@ˇˇôˇ8ÚƒìÁsd…‰x&∑%r†<#IoˇI&…ÒL2xé 1 1 1 0@ˇˇy˛ ‡ì~‡` @
  623. ˇˇÚˇúpŒÉHÚL'ü    Ã& H H EP@ˇˇy˛ ú쇠 1 1 1 0 5 1 1 1@ ˇˇôˇÙë„û|∏&»πOgÚπë\&‡Û@ˇˇôˇÙìôrŒö·Ûô gû…ÑFsô … ]eÇ G G ö ,ô û 1 \@ˇˇ2ˇÉIs˘> @ @ˇˇy˛Û'œ†9a∞oc@ˇˇÚˇ°cœ'…ÒÊ¡ëè_«íZ¯‹Ò˝Ë    Ø˛ì3Y»$ú˘‹Û˙s_|°õ2ÁŒœflmÁÔ—èÎ8¶‡@ˇˇÛˇ90ì%Úöá◊√≥#'3√…Ÿò‹‰ì¸,@ˇˇy˛ Ãì~¿` G ΩÏÌ  D  D  DD@ˇˇ‰ˇ…Ã>3…œi$ìèœ3?ûr$p˝…Üøä{O73}îÿÈÊò«ÛpŒg~ wü{@ˇˇ˘ˇ@âÄÚ G  @ˇˇÃˇ¯úëŒÙ˘–å,«Ù    ˜~0&L‰lÙ‹Ú¸ 1 TÖ 1@ˇˇíˇôx|Œò$ë?gÿÃ$K˘·Ûƒ)âÂÏ?Ï@ˇˇ2ˇÉI˘2|rJÀÑ»ü@ˇˇ2ˇÉI˘íús‡ ]eÇ@ˇˇ2ˇ√I¸g&&íêG‡  \dÅ \dÅ  5 @ˇˇy˛‡ûô˛3<f¿¯x 1 1 1 1 1 1 1@ ˇˇÃˇ9ìN¿s,˘'â…ôc¯Ã&8ÌO@ˇˇ2ˇÉIs˘> @      P BC A@ ˇˇÚˇ…pô…$Á–å€ÁdŒõèsì ¢§• §•@ˇˇíˇ sô˙4@ˇˇìˇ98}܇Ñ'3@ˇˇ3ˇ`« ¢£ §@ˇˇÚˇ<pg‡vf>Û0√ ∏π ∏𠧕 ∏ ∏π  D@ˇˇ…ˇ 3∏Ò §•  D §• ¢£@ˇˇ3ˇ‰Ê–@ˇˇ3ˇ‡Œ@ˇˇ˛√É¡=2˝gxÃćß 8@ˇˇy˛ÿùfl˝üÅf˛v&@ˇˇy˛‡ùò˝¸gù>Ä… 1 1 ≥ 1 
  624. 3 X ò@ˇˇy˛ÿûfl˛üÅf˛z& ∏π 8@ˇˇìˇ'í…úò vxy 1 ƒ≈ Y}@ˇˇÚˇ‰P$≥‚˜‹x…égô    ÂÉdxô‡∞+ }@ˇˇd˛ΩìÄ      P ƒ≈Δ@ˇˇÚˇô`ÒÉ¿å`Œ¿< G 1 W ê 3@ˇˇr˛œNÿÄM@ˇˇ2ˇÃIÄÀ \ @ˇˇíˇ<s˘Áó3Ï f¯  lxÄ ÄÜ@ˇˇr˛2fúü @ˇˇìˇΩ$ôDé$‡I@ˇˇ?ˇÙfi ÄÜ @ˇˇ>ˇNK 1 1 1 9>@ˇˇíˇO$g˘|ô˘Úú|‡dÚxûdÚ¸ 1 W@ˇˇ2ˇIIW&˝ë…‰¯@ˇˇf˛πL¿Â˝@ ˇˇ‰ˇ2ì}MÊ`SÚ9˘HI8‡    @ˇˇ‰ˇ…ìÃĉúfx¬s¿L 3 3 @ ˇˇ‰ˇ¯ìÁp‰FfÎ[Lú‰iú≥‰8   ),@ˇˇ‰ˇ…ì2CÄs 1@ˇˇûˇüHÛ | 1      1 íî@ˇˇ9ˇº&ÿπ º@ˇˇ'ˇf'‰s‡º@ˇˇ|˛¯íI`é0? ê £ Üü© ê@ˇˇy˛‡ùò˝¸gù>Ä… ê ê áâã@
  625. ˇˇÁˇO¬'%ô9óKÉ·9`&  ≥ ëî*@ˇˇíˇéd·s‰$/ì.ÓoîdÛôs”9/팯Ի@ˇˇ>ˇNKÛ¿ ûü £@ ˇˇ9ˇÑœíìπLÕÛgí~Œ2wï«ˇ   ]eÇK@ˇˇíˇ;sú9ò$eíÙœl◊Ó›˝œ9˜Ÿs«)};[¶Œ˛‰                  !@ˇˇíˇNRÊK˛Ô˛û√Á9íìÓøùôd 9;< @    ˇˇ2ˇéIN&ó˛\ÅFg&3 Ω@ ˇˇ2ˇÉIc˘‡ÉôI¸ß‰¡)ˇ$æ@ˇˇ<ˇ¿ˇ ê@
  626. ˇˇ2ˇÉI˛†KúIÛæß$(ÿ 9IJ ≥@ˇˇôˇœ2h?íÄ  9B} ûü ûü ê-@ˇˇÁˇcíí3ı¡%<ÃúíG2&Œ‰ws] ˘–I&…1ë)‰Ã˘Ä û† û† 1 1 û† û† 1 1 û† 1 1 1 1 1 1 ª 1 1 1 ê íî 1 @    ˇˇ…ˇ>úf`9gdxKû‡˘¿… 1 ó@ˇˇ‰ˇ$Ãô»ê$ + 4 B B áâã ¯ 16@ˇˇÚˇëkû|0¶œ{púé,˘§â¬¸Liìô%%o¸Ãëc&í„ä|yˇ»     
  627. @    ˇˇ…ˇÛ$√‰"ô√IÚ¯$Lô@ˇˇ3ˇò9…úÄú      1@ˇˇôˇ$í9ì' ®©™H@ˇˇŒˇ`N1Œ=˜fßCgGíˇ˜è˚<7$·§ê˘flL˘7ΩS    ÂÁí6?
  628. @ˇˇ9ˇ|$‰Áá∏î { ≥    @ˇˇ'ˇ¸?úÃ~ Vgp@ˇˇ˘ˇ.)gf«ÛAÚëú>ÁîËπ9y<í˘iß:„9ø˚Ì)mˇΔ¯«ifl∏Á¶?}ffiˇYS MœÙ∏ 1 ⁄fl@ˇˇ&ˇ˝LÄ' »⁄‹ g »⁄‹ »⁄‹@ˇˇôˇAÚJí&Iêˇ& B“ z@ˇˇ3ˇaŒÂ@ˇˇôˇ$í…‡ƒû ≤≥ @ˇˇ3ˇüœMú¸%† A ò KL KL KL$@ˇˇÚˇüp?    |8…Ÿ'…π‰1cŒí»'œ˚ûë~'ê@ˇˇôˇ&ÄK‡˘Ú0s ø¿ < áâã 9<  ÿ*@ˇˇ?ˇu…5…NÂ„>ú˜LÛ&gx/NI PˇI`@ˇˇf˛NIÄS¯˛    Ø@ˇˇ…ˇº$Äè@ˇˇ…ˇº$Äè Ø < ,- ,≥¥ < < ¥]@ˇˇ˘ˇ@)P¸<˘πœÂ˛'KNøüÀèæºwön˘˛Á1á ¡ü^œS}˙&”Àd‹øœ~∏‚ú@ 1 1@ˇˇôˇ9Ã/)2!f¿ì g 1 \dÅ 1 ó 7 1
  629. @    ˇˇôˇ ìríñIÁø    <2ìp ê 1     @ˇˇüˇÒ∞d22√h!@ˇˇ…ˇ3˱‰#9sƒ0?I…dÁúò~¿ìLôˇ<íídŒy#s¿¸ º     L@ˇˇÃˇ3ú·7<á'I&0œòs~ô ììÆSy˝L X7 7@ˇˇôˇúñôû< 1      ? V <<@ˇˇÚˇÃP'I8«?$”ˆºÁú˘ÃxÊ6|3∑$    iˇ…‰õƒ‰ìflë'¸@ ˇˇ˘ˇ‡#‰dÃì9âû…NÄŒ)yÄ Ω gt@ ˇˇÛˇë√Ò1è¸üÑRŒ#_õÈ€Û˘y-Î≥dñ∑«¯y‹9OúôÉ9$‰ô∏gÙß3˚fl>ÒŒòûÚ∏xΔ˛˝˛±¸@
  630. ˇˇúˇ¯í·^Œ‰pô¯ìyd˛i@ˇˇÚˇÃPπ‚pªè|$«˝xK>%£ºú‰˜ö∏ {Op¯„Û≈=ß?3›ø~ÈåúûÚ±xû˛˝˛±Äc & M@ ˇˇüˇò0'ìÃπ…ëIf$â$ó‰ì#óÄ 1b@ˇˇÚˇ‡SyM¯Ë¸è|òßé{¸¸îÂfl≥ŒÁ¸8ç#J¬O7≥˙Ûôœj̘„«:æ˘‡% > + I 13  6j@ˇˇ˘ˇÒ-âû{éN–ô‰˛˝˝˛=æ¸_ÓÊg€€˝˝ÒÁL‡úœû¸xJ1IÄŒ 9<B 3X 3 3 9<@ˇˇy˛§$üÔ$êò@ˇˇr˛8r3Á 9<   <@ ˇˇÚˇô`˜É1Ésà&óÄ<ì3Ç∞L@ˇˇÃˇ3òO‡ì8·frûÃ@ ˇˇ…ˇ˛$aûÀs`L$·ú¸0d@ˇˇy˛§$˛‡$Åÿ 8X@ˇˇôˇ^ÚIÜ$)˛ëL ì«ûÛ˜c&4#OÊ@ ˇˇÁˇ$0úd‡<≥I∞&IˇZ    º<ìê@ˇˇ>ˇNK 1 ?@ ˇˇüˇ'Äâ8sgíú/eèÒ‰yê8@ˇˇy˛ ì~‡` EM ]dÇ 5≈
  631. @ˇˇy˛‡ûò˛ÄgÒÃ@
  632. ˇˇ2ˇ√IÜÁÉ{a˙ û#è|<@ˇˇy˛Û'ì(n@ˇˇ…ˇúõá˝√|˛Á˛9éK&ggºæ‹sb üì∑?p?wˇôì{øªæäfl«q©}ˇ∂Œº yz   @ˇˇ'ˇ¶<|S˚|fÇ@ˇˇôˇ»¿?Ä3x> àâå g 1 0ã@!ˇˇÚˇëKÒ1IBÂ~˛%ú>ÁñÔ8ŒœkYt◊i˜£S|l˘·…û≥œ˚ûßü„‚”øôìü¶ûrxF˝ˇ©KR¿ 1 U 6 v 1 1 <&@ˇˇÚˇÃPú˘˘ûâflñπÁsn|$cfi°ë†˙@ˇˇ3ˇÄΔ A G < F@ˇˇ3ˇÄΔ <? G <@ˇˇ3ˇÄΔ@ˇˇ3ˇÏy‰ó/ < G@ˇˇŒˇÚK~O¿' ? < < A <@    ˇˇŒˇrK~O†#˜?íFP˘@ˇˇÃˇìÃÉfl3ÄÃ8@ˇˇ3ˇÄΔ@ˇˇ…ˇº'r诌·2GöD G A ?@ˇˇ3ˇÄΔ@ˇˇ3ˇÄΔ < < < ¶ 6 1 G  qr r     @ˇˇìˇ'í2sS0˘  ó \Ÿ@$ˇˇ¸ˇ˝ıœ¥ÂüØ…øªÁ|fiÛKw‹˘ÁΩ,€«∑øøfl•ªñøyflΩøÕÛ«)€~ˇˆ=O?≈‹ß~ÒœÕ>jœWª÷ı{Ô 1.@ˇˇŒˇ<LöôŒÙè 2SÏTNÊÃI9?Ûîc‹y˙Ø죸f"˘x2@ˇˇÁˇ33ìì_íK2Ò#/ÒrÊ–…K)I0ì¸ˇœìp…L?Ì$«Á3Ê¿«¿¸ ©™   1 \º º˝˛ 1 1 § ø¿@ˇˇy˛ Ãô@Ä < < 1 6 1@ˇˇ…ˇ3»æ‰à'ÓsÄú9π‡˘ìû1%œ ó ÿ ÿ/@ˇˇ˘ˇŒ,ò1•ÃÓìù|/Áˇ˜    ÔÛ·HüÒ˘?'¿ßJrfd˝x¸38 ∞ @ˇˇôˇ'3Ã√Áæ$è'‰…œIÈ fû?û)O¿y ∞ ∞:@ˇˇ˘ˇ.)ƒD¯˘í‡˜?2ŒDIJ?'    üù)üô¯iëè=Â9Ȩ{rí P : óY @
  633. ˇˇ‰ˇ…ì√ôxëÃú9˛`@ qN@ˇˇôˇgÚd$ÃOÚgJcf¸ÔéÂ~sôôÀ" qr qr 3@ˇˇÛˇ3 "d@ˇˇíˇxf&9935 q WGZ Ω qè7-@ˇˇÚˇpbyòáo>3„«=éœÅ8«%~ò3·Ih¸7>ÁõXn‰êI 0ó6 º Ω \dÅ < <I 3 ?G ?G \dÅ 1 Eó ó  E 1  7 9E P 1_@ˇˇ˘ˇètΔ)Œû˚àπÒté…ÕÁÔÃ˘ñ_)…˝Ò§7Ñ˘˚À)O˝˛Ó„pyÙ…ì~>@ˇˇ$ˇ#ìc˛ì@IÇ0  iÑ pu   I GI G@    ˇˇ˘ˇ-¿D}f √(ó‰Ä9 9<  5M @ˇˇ&ˇÊrR@ˇˇ3ˇ9'ÃÄÁ@
  634. ˇˇôˇ‡»,…3·ú9HÚŒ‰Oq0 @ˇˇÁˇ…ò4     6@ˇˇ¸ˇµª>8ì}ÊÕÁéÃˇí~SÊ{¯fiî§ú¸¯ @ˇˇ'ˇ34Äõ fifl@ˇˇ3ˇüœô¿Â@    ˇˇ3ˇõœ=ôÚ%¸ÊeˆäÔ¿ @ˇˇ'ˇ3<Ãô ‘ Hê @ˇˇ…ˇ <òÛ@y@ ˇˇ˘ˇ3 Ú‰H&d>ÃIô‡ „xx'< @ˇˇ3ˇ·2)ìsN4@ˇˇ¸ˇ©ùÃé> ÛÊÛGÊ…π©õÔ‚{¸Ñ¯ú   @ˇˇÁˇ`"휯úaëÃáì    úá„b&ÒsüâÄ"@ˇˇ˘ˇI)Ò9‡3Cy±‰#9ŒÊ—~ß$úaÚ~2˘s9…s†¿@ ˇˇÛˇú0ÊÉ %…í$ 3·yôôÄ@ˇˇ˘ˇ$ `&&ì 3  1 1 ûü ø¿@ˇˇ3ˇaœÂ •¶≈ *<? ã § 9IJ g 6      g 1_@ˇˇ˛ˇ≈Ò_>LÚ›è>º"KsíØ˘Û'39çÀ1|óÑñ˝…«æJ¬˘f˜◊¬gÀÛOÜ~,»ú@ˇˇÊˇ`?I$¿?ô∑    @ˇˇ9ˇˇ$íØe@È     @ˇˇ$ˇo퇈 ¸˝    ˛ ˛ ˝˛@ˇˇ$ˇ_í`˛ ˛  ˇ ˇ 1 1 1 1 1@ˇˇ9ˇˇ$íoe¯ ˛   ˚ ¸  1@ˇˇ9ˇˇ$íIl    1 1 1 1 1    @ˇˇ>ˇÆK?I$¿_íÛ ˚¸ 1 1 1 1@ˇˇ$ˇ.ì@  ˝   @ˇˇ>ˇÆKˇ    ªM 1 ;  H 1@ˇˇôˇˇÃÄ@ˇˇr˛NàL 9A 9A 1  H UX[@ˇˇúˇËí…$ 9I áâå 9> Ç ⁄ G áâ áâã 9; 9F@ ˇˇ9ˇ$Ã?ò§ôÑ{g‰O·Ãfl$Ã@ˇˇ>ˇJ 9BC 1 1@ˇˇ'ˇ><` 9> 1 S 9A :A } áâã :F :F :F :F :G 1 1 B~ 1@ˇˇy˛ ‡úì‡ 1 1 1 1 :;  @ˇˇy˛ÿùfl˝üÅfˆ˛v$@    ˇˇy˛ÿûfl˛üÅf˛z|dà@ˇˇy˛ÿùfl˝üÅfÊ˛v$   @ˇˇìˇ'Ëí@ˇˇ2ˇâIG&$œ @ @ :F@ˇˇr˛LLˆ I@ˇˇ'ˇ&%$'Δs` :D@ˇˇ?ˇì¿D^¿ó :> NÄ áâå N áâã ⁄ B 7 ~
  635. @ˇˇ'ˇ&%‰8†¥ áâå 1 Òˆ 1 1 @É QR@    ˇˇy˛ÿùfl˝ùÅ1Ò€ô|¯ò@ˇˇ&ˇøI∞  qvx ! ûü :D B áâå {|@    ˇˇ2ˇ…I«$4Ád‡û T– ~ :HJ :@ :A :D    @ˇˇ'ˇ&?ƒG<∏| :IJ : 1 Y ~ :>@ˇˇy˛ÿùfl˝üÅfÊ˛v$ TÖ@ˇˇ>ˇ KxgÊ 1  @ˇˇy˛ÿùfl˝üÅfÊ˛v$@ˇˇy˛ÿùfl˝üÅfˆ˛v" wî û† û† :FJ : :F ~ ~ 8 } ˛    2@ˇˇ˛ˇ)ÒÃòÊo˜íëí    ¸2ñrbZÁK¯íII˝5ˆ    ∞<œdôˇ û† û† 1 1 1 1 1 1 1 û† 1 û† 1 1 1 1 1 1 1 û† 1 1 1 1 1 1 1 1 1 1 1 1 1  \@ˇˇr˛œLàL :A  1 1 ª 1 G 1 áâã@ˇˇ<ˇ¿ˇ :BC   0 1@ ˇˇôˇèôh‰$√ìÑÁÃõ=CôîAˇÏ Vqó Y@ˇˇ<ˇ«ˇ&û :> : 1@ ˇˇÛˇ93|íû‡2~RgŒd áâã :G X    1 @ 1 1 @ 1 :F 1 1 1 1  :D@ˇˇ?ˇì¿D^¿ó 1 1 Ä áâå 1 B A\Pl@ˇˇ˘ˇ•,'3c¬ÊÓÛµæ≠fl˘Áå,Ññ[ör&'ì˘ˆüOÁ∏¯Ùc>˘Ó3˛ßÿûëO?Øíú Ã 66@ˇˇ˘ˇ))Ãô_í˛„µºë·˘–å¨dñíí=Ooˇ…Ù¯òfl‰B#Úd<˜@ˇˇôˇ 3rí%I˛‡3@ˇˇôˇì¿ìê˘ò‰d 1 1 1 @É É QR   1 1 1   1 1 1 1 1 ûü B áâå { 1 1 1 :D :IJ ‰ :BCx@ˇˇ˛ˇÁÒa&‡¯ÊLíGHS˛«<π≠ó3;œªflc;{1fiô=ˇ-¶fldæ@ û† û† 1 û† û† û† 1 1 1 1 1 @      6 1 | |íh |h h h |íh |h 1   1 1 1 ê G G FIJ      38@ˇˇÛˇ¯0\ú$ú√ì‡ÃôÀ$fl?{Üä≤OgdÊ|Àc„8˜˛fl q  [cÄ  1 \dÅ r    1 1 13 1 B@ˇˇìˇ28\r˜|n∞ ó@ˇˇíˇ≤gò' ∏π ∏π@ˇˇ2ˇMñ §•@ˇˇ3ˇ„–@ˇˇ3ˇaœÂ O  ûü 1 :IJ     Gê $ L G G ê G }Ì߈2:StrX ƒ:StrX.m s î3t----------ÃÃffˇˇÃÃ33ˇˇÃÃˇˇllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllåZF0F00V000d0000l00000000r000000000000000000000000000000000000000000000000000000000000000000000000000000x00000000H~000000234000111Ç000000Hà00000Hå 00002ò00002FILú00003FIL¢00006FIL®0001∞000100000¥0001FIL∏0002æ0003ƒ0004 0005–0006÷0007‹00077C‡0008Ë0009Ï00099Ú000A¯000B¸000C000E000F000H 
  636. 001001000101PT0012"0013&0014*00152587890625IN.001620017460018:001A>001BB001CF001EJ0020N0022R0024V00247Z0027^0028b002Af002Cj002Dn002Er002Fx0030~0031Ç0032à0033å0034ê0035î0036ò0037ú00374¢00375¶0038¨0039∞003C¥003E∏004Aº004H¿006Aƒ0078»0080Ã0084–008C‘009Cÿ00AH‹00B0‡00B4‰00B6Ë00BAÏ00C400C8Ù00CA¯00CE¸00EH00F900FA00FB 00FC00FD00FE00FF0180100>01001B01001010F0101L0102P0103T0104Z0105^0106b0107f0108l0109p010Av010BÑ010Cí010D†010E∞010F∏0110»0111–0112‡0113Ë01140115˛0116011701180119$011A,011B4011C<011DD011EL011FT012X0120`0121h0122p0123Ä0123456789Ñ0123456789ABCDEFà0124ê0125ò0126†0127®013¨01305∞0130H¥013Aº013B¿013D»014Ã0140‹015‚0154Í0154PTÓ0156Ú015B˙015C015D
  637. 0160160016A016D016H"017B*017C2017D:017EJ0184N01BER01CV01C6Z01D4^01EHb01FBf01INj01Pn01PTv02ê0200î0201ò0206ú020C†0230Æ0231º0232¿0234»0234000122Ã0238‹0239Í023A¯023B023C023D023E023F 0240(0243,024C0025EM@026AH026EP0272X02778EM\027Cd027Dl027Et027F|028300Ñ0291à029301ê02940ò02A4ú02DC†02E4§02EH®02F30E∞03»03079Ã03080H–030E‘0328ÿ032A‹035EMI‡0362Ë036503749Ù037A¯0382¸038E03BA03E603EH 03EM03F00H03F8"0480400400<041FAH@042ED0433EMH043AL043CP043ET0452X049A\04E71H` 05Ä05003Ñ0504à0510å0555EMê0582î05B302ú05D†05D303®05E¨05E2∞05EC¥05EE∏05EHº05EM‘05Fÿ05F2‹06¯065EM0682
  638. 06A06AE06EM"07<0700@07162D07EH07EMV07EXf07Fj08à0838å08C0Hê08EM¢08H¶.09‘09502FILÿ09999‹0A‰0A000HÍ0A033HÓ0A034HÚ0A0Hˆ0A2H˙0A300A32
  639. 0A330A3H0A4H0A5H0A6H"0A7H&0A850H*0A851H.0A852H20A853H60A855H:0A856H>0A860HB0A86EHF0A86FHJ0A870HN0A871HR0A872HV0A873HZ0A874H^0A875Hb0A876Hf0A877Hj0A878Hn0A879Hr0A87AHv0A87BHz0A87CH~0A87DHÇ0A87EHÜ0A87FHä0A880Hé0A881Hí0A883Hñ0A884Hö0A885Hû0A886H¢0A887H¶0A888H™0A889HÆ0A88AH≤0A88BH∂0A88CH∫0A88DHæ0A88EH¬0A891HΔ0A892H 0A893HŒ0A894H“0A896H÷0A897H⁄0A898Hfi0A899H‚0A89AHÊ0A89BHÍ0A89CHÓ0A89DHÚ0A89EHˆ0A8A1H˙0A8A2H˛0A8A3H    0A8A4H    0A8A5H
  640.     0A8A6H    0A8A7H    0A8A8H    A9H    0A8AAH    0A8ABH"    0A8ACH&    0A8ADH*    0A8AEH.    0A8D2H2    0A8D3H6    0A8D4H:    0A8D5H>    0A8D6HB    0A8D8HF    0A8D9HJ    0A8DCHN    0A8DDHR    0A8DEHV    0A8ECHZ    0A8EFH^    0A8F6Hb    0A8F9Hf    0A8FAHj    0A94BHn    0A9B8Hr    0A9B9Hv    0A9BBHz    0A9C8H~    0A9CEHÇ    0A9F2Hà    0A9F4Hå    0ABHê    0ACHî    0AEHò    0AFHú    0AH†    0AXXXH§    0B¨    0B2B0∞    0B4H¥    0BBH∏    0BCHº    0BDH¿    0BEHƒ    0BFH»    $0CÏ    0C01    0C0HÙ    0C12¯    0C13¸    0C1H
  641. 0C43
  642. 0C4H
  643.  
  644. 0C78
  645. 0C7H
  646. 0C8H
  647. 0C9H
  648. 0CC00H
  649. 0CC0AH"
  650. 0CEH&
  651. 0CFH*
  652. 0CH.
  653. 0DJ
  654. 0D0HN
  655. 0D1HR
  656. 0D2HV
  657. 0D3HZ
  658. 0DAH^
  659. 0DBHb
  660. 0DCHf
  661. 0DDHj
  662. 0DEHn
  663. 0DFHr
  664. 0DHv
  665. 0E|
  666. 0E0HÄ
  667. 0E1HÑ
  668. 0E2Hà
  669. 0E3Hå
  670. 0E4Hê
  671. 0EHî
  672. 0EM§
  673. 0F¨
  674. 0F08H∞
  675. 0F5H¥
  676. 0F6H∏
  677. 0F7Hº
  678. 0F8H¿
  679. 0F9Hƒ
  680. 0FAH»
  681. 0FBHÃ
  682. 0FCH–
  683. 0FDH‘
  684. 0FEHÿ
  685. 0FFFFFFFFH‹
  686. 0FFFFH‡
  687. 0FFHÊ
  688. 0FHÍ
  689. 0FILˆ
  690. 0FILL 0FILLL 0IN 0L 0MM 0MU (0PTF 0PT10PTJ 0PT2PTN 0PT3PTR 0PT4PTV 0PT5PTZ 0PT6PT^ 0PT7PTb 0PT8PTf 0PT9PTj 0Sn 0SPr 0TOv 0Xz 0X0~ 0X7FFFFDDBÇ 0X7FFFFFBBÜ 0X7FFFFFFBä 0X7FFFFFFDé 1¶ F10Ï 6100" 01000R (10000z 100000Ç 1000000Ü 1000000000é 100000000Dí 10000000Dñ 1000000D¶ 1000001™ 100000D≤ 100001∏ 10000D» 10000H– 10000PTÿ 10001Í 10002ˆ 100020001 100020783100020785100021744100021746100027745 100028527&100028704*1000287450 10003< 10004H100040004L100040786P100041810T1000AZ1000Dj1000PTÄ1001é100120001í1002†1003Æ1004º1005ƒ1006“1007⁄1008Ë1009¯100D100FIL 100PT10181010F101001L10108887P1011X1012`1013f1014l1015r1016x1017~1018Ü1019é1019Dí102¨1020¥10201∏1021æ1022ƒ1023“1024Ê10240DÍ1025Ú10253ˆ1026˛102710281029103*10302103181032>1033D1034J1035P1036V1037\1038b1039h103969l103FFr 104í1040ö1041†1042®1043∞10436¥1044º1045ƒ1046 1047“1048ÿ1048575‹1048576‡1048576D‰1049Ï104PT105 105010506231051 1052&1053,1054210547661055>1056D1057J1058P1059V106n1060v1061~1062Ç1063à1064é1065î1066ö1067†1068®1069Æ107ƒ1070Ã1071‘1072⁄1073‡10737Ë1073738002DÏ1073738258D
  691. 1073741823˙1073741823D
  692. 10737418241073741824D1073742080D$1073742237D*1073742336D.1073742337D2107380735961074<1075B1076H1077P107746V1078^1079f 107PTr108ä 1080ñ1081û1082§1083™1084∞1085¥1086∫1087»1088Œ1089‘109Í10901091¯109210931094 10951096$1097*109801099610BP:10C>10C3B10DT10EAX10EMf10F0Hj10FCn10FILr10Hv10IN|10KÄ10MUê10Nî&10PT∫@11˙11011001100111111101"1102(1103.110441105:1106@1107F1108L1109R111j1110p11108v11108887z11108888~1111é1111111111111111í1111112341011ñ1111EMö1112†11128§1113¨1114≤1115∏1116æ1117ƒ1118 1118806“1118806SP÷1119‹112Ù1120˙1121112211223344 1123112411251126$1127*1128011296113L1130R1131X1132^1133f1134l1135t1136|1137Ç1138à1139é113Bí114§1140™1141∞1142∂1143º1144¬1145»1146Œ1147÷1148⁄1149fi115Ú1150ˆ1151˙1152˛115311541155 1156115711581159115FF"115PT&11681160<1161@1162D1163H1164L116491P1165T1166X1167\1168`1169f11694j116An117Ä1170Ñ1171à1172å1173ê1174î1175ò1176ú1177†1178¶1179™117CÆ118ƒ1180»1181Ã1182–1183‘1184ÿ1185‹1186‡1187‰1188Ë1189Ï11911901191
  693. 11921193119411951196"1197(1198,1199011C411EMF11HJ 11PTj11X17p@12∞120Ã1200‡1201‰1202Ë1203Ï12041205Ù1206¯1207¸12081209120D12112101211$1212(1213,1214012154121681217<1218@1219D122V1220Z1221^1222b1223f1224n1225t1226x1227|1228Ç1229Ü122Aä122Bé123¶1230™1231Æ1232¥1233∏1234º12345ƒ1234567»12345678901234567890123456789012345678901234567890Ã1234AB–1235‘1236ÿ1237‹1238‰1239Ë12412401241
  694. 1242124312441245 1245184&1246*1247.1248212496125R1250b1251f1252j125236n1253r1254v12542z1255Ä1256Ñ1257à1258å1259ê125EMñ125EMX¨126ƒ1260»1261Ã12613–1262‘1263ÿ1264‹1265‡1266‰1267Ë1268Ï1269"1271270$1271(1272,1273<1274@1275D1276H1277L1278P1279T127Dd,128ê1280î1281ò1282ú1283†1284§1285®1286¨1287∞1288¥1289∏128D»128K÷128PT⁄129¯1290¸1290D129112921293 12941295129612971298 1299$129D(12C, 12EM812FF<12H@"12PTb:13ú130∂1300∫1301æ1302¬1303»1304Ã1305–1307‘1308⁄1309fi130PT‚131¯1310¸131071131072131072D
  695. 131113121313131413151316"1317&1318*131839.13192132H1320L1321P1322T1323X1324\1325`1326d1327h1328l1329p133Ñ1330ä1332é1333î1334ö1335û1336§1337®1338¨1339∞ 134–134158‘1342ÿ134217727D‹134217728D‚134242303Ê1343Í1344Ó1345Ú1346134713481349134A*134C8134EF134SPECIALJ135`1350r1351Ñ1352î1353¶1354∏1355 1356‹1357Ó1358Ú1359ˆ136 13601361"1362&1363*1364.13652136661367:1368>1369B137X1370\1371`1372d1373h1374l1375p138Ü13850ä1389é139¶13987™1399Æ13990≤13FEB86∂13H∫13I¿13PTΔ:14140141*1415926530142F143`143080d14399h144z1440ä144PTé145®146¿147÷1470⁄1481480Ù14856¯14914AH14BC14H14PT4:15n150å1500î15005ö150089û15046169¢15046170¶ 151Δ152‚153¯153PT¸154 1540 1542 1547 1554 156H 1563L 1568P 1569T 157h 
  696. 1572864r 158Ü 159î 15913ò 15BY1û 15CÆ 15D∂ 15EM» 15EMTŒ 15IN“ 15Pÿ 15PTÏ <16(!160@!16000D!16046170H!16046171L!161d!161361j!162|!162362Ä!16239Ñ!163î!16318ò!16331ú!16332†!16342§!16344™!1638Æ!16383¬!16384 !16384DŒ!164‡!1642‰!16490Ë!165¯!166"1663497D"16639"166667"16667"16667EM,"1667EMF"167V"16777215DZ"16777216D^"16785407b"168v"16871z"169é"1691í"16BCñ"16C1ö"16D®"16E8¨"16EA∞"16FC¥"16H∏"16PTæ"617Ù"170 #171 #1720#17223FIL6#1728>#173V#174f#1743j#1745n#175Ü#17572ä#176†#176PT§# 177ƒ#17777777777 #1778–#177Cÿ#178Ï#179$17CH$17FIL
  697. $17PT$618T$180j$1800n$1806r$181Ñ$182ö$183∞$1832¥$184 $185fi$186$187%1875%188%189.%18EM2%18H6%18MU:%18PTP%619Ü%190ò%19003ú%190PT†%191¥%192Δ%19200Ã%193fi%1931‚%194ˆ%195 &1952&196$&19646*&19660&1966064&
  698. 196608>&1967B&1968H&1968AL&1968BP&197b&1971f&19714j&1973p&1973At&1973Bx&1973C|&1977Ç&1979ä&198û&1981¢&1982™&1983º&1983A¿&1983Bƒ&1984fi&&1985'&1986*'1987F'19875J' 1988j'1989à'199ú'1990†'1999¶'19PT¥'19TH∏'1AŒ'1ACA“'1BÊ'1BATÍ'1BELÓ'1BILÚ'1BOXˆ'1BP˙'1BY
  699. (1C"(1C08&(1C20*(1C4L4.(1CA2(1CEN6(1CI:(1CM>(1COB(1CUSF(1CYJ( 1Dj(1D2An(1D4I3Ar(1DENv(1DI1Vz(1DINA~(1DIOÇ(1DOÜ(1DRä(1DUé(1E¢(1EFF¶(1EM¬(1EXÿ(1EXP‹(1F(1FAÙ(1FI¯( 1FIL)1FILL()1FO,)1FY0)1GA4)1GEN8)1GEO<)1GI4A@)1GLED)1GOH)1GRL)1GYP)1HEADT)1HOUSX)1I\)1INv)1Jz)1JE~)1KÑ)1K2NOà)1KEEå)1Lí)1L4INEñ)1LENTö)1LUTû)1LY¢)1MA¶)1MARK™)1MBÆ)1MEN≤)1MM∏)1MOº)1MU–)1NA‘)1NENÿ)1NES‹)1NOU‡)1O1GIS‰)1OGYË)1P2L2Ï)1P3)1P4ORÙ)1PA¯)1PHY¸)1POS*1PT*1R"*1ROOM&*1SIO**1SIS.*1SIV2*1SO6*1SPD*1STZ*1SU^*1Td*1TAh*1TEEl*1TENTp*1TEOt*1TERIx*1TIA|*1TIMÄ*1TIOÑ*1TIVà*1TIZå*1TOê*1TRAî*1TRUEò*1TRUEMMú*1TU†*11V®*1VA¨*1WO2∞*1X¥**1X32º*1X4¿*1XNƒ*1ZAT»*1ZOÃ*1ZZAT–* 2‹*820+(200<+2000N+20000f+200000000000000000000000000000000000000000000000000000000000000000000000000000l+200000000000000000000000000000000000000000000003C00FC0198000000000000000000000p+200000000000000000000000000000000000000000000003C7E30F198000000000000000000000t+200000000000000000000000000000000000000000000006600300198000000000000000000000x+200000000000000000000000000000000000000000000006606319998000000000000000000000|+20000000000000000000000000000000000000000000000660C3198F0000000000000000000000Ä+20000000000000000000000000000000000000000000000661831F998000000000000000000000Ñ+200000000000000000000000000000000000000000000006630318198000000000000000000000à+200000000000000000000000000000000000000000000006660318998000000000000000000000å+20000000000000000000000000000000000000000000000667E30F198000000000000000000000ê+200000000000000000000000000000000000000000000100000000000000000000000000000000î+200000000000000000000000000000000000000000000200000000000000000000000000000000ò+200000000000000000000000000000000000000001000000000000400000000000000000000000ú+200000000000000000000000000000000000000002000000000000000000000000000000000000§+20000000000000000000000000000000000000000200000FE00000000000000FE0000000000000®+200000000000000000000000000000000000000002000010100000000000001010000000000000¨+200000000000000000000000000000000000000002000020080000000000002008000000000000∞+200000000000000000000000000000000000000002000040040000000000004004000000000000¥+2000000000000000000000000000000000000000020000FFFFFFF800000000FFFFFFF800000000∏+200000000000000000000000000000000000000002000100000004000000010000000400000001º+2000000000000000000000000000000000000000020001FFFFFFFC00000001FFFFFFFC00000001¿+200000000000000000000000000000000000000002000400000000000000000000000000000000ƒ+20000000000000000000000000000000000000000201004000000000000000000000199B001E66»+200000000000000000000000000000000000000002010040000000000000000000001F18C00766Ã+200000000000000000000000000000000000000002040400000000000000000000000000000000–+2000000000000000000000000000000000000000020C0400000000000000000000000000000000‘+200000000000000000000000000000000000000002140400000000000000000000000000000000ÿ+20000000000000000000000000000000000000000227C400000000000000000000000000000000‹+200000000000000000000000000000000000000002404400000000000000000000000000000000‡+200000000000000000000000000000000000000002804400000000000000000000000000000000‰+200000000000000000000000000000000000000002FD005FFFFFFFFFFFFFFFFFFFF01999800C06Ë+200000000000000000000000000000000000000002FDFFDFFFFFFFFFFFFFFFFFFFF00000000000Ï+200000000000000000000000000000000000000003004400000000000000000000000000000000+200000000000000000000000000000000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFˆ+200000000000000000000000000008000000000002000000000000000000000000000000000000˙+200000000000000000000000000030000000000002000000000000000000000000000000000000˛+2000000000000000000007FFFF0000000000000002FD005FFFFFFFFFFFFFFFFFFFF0199E000C66,2000000000000000000007FFFFFC00000000000002000000000000000000000000000000000000,2000000FFF00000000000400018000000000000002010040000000000000000000001F1C0F8C66
  700. ,2000003000C0000000000400014000000000000002FD005FFFFFFFFFFFFFFFFFFFF0181E000C66,200000400020000000000400011000000000000002FD005FFFFFFFFFFFFFFFFFFFF01819800C66,20000040002000000000040001200000000000000201004000000000000000000000181B000C66,200000492000000000000400000400000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF,2000004E381C000000000400000400000000000002000000000000000000000000000000000000,2000004E4920000000000000000000000000000002000000000000000000000000000000000000",2000004FF830000000000400000400000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF&,200000514404000000000400000400000000000002000000000000000000000000000000000000*,200000575C02000000000400000400000000000002000000000000000000000000000000000000.,200000575C180000000004000004000000000000020000000000000000000000000000000000002,2000008800020000000004000004000000000000020000000000000000000000000000000000006,200000883B70000000000000000000000000000002000000000000000000000000000000000000:,200000884920000000000000000000000000000002000000000000000000000000000000000000>,200000F7D240000000000400000400000000000002000000000000000000000000000000000000B,200000FFFFF0000000000400010800000000000002010040000000000000000000001818C00C66F,200001082490000000000400000400000000000002000000000000000000000000000000000000J,20000110001C0000000004000004000000000000020003E0900000000000000001F7C0E7DF4410N,200001224900000000000400000400000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFR,200001280820000000000000000000000000000002000000000000000000000000000000000000V,200001284920000000000000000000000000000002000000000000000000000000000000000000Z,200001F7C190000000000400000400000000000002000000000000000000000000000400000000^,200002001920000000000400000400000000000002000000000000000000000000000000000000b,200002208002000000000400000400000000000002000020100000000000000000208110414800f,200002410648000000000400000400000000000002000000000000000000000000000800000000j,200002492400000000000400000400000000000003000000000000000000000000000000000000n,200003EF0920000000000000000000000000000002000000000000000000000000000000000000r,200003EF3910000000000000000000000000000002000000000000000000000000000000000000v,200003F80000000000000000000000000000000002000000000000000000000000000000000000z,200003F800000000000003F8000000000000000002000000000000000000000000000000000000~,200003F800000000000003F800000000000003F800000000000003F800000000000003F8000000Ç,200004040000000000000000000000000000000002000000000000000000000000000000000000Ü,200004040000000000000404000000000000000002000000000000000000000000000000000000ä,200004040000000000000404000000000000040400000000000004040000000000000404000000é,2000047F0038000000000400000400000000000002000041B99D8E000000000000410110825037í,200007D80E7C000000000400000400000000000002000000000000000000000000000000000000ñ,200008020000000000000000000000000000000002000000000000000000000000000000000000ö,200008020000000000000802000000000000000002000000000000000000000000000000000000û,200008020000000000000802000000000000080200000000000008020000000000000802000000¢,20000820226497000000000000000000000000000038E13041110520E5C9000000000000000000¶,2000082024000000000000000000000000000000007DF039F7D104002408000000000000000000™,20000820248490800000000000000000000000000045100841120521242A000000000000000000Æ,20000820249494000000000000000000000000000038E03C20980521250A000000000000000000≤,2000082024F49300000000000000000000000000000410044114052124CC000000000000000000∂,200008206E6763800000000000000000000000000010404420940DC0ECE9000000000000000000∫,20000Dæ,20000E03E044000000038000000D00000000000002000000000000000000000000000000000000¬,20000E788644000000039E4C649138000000000002000000000000000000000000000000000000Δ,20000F00001E00000000040001FC00000000000002FDFFDFFFFFFFFFFFFFFFFFFFF00000000000 ,20000F087848000000000400000400000000000002000080921242000000000001144021044814Œ,20001“,200010010000000000000000000000000000000002000003E71C000000000003E71C0000000000÷,200010010000000000001001000000000000000002000003E21C000000000000C71C0000000000⁄,200010010000000000001001000000000000100100000000000010010000000000001001000000fi,200011008044000000044000001000000000000002000000000000000000000000000000000000‚,200011108910000000044412949148000000000002000000000000000000000000000000000000Ê,200011208F28000000044810949148000000000002000000000000000000000000000000000000Í,200011408844000000045012949148000000000002000000000000000000000000000000000000Ó,200011788628000000045E0C673B38000000000002000000000000000000000000000000000000Ú,20001208246400000000040000040000000000000200008089925C000000000000E384C1044414ˆ,200018600400000000000000000000000000000000082044105200002008000000000000000000˙,20001F3E7E04000000000400000400000000000002000040925250000000000000E380F0826014˛,20001F80007F000000000400000400000000000002000000000000000000000000000000000000-20001FE001FF000000000400000400000000000002000000000000000000000000000000000000-2000241C093200000000040000040000000000000200008093D24C000000000000104011045014
  701. -20003-20003FFFFFFE00000000000000000000000000000200000048A200000000000048A20000000000-20003FFFFFFE000000003FFFFFFE00000000000002000002062200000000000108A20000000000-20003FFFFFFE000000003FFFFFFE000000003FFFFFFE000000003FFFFFFE000000003FFFFFFE00-200040000001000000000000000000000000000002000000000000000000000000000000000000-20004000000100000000000000000000000000000200000028A200000000000022020000000000"-20004000000100000000000000000000000000000200000088A200000000000080A20000000000&-200040000001000000000000000000000000000002000001C71C000000000001CF980000000000*-200040000001000000000000000000000000000002000001C8A2000000000001C11E0000000000.-20004000000100000000000000000000000000000200000228A2000000000002240400000000002-2000400000010000000040000001000000000000020000000000000000000000000000000000008-200040000001000000004000000100000000000002000000221C000000000003C1040000000000<-200040000001000000004000000100000000000002000000222200000000000222080000000000@-200040000001000000004000000100000000000002000001C21C000000000001CFBE0000000000D-200040000001000000004000000100000000000002000002222200000000000224100000000000H-200040000001000000004000000100000000000002000003C22200000000000200820000000000L-200040000001000000004000000100000000400000010000000040000001000000004000000100P-200040784X-200048528\-20007FFFFFFF000000000000000000000000000002000000000000000000000000000000000000`-20007FFFFFFF000000007FFFFFFF00000000000002000000000000000000000000000000000000d-20007FFFFFFF000000007FFFFFFF000000007FFFFFFF000000007FFFFFFF000000007FFFFFFF00h-2000Dl-2000Hr-2000PTv-200201100400000001001008802000000000000002000000000000000000000000000000000000z-200218A01CC63800010610C500E631C00000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF~-200219101CC6700001E710C880E63380000000000227C400000000000000000000000000000000Ç-200221102529080001091108812948400000000002140400000000000000000000000000000000Ü-20022447A5294000010111223D294A000000000002040400000000000000000000000000000000ä-20023CA025283000010711E50129418000000000020C0400000000000000000000000000000000é-200402202000800002011010000002000010088000002000001101000810000000011440408000í-200431407339CE000218A03996EC67380010C501B9C97380001131701D931C0000011400EC98E0ñ-2004322023245C0002191011909271700010C880A5C717000011317008933800000103804499C0ö-2004422024A48200022110125092920800110880A529208000114148089404000001044044A020û-2004488F24A4900002244792589212400011223CA5292400001F494BC894A0000001E39E44A500¢-2004794024A48C00023CA012509272300011E500A529230000117948089798000001004044BCC0¶-200A™-200CÆ-200F81100400000001007C08802000000000000002000000000000000000000000000000000000≤-200I∫-200PTæ-201⁄-201F0220180080000F81100C00000200007C0880800020000011030006B000000001E380358000fi-202ˆ-2025˙-202B.203.203A.2040.20414.204578.2047>.2048L.2048PTR.2049V.204AZ.204C^.204Fb.205r.2050Hv.20552|.205FÄ.205FHÑ.206ö.2061û. 20620™.2068Æ.206A≤.207ƒ.2074Ã.208‡.209Ù.2097151¯.20AF¸.20C2/20CB/20D/20FT /20K/20PT./(21V/210p/21002x/2100223|/21002PTÄ/2102Ü/210MMä/211†/2119§/212∏/2120º/212557ƒ/2126»/2129Œ/2129D‘/212E‹/212F‰/213¯/213F02140214302147483647(02147483647D,02147483648:0214748364D>02149B0214BF0214SJ0215\02150`0215Bd0216v02169z0216A~0217í0218¢0219¥021PT¬0222Ù0220 1220012201$12202,12203:12204B12205P12206^12207f12208t12209|0Aä1220Bí1220Cö1220D¢1220E™1220F≤1221¬12210Δ12213 12217Œ1221B“1221F÷1222Ë12222122222ˆ1222222EM˙12229˛12232223422235 222402225H2225BV2225Cd2225Dl2225Ez2225Fà2225FHå2225Sê2226¢2226453¶2226EÆ2226F∂2227ƒ22271Ã22274‘22275‹22279‰2227AÙ2228322883229322PT.3*23X3230h323000l323029p3231~3232é32326EXî3232Dö3233®3233185¨3234∫32345æ3235‘32356ÿ3236Ê3237ˆ32371˙32377˛3238 423884239 423PT(4,4224^4240r42400x424051|4240BÄ4240DÑ4240INä4241ö4241Bû4241F¢4242≤4242A∂4242B∫4243–42438‘4243Bÿ4244Ë42448Ï4244B42455245184
  702. 524525245B5245F5246(5246B,5246F05247B52471F5247BJ5248Z52488j5249|524PTÑ5025¥5250Ã52500‹525000‚525002Ê5250BÍ5251˙52517˛5251B62526252356252B625346253B86254P62540T6254000X625400000D^62541b625412f62548j6254Bp6254CMv6.255§6255B®6 255D¥6255END∏6*256‚62568Ê6256BÍ6256D7257725778725787257817257B 7257D$725847 258D@7 259L72592T725CCX725EMh725EX|725INé725PT¶7(26Œ7260‚72600Ê7260HÍ7261¸7261B8261F826282621482621438262144D 826251&826286555,826286556282628655788262B<8262F@8263N8263167R8263BV8 264b82642f8264Bj8265z82657~8265FÇ8266ê82668î8266Aò8266Bû8267∞826778¥82678∫8267Bæ8268Œ82681“826830A⁄8268435456Dfi8268468223‚8269Ú826930B˙826A30C926B30D926C1926C2926C3926C8 926CA$926CF(926E30F6926EA:9.27h9270|927000Ñ9270370î92704ö92705†92706§9270B®9271∂92718∫9271Bæ9272Ã9272B–9273fi9273B‚92749274BÙ9275:2753:2757 :2758:2758D:2759:275B:
  703. 275IN(:2766:2760::2761>:2762B:2763F:2764L:2765R:2766V:2767Z:2768h:2768Dl:2769p:277Ä: 27777å:27777EMê:2778î:277Bò:278™:279∏:27Aº:27Bƒ:27D»:27PT⁄:&28;280;2809;280H; 281$;2813(;2826;282382<; 283H;2830L;284\;285l;285Fp;286Ä;28672Ü;28672Dä;287ò;2871ú; 288®;2881¨;2886∞;2888¥;289ƒ;28928»;28960Ã;28EH–;28FF‘;28PTÿ;"29˙;290
  704. <291<292*<293:<294J< 295V<296f< 297r<297Dv<297MMz<298ä<2986é< 299ö<2A®<2A2R¨<2ADI∞<2ALE¥<2ANG∏<2BΔ<2B1B <2B3IFŒ<2B5S2“<2BF÷<2BT⁄<2CÍ<2C1ITÓ<2C1TÚ<2C5AHˆ<2CE˙<2CEN4E˛<2CH=2CIM=2CIN
  705. =2COG=2COLOR=2COLORS=2D2=2D1ED6=2D1S2:=2D3A4B>=2D3LOB=2D5OFF=2DAGJ=2DEN=2DLYR=2EZ=2E1B^=2E2DAb=2E4Df=2EMÇ=2ERBÜ=2EREä=2EROé=2ESSí=2ESTRñ=2EX¨=2EXWIDTH∞=2F¥=2F0A∏=2F0Cº=2F2EH¿=2F3ICƒ=2F3S»=2FAMÃ=2FED–=2FIL‚=2FILLÊ=2FINÍ=2FTÓ=2G5Y3NÚ=2GAMˆ=2GE˙=2GED˛=2GUE>2H1N>2I1A
  706. >2I1NO>2ICI>2ID>2IE4>2IG>2ILIT">2IN8>2IN4TH<>2INE@>2INID>2INNH>2INSL>2INTP>2IOT>2IPX>2IS\>2IS1C`>2ITEd>2ITHh>2ITIOl>2IVp>2Kt>2Lx>2L1B|>2L1N2Ä>2L1S2Ñ>2L1Wà>2L3Hå>2LDê>2LFî>2LMò>2LOUTú>2LP†>2LYS4§>2MAB®>2MAH¨>2MED∞>2MES¥>2MH∏>2MU >2N⁄>2N1A2Bfi>2N1S2‚>2NDˆ>2NE˙>2NED˛>2NES?2NEST?2NU
  707. ?2OGYN?2OK?2OND?2OPH?2P1S2?2P1T"?2P2ED&?2P3K2*?2P3N.?2PTL?2QUEP?2R2EDT?2RABX?2RE\?2S1AB`?2S1INd?2S1Mh?2S3Gl?2S5PEOp?2SHt?2SPAx?2SPER|?2SSÄ?2STÑ?2Tå?2T1Bê?2T1EDî?2T1Fò?2T1INú?2T1N2†?2T3UP§?2TAB®?2TAW¨?2TH∞?2THS¥?2TI2B∏?2TIGº?2TL¿?2TOFƒ?2TRIM»?2TRUEINÿ?2TYL‹?2U3‰?2UI2Ë?2USÏ?2V?2V1A4BÙ?2VIL¯?2WAC¸?2Z1I@2ZE@H3L@*30v@"300ò@3000Æ@300000000000000000000000000000000000000000000000000000000000000000000000000000≤@30002∂@300060785∫@300077273æ@3001ƒ@300168529»@300DPIÃ@300PK‘@300PTÿ@301Ú@3010ˆ@3012˙@30186˛@301BA301FHA302A 3024"A3024D&A3025.A3025D2A3026BA3027HA3028LA3029PA302BTA302FXA303jA3030nA3031rA3032vA3033~A3034ÜA3035äA3036íA3037òA3038†A3038D§A3039™A303A≤A303B∂A303C∫A303D¬A304÷A3040⁄A3041‡A3042‰A3043ËA3044A3044DˆA304B˙A305B305BB305F
  708. B306B306BB307*B30720B307B4B307D8B308HB309XB30BC\B30FC`B30PT|B&31¢B310≤B3100∂B3106∫B310BæB311ÃB3111–B3115‘B3116ÿB3117‹B3118‚B312¯B3120˛B31267C3127C3128C3129C312A&C312B6C312C>C312DFC313TC3130XC3132\C3133bC3134fC3137jC313BnC313CvC313E~C314ÜC3141äC3142êC315ûC315B¢C315E™C315F≤C316∫C3160æC3168¬C3169ΔC316A C316B–C317‡C317B‰C317CËC318¯C319D.324D320FD3200LD32000PD320BTD321ZD3210bD3211pD3212xD3213ÄD3214êD3215ûD3216¶D3217ÆD3218∂D3219æD321AÃD321B⁄D321C‚D321DÍD321EÚD321FE322
  709. E3220E3221&E3222.E32223786E3223>E3223379FE3224TE3225\E3226dE3227lE3228tE3229|E322A37EÑE322B37FåE322CîE322D¶E322EÆE322F∂E323ƒE3232“E3233⁄E3236‚E3237ÍE323FÚE324F3245F3249
  710. F325F3255 F3260F32608F3261@F326AHF326BPF326C33FXF326D377`F327pF3276xF32767äF32767DêF32768†F 327680¨F32768D∫F3277¬F328‘F329‰F32BITËF32CÏF32DF32EXÙF32FF¯F32K˛F"33 G330.G33004G3300D:G331HG33151LG331AA03A7AACDE10760BF4EE12BBF73C77CDCBF1796F26F0DD255D2407E1AC41PG332^G3328dG333vG 3333ÇG33333äG3333EMíG3333EMPLUSñG334ûG335§G33554431®G33560¨G33566719∞G336æG337ŒG338fiG3381ÊG339ÙG33CH33DH33EH33EM$H34BH340VH341dH34157hH341BlH342ÄH3428ÑH343ñH34332öH34334ûH343B¢H344¥H345¬H3455ΔH 345PT“H346‚H347H348I3480HI34824I3483 I349I34C"I34K&I34PT.I35LI350\I350B`I351nI351BrI352ÇI352BÜI353îI353BòI354¶I3542™I3545ÆI3546≤I355∫I3551æI3555¬I3556“I3556D÷I 3557‚I3558ÍI3559ÚI35597ˆI356J3560 J3561J 3562 J3563(J 35644J3565<J3566DJ3566DJJ3568NJ357^J357CbJ358pJ3583tJ3584|J359åJ35CîJ35DE8EABFC7FA5EAC0431EDC501AD43F5FCBDF9FDD321CCE93B525F4439DD94696BF56AC13A0A2òJ35EMúJ35IN¢J35PT≤J$36÷J360ÍJ 3600ˆJ3608˙J 360PTK361K361BK361FK362(K3628,K363<K364BK365JK365BNK365PTTK366bK367rK368ÄK3680ÑK3681àK369òK36987úK36BC†K36C®K36C3¨K36EM∞K36FC¥K 36PT¿K37‹K370ÏK370BK371ˆK371B˙K372
  711. L372BL373L373BL374,L375>L3754BL3756FL375INLL376\L3766`L377pL3776tL37777xL377C|L378åL3786êL379†L3796¶L37AÆL37B∂L37C L37D“L 38ÚL380M381M3818M382"M3821&M38224M 3822D@M3823DM383RM384bM385pM386ÄM387íM388†M389≤M38IN∏M38PTæM38S¬M$39ÊM390ˆM39003˙M39005˛M 390PT
  712. N391N391928286D N3922N393@N394PN395`N3955dN3956995hN396vN3969|N397åN398öN399®N3999¨N3A¿N3A31»N3A3B–N3A3CÿN3A3D‡N3AGOG‰N3ALYZËN3ANALYÏN3AWAYN3BˆN3BET˙N3BI3TIO˛N3BIEO3BIT5UAO3BOD
  713. O3BOOO3BUTIOO3C"O3C4UT&O3CEI*O3CELL.O3CENC2O3CENT6O3CEP:O3CESSI>O3CHEMIBO3CHITFO3CHO2JO3CIANO3CILIRO3CINATVO3COLORS\O3CULTU`O3CUNdO3DxO3D512806362B1BE092AD5DBD36D75FE63E4CAE2BA9B72390F580CAC344A08BDF6EB9E36EC45BAD|O3DATÄO3DEMICÑO3DICTàO3DIDåO3DINEêO3DLEîO3DLEDòO3DLESúO3DO†O3DOS§O3DOX®O3E∞O3E80¥O3E80H∏O3EFITºO3EM“O3EX‰O3FÏO3F03O3F20ÙO3F2EH¯O3F6H¸O3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFP3FILP3FILLL P3FLOSDQP3FUP3G1P3G4INP3G4O4G P3GALI$P3GIR(P3GIZ,P3GLO0P3GO4P3GUARD8P3GUN<P3GUS@P3HEARDP3HOL4EHP3HOODLP3IN^P3ISFbP3KAfP3L4ERIjP3LANDnP3LENCrP3LERGvP3LESSzP3LEY~P3LIDIÇP3LIGHÜP3LIKäP3LOéP3LOGICíP3LOGUñP3MENTöP3MESTIûP3MILIA¢P3MIND¶P3MMÆP3MOUS≤P3MU¬P3MUMΔP3N4IA P3NAUTŒP3NEO“P3NETIC÷P3NITIO⁄P3NOEfiP3NOMIC‚P3NOUNÊP3NUÍP3NU3ITÓP3NU4NÚP3OGNIZˆP3ONCIL˙P3OPERA˛P3ORRHQ3PAREQ3PAY
  714. Q3PE4AQ3PEDEQ3PEDIQ3PHIZQ3PHOBQ3PHONE"Q3PI1O&Q3PIEC*Q3PLAN.Q3PRESS2Q3PTPQ3QXQ3QUER\Q3QUET`Q3RAPHYdQ3RDjQ3RIMOnQ3S4CIErQ3S4ONvQ3SANCzQ3SECT~Q3SHIPÇQ3SIDEÜQ3SITIOäQ3SOMéQ3SPHERíQ3STOREñQ3SYLöQ3TAûQ3TEL¢Q3TENAN¶Q3TENC™Q3TENDÆQ3TEU≤Q3TEX∂Q3THET∫Q3TIENæQ3TINE¬Q3TINIΔQ3TISE Q3TLEŒQ3TLED“Q3TLES÷Q3TUM⁄Q3TUREfiQ3TUS‚Q3UFAÊQ3VATÍQ3VERSEÓQ3VIVÚQ3VOKˆQ3VOLV˙Q3WISE˛Q3YR3YAR4R3YSIS
  715. RH4RR&40xR400êR4000îR400000òR40000PTûR4000133¢R40002¶R400033AÆR4000340∂R40007∫R40009æR4000H¬R400106018ΔR40019 R400197274ŒR40031“R400H÷R400PT‹R401R40189ˆR402S4028 S403S4040S405BS4051FS405BNS406\S407jS4075nS4077|S4078äS4078DêS4079ûS408¶S
  716. 4081∞S4082∏S409»S4095–S4096ÊS4096DÙS4097¸S4098T40CT40E7T40NT40PT$T$41HT410VT410PT\T411dT4111jT4113nT4114rT412zT41200~T41258ÇT4126ÜT4127îT4127DòT4128úT413™T414∏T4140ºT4146¿T415–T4154‘T4159ÿT416‡T4162362ÓT4164ÚT417U418U41823U41828U419,U41983990U41E84U41EA8U41PT<U"42^U420fU421nU4219rU421BvU422~U4223ÇU4225àU42262éU4228íU422AñU423úU424ÆU4240≤U4244∂U4244H∫U425¬U4253ΔU42532537ÃU4254–U4255fiU4257‚U4258ÊU425BÍU426U4262304¯U4264306V4266V4266308V426830A V426F$V4272V428:V429HV4290LV4291PV429BTV42A8XV42A9\V42AA`V42B1dV42PTlV"43éV430îV4300òV43079úV431™V43182ÆV432æV432PT¬V433–V434‡V435ÓV436ˆV437˛V43756W43756PTW438W 4383W439*W43EM2W43FA6W43PT:W44XW440hW44061nW44061PTrW441zW441829~W442åW443öW444¢W445®W4458¨W446¥W447∫W448¿W4489ƒW449ÃW44PT⁄W$45˛W450 X45003X451X 4511"X452(X453.X4546X 455BX456HX4567LX457ZX458bX4585fX459nX45E8rX45E9vX45FAHzX45MU~X 45PTäX46¶X460ÆX460474≤X460PT∏X461æX462ƒX463 X4639ÿX4639D‹X464ÍX465X466ˆX467¸X46799Y468Y469Y46DFY46FCY46FFY46PTY47:Y470BY470PTFY471NY472VY473\Y473628672DbY474jY4746PTnY475tY476zY4766ÄY4767éY4768ñY4769úY4769D†Y477¶Y4770¨Y4771≤Y4772∏Y4773æY4774ƒY4775 Y4776–Y4777÷Y4778fiY4779ÊY478ÏY4780ÚY4781¯Y4781D¸Y4782Z4782DZ4783 Z4783DZ4784Z4785$Z 47860Z4787>Z4788LZ4789ZZ479bZ4790pZ4791vZ4792|Z4793ÇZ4794äZ4795êZ4796òZ 4797§Z4797D™Z 4798∂Z 4799¬Z47D2ΔZ47E8 Z47EAŒZ47FA“Z47PTÿZ 48¯Z480[4800[4801[4802[ 4803([4803D.[48044[4805:[4806@[4807F[4808T[4809Z[480IN^[481d[4810l[4811r[4812x[4813~[4814Ñ[ 4815ê[4815Dî[4816ö[ 4817¶[4817DÆ[482¥[483∫[484¬[4841Δ[485‘[486‚[487Í[488[4881Ù[489\48C0\48C1
  717. \48D\48D1\48E7 \48E7H$\ 48PT0\49N\490V\4900Z\491h\492p\493~\4937283Ç\494ä\495í\49501FILñ\496û\497§\49726®\ 498¥\499∫\49994¿\49998ƒ\49998PT»\49999999Œ\4A÷\4A01⁄\4A2Afi\4A2CI‚\4A3Ê\4A40Í\4A53Ó\4A68Ú\4A81ˆ\4A91˙\4A92˛\4AAA]4AB]4AB1
  718. ]4ABR]4ADU]4AG4L]4AGEU]4ALDI]4ALLIC"]4ALM&]4ALYS*]4AMA.]4AND2]4ANTO6]4AO:]4APHI>]4ASB]4ATHF]4ATIJ]4BN]4B1DR]4B1MV]4B1ORAZ]4B3H^]4B3Nb]4B5Wf]4BEj]4BE2Dn]4BE5Mr]4BES4v]4BPz]4BRIT~]4BUTAÇ]4CÜ]4C3RETAä]4C3S2é]4C5UTIVí]4CAG4ñ]4CALOö]4CASYû]4CATIV¢]4CD1¶]4CDF™]4CDFHÆ]4CED≤]4CEDEN∂]4CENI∫]4CESAæ]4CH¬]4CH1INΔ]4CH3AB ]4CHEDŒ]4CIER“]4CII÷]4CIPE⁄]4CIPICfi]4CISTA‚]4CISTIÊ]4CLARÍ]4CLICÓ]4COLORSÙ]4CORB¯]4CUTR¸]4D^4D1F^4D1N4^4D5LA^4D5LU"^4D5OUT&^4DAF*^4DARY.^4DATIV2^4DATO6^4DEE:^4DEY>^4DLESSB^4DRAIF^4DROWJ^4DRYN^4DUCTR^4DUCTSV^4DUPZ^4Eb^4E71Hf^4E75j^4EA8Hn^4ED0r^4ED0Hx^4ED1H|^4ED2Ä^4ED3DÑ^4EDIà^4EDOå^4EFAê^4EGALî^4ELLAò^4EM™^4EN3ZÆ^4ENN≤^4ENO∂^4ENTHES∫^4ERANDæ^4ERATI¬^4ERENEΔ^4ERIT ^4ERNITŒ^4ERTL“^4ERU÷^4ES2TO⁄^4ESHfi^4ETN‚^4EUÊ^4EXÙ^4F¸^4F1F_4F3ICAL_4F5B_4F5P _4FA4MA_4FAG_4FATO_4FD_4FE _4FECA$_4FH(_4FICATE,_4FICS0_4FILY4_4FM8_4FN<_4FUG@_4FUTAD_4G1G2H_4G3O3NAL_4GANOP_4GATIVT_4GAZX_4GELY\_4GENO`_4GENYd_4GETOh_4GRADAl_4GRAPHYp_4GRAYt_4GRESSx_4GRIT|_4GU4TÄ_4H1L4Ñ_4H1Mà_4H1S2å_4H5Pê_4HKî_4HR4ò_4I1CRú_4I2TIC†_4I5I4§_4I5W®_4IAN4T¨_4IANC∞_4ICAM¥_4ICAR∏_4ICEOº_4ICH¿_4IFƒ_4IFIC»_4IFTÃ_4IGI–_4IK‘_4ILNÿ_4IMET‹_4IMIT‡_4INË_4INAVÏ_4IND_4INGAÙ_4INGE¯_4INGI¸_4INGO`4INGU`4INK`4INL `4INY`4IO`4IR`4IS1S`4IS4K `4ISE$`4ISMS(`4ISTRAL,`4ITA0`4ITA5M4`4ITIA8`4ITIS<`4ITON@`4ITTD`4ITZH`4IYL`4IZARP`4JESTIET`4JESTYX`4K1S2\`4KLEY``4KLYd`4L1C2h`4L1G4l`4L1Rp`4L4I4Lt`4L4IQx`4LATELI|`4LATIVÄ`4LAVÑ`4LENà`4LEYEå`4LICSê`4LICTî`4LJò`4LOFú`4LOV†`4LT§`4LUP®`4LYA¨`4LYB∞`4M1B¥`4M1F∏`4M1Lº`4M1N¿`4M1Pƒ`4M1S2»`4M3RÃ`4M5C–`4MALD‘`4MAPÿ`4MATIZA‹`4ME‡`4MED‰`4MENEË`4MITHÏ`4MK`4MOCRÙ`4MOK¯`4MORA¸`4MTa4MUa4MUPa4MWa4Na4N1B4 a4N1H4$a4N1L(a4N1N2,a4N3O2D0a4NAC4a4NALT8a4NARE<a4NENE@a4NESPDa4NESWHa4NK2La4NOGPa4NOPTa4NOSCXa4NZ\a4O5RIA`a4OAda4OPERAGha4OSCOPIla4OTHpa4P1Bta4P1Mxa4P1P|a4PEÄa4PFÑa4PGàa4PHåa4PHSêa4PLIGîa 4PT¥a4RARIL∏a4RHºa4RHAL¿a4RICIƒa4RS2»a4S1ERÃa4S3F–a4S4ED‘a4S5Bÿa4S5D‹a4SCEI‡a4SCOPY‰a4SEËa4SEMEÏa4SENCa4SENTDÙa4SENTL¯a4SERVO¸a4SHWb4SIGNAb4SILYb4SKE b4SOVb4SPIOb4SPOTb4ST3Wb4STRY b4SV$b4SWO(b4SYC,b4T1D0b4T1G4b4T1M8b4T1P<b4T1S2@b4T1WADb4T3T2Hb4TACILb4TAF4Pb4TALKTb4TARCXb4TARE\b4TATIC`b4TCdb4TEhb4TEATlb4TENESpb4TEStb4TESSxb4TEY|b4THEAÄb4THILÑb4THLàb4THOOåb4TICKêb4TIMPîb4TODOòb4TONOúb4TONY†b4TOUT§b4TRICS®b4TRONY¨b4TUE∞b4TUF4¥b4TV∏b4TWOºb4TYA¿b4TZƒb4U1T2I»b4UABÃb4UK–b4UL3M‘b4ULSÿb4ULTU‹b4URA‡b4UTE‰b4UTELËb4UTENÏb4V3IDENb4VEÙb4VED¯b4VES¸b4VI4NAc4VINGc4VITIc4VITY c4VOTEEc4VV4c4WTc4Y3Hc4Z1Z2 c4ZB$c4ZM(cH5pc&50ñc500≤c5000Œc 50000⁄c50000001‡c50002‰c50002PTËc50003Ïc500033BÙc5000341¸c500226019d5004d500B d500Dd501d502d5021$d5029,d5032d503F:d504Bd504BFd504PTJd505Pd5050Td505D\d505PTbd506hd5069ld507td5072xd 5073Ñd508íd509öd50AA1B3ûd50EA¢d50PT¥d$51ÿd510Êd510000Íd510DÓd511Ùd5119¯d512e512De512Ke513 e514(e515.e5166e5160:e 517Fe518Ve5184Ze518PK^e519fe51C8je52àe520ée5201úe5202§e5203™e 5204∂e5205ºe5206¬e5207 e5208–e5209÷e521‰e5210Ïe5211Úe5212˙e5213f5214f5215f 5216f5217$f52182f52198f522@f5220221NfTf5229Xf523^f524lf5241pf5248tf525|f525823Äf526àf5263305êf5265307òf5267†f5267309∞f526930B∏f526Aºf527ƒf528Ãf528PT“f529‚f52PTËf53g530g5301g531 g53110374$g532,g5334g53377:g534Hg5341Lg535\g5352bg53555fg53581jg536|g536920063Äg537àg538òg539†g53PT¶g54¬g540»g541Ãg5413–g542ÿg543Êg544Óg
  719. 54455¯g5448¸g544Bh545h546h547 h 5476h5476Dh5477"h5477D&h548,h549:h54D>h 54PTJh55hh550nh55006rh55082vh550PT|h551Çh552íh553òh554úh55455†h55499§h555¨h55554≤h556∫h557æh558¬h558FHΔh559Ãh55EMfih55PT‰h56˛h560i561 i562i56248i563i564 i56499$i565*i56517.i5666i56622:i566784>i567Di568Ji569Pi 57pi570vi5701zi571Çi572ài573éi574îi575öi576¢i57600¶i57689™i577≤i57738∂i578ºi579¬i57986DΔi57987Ãi57987D“i57988‡i57988DÊi57989Íi57990i57991¯i57992˛i 57993
  720. j57993Dj57994j 57995 j57996.j57997>j57997DDj57998Rj57999`j57Ddj 58Ñj580äj58000öj58000D¢j58001¶j581Æj582æj583¬j583552Δj584Ãj585–j586ÿj587‹j58789FIL‡j588‰j588FHËj589Ïj 59 k590k591k592k593"k594*k5940.k59432k595:k59561>k596Fk5966Jk597Rk598Zk599bk 59PTnk5Avk5A5LYSTzk5A5SI4T~k5ALYTÇk5ANNIZÜk5Båk5BAêk5BLESPîk5BORòk5BOREúk5BORI†k5BOS4§k5BUST®k5BY¨k5C≤k5C4B∂k5CEL∫k5CHANICæk5CHINE¬k5CHINIΔk5CHIO k5CIFICŒk5CINO“k5CIZ÷k5CLARE⁄k5CMfik5COLO‚k5CRATÊk5CRATICÍk5CREDÓk5CRITIÚk5CULIˆk5D
  721. l5DAl5DAV4l5DAYl5DEMl5DERMl5DI"l5DI3EN&l5DINI*l5DISI.l5DOE2l5DREN6l5DRUPLI:l5DYN>l5EDl5EFICIHl5EGYLl5ELECPl5EMjl5EMNIZnl5ENIZrl5ERICKvl5ERNIZzl5ERWAU~l5EXòl5EYCúl5EYE†l5F¶l5FAR™l5FECTÆl5FERR≤l5FICIA∂l5FICIE∫l5FILæl5FINA¬l5FONΔl5G4INS l5GALŒl5GESI“l5GI÷l5GICIA⁄l5GIESfil5GIO‚l5GIVÊl5GLASÍl5GOEÓl5GOOÚl5GOSˆl5GRAPH˙l5GRAPHIC˛l5GUI5Tm5Hm5HAND
  722. m5HAZm5Im5I5R2IZm5I5TICKm5ICAPm5ICRA"m5IE5GA&m5IN:m5INITIO>m5IRONBm5IZONTFm5JAJm5JUDGNm5K2ICRm5KIVm5LEGZm5LEGG^m5LENEbm5LESQfm5LESSjm5LICIOnm5LIGATErm5LITICAvm5LONGzm5LOPE~m5LOSÇm5LOSOPHIZÜm5LOSOPHYäm5LUMIém5LUMNIAím5MAGNñm5MANIAöm5MATEûm5MEDIA¢m5METRIC¶m5MI™m5MOCRATIZÆm5MUæm5MULT¬m5NΔm5NECK m5NEGEŒm5NINE“m5NIS÷m5NOLOGIS⁄m5NOP5O5LIfim5OCRIT‚m5OMMENDÊm5PAGANÍm5PATHICÓm5PCˆm5PHIE˙m5PHISTI˛m5PHONIn5PHUn5PIDI
  723. n5PO4Gn5PODn5POINTn5POUNn5PRECIn5PRI4E"n5PT@n5PUSDn5PUTEHn5REAVLn5RICIDPn5RIGITn5RIMANXn5RINA\n5RIPH`n5ROLEdn5ROOThn5RYNGEln5SA3TIOpn5SACKtn5SAIxn5SAW|n5SCIN4DÄn5SE5UMÑn5SEIàn5SELFån5SELVên5SEVîn5SEXòn5SHEVún5SIDES†n5SIDI§n5SINE®n5SION¨n5SIU∞n5SIZ¥n5SMITH∏n5SOLVºn5SOPHIC¿n5SPAIƒn5STAND»n5STATÃn5STICK–n5STIR‘n5STOCKÿn5STONE‹n5STRATU‡n5TABOLIZ‰n5TECTËn5TELSÏn5TER3Dn5TERNITÙn5THINK¯n5THODIC¸n5TIDIo5TIGUo5TIQo5TISTICA o5TOURo5TRIAo5TRICIAo5TRUEIN o5TU3I$o5TURI(o5U5TIZ,o5ULCHE0o5VA4o5VERE8o5VIAN<o5VIDE@o5VIDEDDo5VIDESHo5VIDILo5VILITPo5VOTo5VOLTXo5YNX\o5ZL`oH6®o,60‘o600Êo6000Ío 60000ˆo60001¸o600Ap600PTp600Sp601p60136p6015p602$p602E,p6032p6031366p603AFp603BNp604Tp605Zp60527`p606fp607np608rp6086vp609|p60997Äp60B8Ñp60Díp60F4ñp60F8öp60P¢p60PT∞p61Ãp610“p6100÷p6104⁄p611‡p612Ëp613Óp613AÚp613B˙p614q615q616q6162q6164q617,q6182q61806q61820:q6188>q 619Jq62bq 620nq6200rq6201zq 621Üq6210äq6212éq622†q623®q624∞q6248¥q625ºq626ƒq627“q628⁄q629‚q6290Êq62FFÍq"63 r630r63013r63013PTr631$r63110(r6326r633Dr634Lr635^r63556br636jr637xr638Ür639år63Dêr63EMòr 63PT§r&64 r640“r64000÷r641‹r642‚r643Ír644Ór645Ùr646˙r647s648s649s64K&s65<s650Ds65000Js65001Ns 651Zs652hs653ps654vs655|s65534Çs65535ñs65535Dús65536¨s655360000∞s65536000Dæs65536D–s656÷s657fis658Ês659Ùs65PTt66 t660(t6604,t660470t6604H4t66068t6608<t660A@t660CDt660EHt661Nt6612Rt6614Vt6618Zt661E^t662ft6620jt6622nt6628rt662Evt663|t6630Ät6634Ñt6638àt663Aåt663Cêt664ñt665ût6652¢t6654¶t665C™t666∞t6662¥t66667∫t666Eæt667Œt6676“t668ÿt669fit66DA‚t66E2Êt66EEÍt"67 u670u6702u6704u6706u6708"u670A&u670C*u670E.u6714u67128u67125247<u672Du6722Hu673Nu6736Ru674Xu674A\u675bu676ju677pu67767FILtu678zu679Äu67FAÑu68ûu680§u68000®u681¨u682∞u683¥u684∫u685¬u6854Δu6855Ãu6856–u6857‘u6858ÿu6859fiu686‰u6860Ëu6861Ïu6862u6863Ùu687¯u688˛u68819094v68819095
  724. v68819096v689v 68PT"v69<v690Jv69069DPv691Vv692\v693dv694jv695rv696xv697~v698Ñv 699êv6Aûv6A1C¢v6A7¶v6AF6™v6B≤v6B30∂v6Cæv6DŒv6E‘v6E04ÿv6E2C‹v 6EMËv6Fv6INˆv6MM˙v6MU
  725. w6PT(wD7lw70àw700öw7000™w70001∞w70003¥w7001ºw7002ƒw7003Ãw7004‘w7005‰w7006Ïw7007Ùw7008¸w7009x700A x700Kx701x7012x7013&x7014.x70156x7016>x7018Bx701BFx702Jx702PTNx703\x7034`x704hx705nx705Evx705F~x706åx707îx707Eúx707F§x708¨x709≤x709E∂x709F∫x71‘x710⁄x7100‚x711Íx712x7121Ùx7127¯x713˛x714y715 y716y7161y717y718&y719.y71FF2y"72Ty720dy7200jy721xy722~y7227Üy7227SPäy723íy7230584Dòy724†y725¶y726∂y727æy728Δy729‘y72FFÿy73ˆy730z731z732z7320z733&z7334*z7348z735@z736Nz73627Rz737Xz738^z739dz
  726. 73INnz74Üz740éz741îz742òz743†z7435§z744®z745Æz746ºz747¿z748Δz749Ãz74998PT–z74PTfiz75¸z750{75002{75003
  727. {751{752 {753&{754,{7554{756B{757J{758P{759V{75DZ{ 75EMf{75INt{75PT|{76î{760ú{7600†{761∞{761728¥{762¬{7625Δ{76251 {763–{764ÿ{76414‹{765‚{766Í{7664Ó{767Ù{ 768|769|76971
  728. |77 |770&|771,|7722|7736|774D|7745J|775R|776Z|7760`|777f|77771j|7777777777SPp|778v|77809z|779Ç|7794MUÜ|78û| 780™|781∞|782æ|783Œ|784÷|785‰|786Í|787Ú|788˙|789}78FF}78TERMINAL
  729. } 79*}7900}7916}792D}7922H}793N}794T}795Z}796`}796800d}797r}798x}799~}7AÜ}7Bå}7B1C0B5203CFC46868D6E3C0D66DB79174E7091E32E307679732DA062E440E41DABD36A161B611ê}7C†}7D∂}7EΔ}7EM⁄}7ETfi}7EXÓ}7F~7FFFFFFF
  730. ~7FFFH~7FIL~7IN~7N~7PT<~H8Ñ~ 80§~800¥~8000»~800000–~800000H÷~80002‹~8000H‰~80052Ë~80098Ï~800KÚ~801¯~80188¸~802803803PT 804&805.80537FIL2806@ 807L808T809Z80901698`80901699f8092l81Ñ810å81036ê811†812®8121¨813∞814∂815æ816ƒ817Ã818–8182‘819‰8191Ë8192ˆ81FF¸81IÄ 82 Ä820&Ä821,Ä8222Ä823:Ä824@Ä825HÄ826PÄ82695TÄ827\Ä828dÄ 829pÄ 82PT|Ä$83†Ä830®Ä831ÆÄ832¥Ä833∫Ä 83331ΔÄ833333ŒÄ834‘Ä835‹Ä8355‡Ä836ËÄ837Ä838ˆÄ8383˙Ä8388608DÅ839Å8394751 Å83FCÅ 83PTÅ84:Å840BÅ841JÅ842RÅ843XÅ844^Å845dÅ846jÅ847pÅ848vÅ849|Å84FCÄÅ.85ÆÅ850¥Å85065080∫Å851¿Å852ΔÅ85294 Å85295ŒÅ853‘Å854⁄Å855‡Å856ÊÅ857ÓÅ858ˆÅ859¸Å85FXKÇ 85PT Ç086<Ç860BÇ860000FÇ861LÇ862RÇ863ZÇ864bÇ865hÇ866pÇ867vÇ86772zÇ868ÄÇ869ÜÇ$87™Ç870∞Ç871∂Ç872ºÇ873¬Ç874»Ç8745ÃÇ875“Ç876ÿÇ877‡Ç878ËÇ879Ç87EMÉ.880É 880<É881DÉ882LÉ883TÉ884\É885dÉ886lÉ887tÉ888ÇÉ88888àÉ889éÉ88INíÉ88PTñÉ,89¬É890»É891ÃÉ892“É8922÷É893‹É894‰É89423ÍÉ895ÚÉ896¯É897˛É898Ñ899Ñ8AÑ8BÑ 8BIT"Ñ8C(Ñ8D,Ñ8E2Ñ8EM@Ñ8EXDÑ8FJÑ8INRÑ8PTlÑ8TERMINALrÑD9∂Ñ90‘Ñ900⁄Ñ90002fiÑ901Ñ902ˆÑ903¸Ñ904Ö905Ö906Ö907Ö908Ö909&Ö90DEG*Ö90PT8Ö91PÖ910XÖ911`Ö91123dÖ912lÖ913tÖ91347zÖ914ÇÖ915äÖ916íÖ917öÖ918†Ö919§Ö92∫Ö920¿Ö921ΔÖ922ÃÖ922A–Ö923ÿÖ924ËÖ925Ö926ˆÖ927¸Ö928Ü929Ü92PT Ü93"Ü930(Ü9301.Ü9314Ü932<Ü933DÜ934JÜ935PÜ936VÜ937\Ü938bÜ939hÜ94~Ü940ÜÜ94087äÜ941íÜ94123ñÜ942¶Ü94204™Ü943∏Ü94301ºÜ944 Ü94444ŒÜ945‹Ü946ÍÜ947ÚÜ948˙Ü949á94AAá 95&á950,á950060á95066á951>á95105650Dá952Lá953Tá954Zá955bá956957pá958xá959~á95PTÇá96ûá960§á9600™á961≤á962∏á963æá964ƒá965 á966ÿá967fiá968‰á969Íá96PTÓá97
  731. à970à9700à971à972 à973&à9730*à9742à9758à976>à977Dà978Jà979Rà97PTXà98tà980|à98077Çà981êà982òà983†à984¶à9846™à985∞à986∏à987æà9876543210ƒà988 à989ÿà 98I‰à"99â990â991$â992,â992552â993:â99365>â 994Jâ995Râ996Zâ 997fâ99799lâ998tâ999éâ99988íâ9999¢â99994¶â99995¨â99997PT∞â 99998ºâ99998PT¬â999992370605468749999Δâ99999237060546875PTÃâ999999“â99999999ÿâ99999PT‡â 99AÏâ99Bâ99Cˆâ99IN˙â9Aä9ABCDEFä9B
  732. ä9Cä9Dä9Eä9EC3 ä9EFC$ä9F*ä9FIL0ä9IN@ä9MMDä9MUJä9MUHRä9PVä9PTtä9SPxä9TRUEINÄäHA»äA0ÿäA000fiäA001‚äA004ÊäA01FÍäA033ÓäA034ÚäA1ãA1973ãA1J
  733. ãA1TRãA1VORãA2"ãA2D&ãA2F*ãA2GO.ãA2MO2ãA2N